Expired Equity RICS download

Hi i am trying to download the OHLCV data of the following expired RICS

TWTR.N^J22 (expired)

NLSN.N^J22 (expired)

Right now it is all just NA, can you help me please.

I am using the ek.get_data function. Is there a problem with the RICs

Best Answer

  • raksina.samasiri
    Answer ✓

    Hi @ken03 ,

    Could it be because the data requested is when the RIC is already expired? Can you tried specified the start and end date range with the get_timeseries function as below

    ek.get_timeseries(['TWTR.N^J22','NLSN.N^J22'],
    start_date='2020-01-01',
    end_date='2022-01-01')

    1711959369617.png

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

Answers