When retrieving multiple rics though the api, although each ric starts at the same date, when ret...

When retrieving multiple rics though the api, although each ric starts at the same date, when retrieved together the start date changed to a later date.

Best Answer

  • Zhenya Kovalyov
    Answer ✓

    @Adi.Alterman there is a limit for number of time series rows per request which is around 3000, you will have to optimize your code accordingly.

Answers

  • @Adi.Alterman which API are you using?

  • Alex Putkov.1
    Alex Putkov.1 ✭✭✭✭✭

    @Adi.Alterman,
    I'm not sure I understand the issue here. A detailed example would be most useful.

  • I use the python API to pull data from the Eikon.

    Example:

    Pulling data with start date 1994 for:

    'C-STK-T-API',

    'GL-STK-T-API',

    'DST-STK-T-API'

    When pulling each separately i get data from the same date on 1994, however, when pulling them together, the start date changes to 2000.