_______________________________________________Hello all, especially Jack who wrote the package!!!.
I run gretl2020d on Windows (I think last version of them).
Also I installed yahoo_get 3.0
When running yahoo_get.gfn sample script I get two "errors"
(1) It does not find the redhat ticker
? series redhat = yahoo_price("RHT") # get Red Hat, adjusted price only
Ticker RHT not found
Generated series redhat (ID 1)(2) it does not fill non-existent ticker with NAs (if that's the expected function here). I get the following
? series foo = yahoo_price("ZZZ") # a non-existent ticker will give NAsAn error occurred when 'outfile' was activejsonget: failed to match JsonPath*** error in function json2csv, line 1> dates = strsplit(jsonget(jsonbuf, "$.chart.result[0].timestamp[*]"), "\n")called by function write_tempfilecalled by function yahoo_priceError executing script: halting> series foo = yahoo_price("ZZZ") # a non-existent ticker will give NAs
Gretl-users mailing list -- gretl-users@gretlml.univpm.it
To unsubscribe send an email to gretl-users-leave@gretlml.univpm.it
Website: https://gretlml.univpm.it/postorius/lists/gretl-users.gretlml.univpm.it/