eikon.get_timeseries is missing most of 2019 weekly data for RIC ULSDCALMc1

Other RICs such as ULSDFUSGCDFMc1 look fine.
Code below and Excel screenshot below.
Any idea why?


import eikon as ek
contract = 'ULSDCALMc'
riclist = ["{}{}".format(contract, i) for i in range(1, 13, 1)]
df30 = ek.get_timeseries(riclist, 'close',
start_date='2017-01-01',
end_date=today, interval='weekly')
df30.reset_index('Date', inplace=True)
df30.to_csv(pricespath + "ULSDCALM_frek.csv")image

Best Answer

  • Jirapongse
    Answer ✓

    The problem has been resolved by the content team by manually updating the values missing during 2019.

Answers

  • @julien.granger

    Thank you for reporting this issue. I raised a support case on your behalf with Refinitiv Helpdesk. The Helpdesk will investigate the problem with this timeseries and will keep you informed on the progress and when the problem is fixed. For your reference the case number is 10072271.