Am 14.05.24 um 01:06 schrieb Cristián Arturo Ducoing Ruiz:
Hi there,
I was trying to get data from Yahoo using the package yahoo_get and
after several attempts to get the data, I always got the same error
message ("error de datos", data error in english). By default the
configuration was in Spanish.
I changed the preferences to English and using the same code, I got
immediately the data requested (MSFT)
include yahoo_get.gfn
series msft = yahoo_price("MSFT", 1)
MSFT imported ok
Generated series msft (ID 2)
Im using windows 11 and the latest gretl version (2024a)
On my Ubuntu machine using gretl developer version a couple of days old,
the following script works fine:
<hansl>
include yahoo_get.gfn
nulldata 1000
setobs 7 2000-01-01 --time-series
series msft = yahoo_price("MSFT", 1)
</hansl>
Best
Artur