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
12 4 4 9

Eikon API - inventories time series does not update as fast as in the "Charts"

American (DOE) and European (PJK) oil inventories are published every Wednesday at 16.30 and every Thursday at 16.15 , respectively.

My issue comes from the fact that right after the publication , the updated time series of the above mentioned inventories are available in TR Excel add-in but they are not up to date using the Eikon API ( i use the ek.get_timeseries() function , for example for the RICs : GL-STK-T-EIA and STK-GL-ARA , for DOE and PJK inventories, respectively)

why is that?


thanks

Davide



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.

The new data-point is visible in the "Charts" as well right after the publication, for the RICs above mentioned (but not in the corresponding dowloaded time series)

Hello @davide.costanzo

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?
If so please can you click the 'Accept' text next to the appropriate reply. This will guide all community members who have a similar question.
Thanks,

AHS

Upvotes
Accepted
78.8k 250 52 74

@davide.costanzo

You can use the get_data method to retrieve real-time fields of GL-STK-T-EIA and STK-GL-ARA.

The retrieved data should be the same data as displayed by Eikon Quote.

You can use the Data Item Browser Eikon application or Eikon Excel Formula builder to find a list of available real-time fields.

df, error=ek.get_data("GL-STK-T-EIA", ["CF_LAST"])                   


1573195206966.png (62.5 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
18.2k 21 13 21

Hi @davide.costanzo

I believe that you may expect some delay before the timeseries database is updated.

You can also use realtime information to fill in the latest data point just right after the publication.


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
12 4 4 9

thanks. What are the APIs that provide real time access to this data? Is there any that is free of charge for people with a TR Eikon account?

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.