For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 0 0 0

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")
eikoneikon-data-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikon
capture111.jpg (44.0 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Upvotes
Accepted
38.1k 69 35 53

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

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Upvotes
39.2k 75 11 27

@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.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea