Upgrade from Eikon -> Workspace. Learn about programming differences.

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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
39 3 6 4

get_timeseries on RIC 'EURFVMc2' does not return any data

The query below doesn't return any data. The RIC is correct and has values on Eikon Desktop. Could you please let me know what is wrong with the query?

temp_df = ek.get_timeseries('EURFVMc2',

start_date = '2020-09-23T00:00:00',

end_date = '2020-10-01T00:00:00',

fields = 'CLOSE',

interval = 'daily')

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-api
icon clock
10 |1500

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

Upvotes
Accepted
9.6k 10 7 7

Refinitiv support team has fixed the problem as resolution below:

"Please be informed that the historical data/ daily time series has been back filled on the queried RIC EURFVMc2 and the same is reflecting fine on the Eikon.
The data was missing due to process failure from our end by not contributing data on EIKON. The issue has been fixed now and we have included extra checks to avoid this in future."

icon clock
10 |1500

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

Upvotes
25.3k 87 12 25

Hi @clangevin

I tried your script as well the Price History tool in Refinitiv Workspace, and I can only get data for this year up until 6th of Mar 2020.

I will contact the helpdesk and find out why this is and get back to you.


icon clock
10 |1500

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

Upvotes
25.3k 87 12 25

Hi @clangevin

The Content team have confirmed that data is not present in the database for the period March 7th to Sept 29th of this year. They are investigating and should respond within 1 working day.

In the meantime you should be able to get the required data using the main RIC 0#ERUFV: e.g.



1601639133841.png (17.1 KiB)
icon clock
10 |1500

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

Upvotes
39 3 6 4

Thanks, my code runs based on the c1, c2, c3 .... naming convention that is common to RICs. All my variables are pulled that way so not really keen on using the specific monthly contracts.

icon clock
10 |1500

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

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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