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
1 0 0 1

How can i get living ticking data for a RIC

Hi, can anyone tell me if its possible to get live ticking data for example for the following ric: USDOIS=TTKL and how, what's the function, not looking for historical or timeseries, just live tick data.

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.

@doc.oz

Hi,

Thank you for your participation in the forum.

Is the reply below satisfactory in answering your question?

If yes please click the 'Accept' text next to the reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks,

AHS

1 Answer

· Write an Answer
Upvotes
Accepted
18.2k 21 13 21

Hi @doc.oz

First, please review this article, https://developers.refinitiv.com/en/article-catalog/article/simple-chain-objects-ema-part-1

You can expand "USDOIS=TTKL" chain RIC to

['USDSWOIS=TTKL',
 'USD2WOIS=TTKL',
 'USD3WOIS=TTKL',
 'USD1MOIS=TTKL',
 'USD2MOIS=TTKL',
 'USD3MOIS=TTKL',
 'USD4MOIS=TTKL',
 'USD5MOIS=TTKL',
 'USD6MOIS=TTKL',
 'USD7MOIS=TTKL',
 'USD8MOIS=TTKL',
 'USD9MOIS=TTKL',
 'USD10MOIS=TTKL',
 'USD11MOIS=TTKL',
 'USD1YOIS=TTKL',
 'USD13MOIS=TTKL',
 'USD14MOIS=TTKL',
 'USD15MOIS=TTKL',
 'USD16MOIS=TTKL',
 'USD17MOIS=TTKL',
 'USD18MOIS=TTKL',
 'USD19MOIS=TTKL',
 'USD20MOIS=TTKL',
 'USD21MOIS=TTKL',
 'USD22MOIS=TTKL',
 'USD23MOIS=TTKL',
 'USD2YOIS=TTKL',
 'USD27MOIS=TTKL',
 'USD30MOIS=TTKL',
 'USD33MOIS=TTKL',
 'USD3YOIS=TTKL',
 'USD39MOIS=TTKL',
 'USD42MOIS=TTKL',
 'USD45MOIS=TTKL',
 'USD4YOIS=TTKL',
 'USD51MOIS=TTKL',
 'USD54MOIS=TTKL',
 'USD57MOIS=TTKL',
 'USD5YOIS=TTKL',
 'USD6YOIS=TTKL',
 'USD7YOIS=TTKL',
 'USD8YOIS=TTKL',
 'USD9YOIS=TTKL',
 'USD10YOIS=TTKL',
 'USD12YOIS=TTKL',
 'USD15YOIS=TTKL',
 'USD20YOIS=TTKL',
 'USD25YOIS=TTKL',
 'USD30YOIS=TTKL',
 'USD35YOIS=TTKL',
 'USD40YOIS=TTKL',
 'USD45YOIS=TTKL',
 'USD50YOIS=TTKL']


Once you have the underlying RICs, you can try StreamingPrices example on Codebook application.

Please launch "Codebook" application by typing in codebook on the Eikon Search Bar and press enter.

Then navigate to \Examples/02 - Refinitiv Data Platform Library/2.1.1 - Content - HistoricalPricing - Synchronous.ipynb

And please modify the sample code to include all the underlying RICs.






ahs2.png (267.2 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.

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.