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