I want to read a Quote Page as is, which is having dynamic RIC's (so can't define RIC's in the app). After getting the Quote data (e.g. MALSURF11) in Python, I want to extract the required data. Is it possible?
Hi @Preeti.Gupta
MALSURF11 is a Chain page - containing chains of RIC codes that are associated somehow - thereby allowing to get a list of those associated RICs by following the chain links.
Please see the post below which talks about how to retrieve the data for all the constituent RICs from a chain. It talks about option chains but the technique applies to all chain RICs.
https://community.developers.refinitiv.com/questions/53924/how-to-retrieve-option-chain-constituents.html
The above also contains a link to an article on chains which is based on our EMA API but also contains pseudo code and the techniques you could apply using our Websocket API.
The Websocket API is language agnostic - so you can use Python if you wish - in fact most of the tutorials and examples for the Websocket API are Python based.
Thanks @umer.nalla for your prompt reply with the helpful links.