Obtain RIC from RQID

I have list of RQIDs I need to map RIC against those RQIDs how can do that using python? I need a field name for RIC.

Best Answer

  • f.hashim
    Answer ✓

    Alex sorry for getting back late RQID is QuoteID and my question was how to obtain RIC from QuoteID (RQID). To get RIC from QuoteiD I've used `TR.RIC` which gives me dersired results.

Answers

  • You can use CodeCreator app in Eikon to browse the data items (or fields) and construct a Python code sample that retrieves these data items.
    What is RQID? I don't think I've come across this abbreviation previously.

  • Alex, I can't find the RIC in data item browser can you tell the field name for that? For some reason the data item browser is not responding.

  • I'm afraid I cannot answer your question without knowing the context. What is RQID? What kind of identifier is it and what assets does it identify? There's no one universal field that would give you the RIC for any kind of input. Not to mention that it's possible there are no RICs for whatever it is that RQID identifies. Probably the most widely applicable field that returns a RIC is TR.RIC, but I cannot possibly tell if it'll work for your use case without understanding what the use case is.