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

Getting Data from a different RMDS source (not the live feed)

I have just installed the Python API for Eikon. I am looking to access records on local RMDS sources, i.e. not the live source (IDN_SELECTFEED).

Is it a parameter I set on the get_data function or part of the syntax of the Ric Code?

Thanks


Joe


eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apitreprics
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.

1 Answer

· Write an Answer
Upvotes
Accepted
18.2k 21 13 21

Hi @Joseph.Maloney

get_data() does not support local service as it supports not only realtime fields but also fundamental fields such as TR fields.

You may use StreamingPrice.

Please see sample at https://community.developers.refinitiv.com/questions/60979/eikon-python-api-ticks-received-once-every-3-sec-i.html

or https://community.developers.refinitiv.com/questions/66171/inhouse-service-with-stramingprices.html



ahs2.png (28.7 KiB)
ahs.png (43.9 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.