Error with get timeseries ESPRATE

Hi everyone,

Could you help me with the serie ESPRATE? I cannot download de time series about the daily return.

Please, Could you show me the data type that is ok?.

Thank you in advance,

Lidia


Best Answer

  • @lloban

    The code should be:

    df = ds.get_data (tickers='ESPRATE.', start='-10Y', end='LATESTDATE', freq='D') 

    However, it returns the monthly data.

    image

    On the Datastream navigator, the Timespan of this symbol is monthly.image

    For more information, you can directly contact the Refinitiv Datastream Web Service team via MyRefinitiv.

Answers