Possible values of interval in eikon.get_timeseries()

Possible values: 'tick', 'minute', 'hour', 'daily', 'weekly', 'monthly', 'quarterly', 'yearly'

In get_timeseries(), the possible values that the parameter "interval" can take are the ones above. On the other hand, for a given RIC, not all will be available.

Let us say I want to extract historical data about the US GDP (USGDPF=ECI). In this case, 'quarterly' and 'yearly' are available, but not 'hour'.

From my jupyter notebook, how could I establish what the available intervals are?

Best Answer

  • raksina.samasiri
    Answer ✓

    Hi @as4426 ,

    In Jupyter Notebook, you will know if the data in each interval is not available by checking from the error shown after running the code.

    Error code Error | USGDPF=ECI: Interval is not supported | 

    For further information regarding the content, as the moderators
    on this forum are expertise on Refinitiv APIs usage, they do not have
    deep expertise in every type of content available through Refinitiv products.
    Such expertise is available through Refinitiv Helpdesk, which can be reached
    via MyRefinitiv.

    Hope this helps
    and please let me know in case you have any further questions