Dear all
sincere thanks for your efforts in developing Gretl.
Here my question. I was unable to pick a hint looking at the past discussions.
It seems to me - sometimes - yahoo_get.gfn does not recognize the "right" ticker
[tested only on Linux]
this is the gretl output
--------------------------------------------------------------------------
gretl versione 2016a
Sessione corrente: 2016-05-02 19:02
# Apro un set di 100 giornate con
? nulldata 100
Periodicità: 1, oss. max.: 100
Intervallo delle osservazioni: 1-100
# 5 rilevazioni settimanali che iniziano il 1 gennaio 2015 e indico che è una serie temporale
? setobs 5 2016-01-01 --time-series
Campione completo dei dati: 2016-01-01 - 2016-05-19 (n = 100)
# chiama la funzione yahoo_get
? include yahoo_get.gfn
/home/guido/.gretl/functions/yahoo_get.gfn
# scarico i titoli
? loop foreach i FP.PA UL.PA FR.PA
> A=yahoo_full("$i")
> endloop
? A=yahoo_full("FP.PA")
FP.PA imported ok (full)
? A=yahoo_full("UL.PA")
Ticker UL.PA not found [/home/guido/.gretl/yg_0785.csv]
? A=yahoo_full("FR.PA")
FR.PA imported ok (full)
Numero di iterazioni: 3
---------------------------------------------------------
As you can see UL.PA is a valid ticker
It seems a similar behavior happened also with other stocks (some ticker of the LSE).
Could somebody explain me if i made something wrong?
Many thanks
Guido