Dear gretl-users,
I am the author of the getQuandl.gfn package. Sorry for the late response. And, of course, the under-documented. I will get it updated if I can solve the current problem.
This package was developed and tested under my gretl 1.9.12 under my old Ubuntu 10.04. It seems not working for 1.10.90 (cvs, build date 2015-06-22).
I just tested it again. Under my gretl 1.9.12, the following hansl was working fine.
<hansl>
include getQuandl.gfn
nulldata 50
setobs 7 2012-01-03
include getQuandl.gfn
# get exchange rates for USD and EURO from FRED
xlist = getQuandl("DEXUSEU", "2012-01-03", "2012-01-31", 1, 4, null, 0, null, null)