-
How can I filter only the operated instruments from a chain of a lot of instruments?
RKD API When a consume a chain of a lot of instruments (19K) I only need the ones that operate, so… I just want to know if there is a way to filter the operated instruments from the big chain through code. Thanks for the support. Regards
-
Futures ric convention -- leading digit
Hi there, a futures ric convention question what are the differences between these 3 -- the metadata seem exactly the same. 2CDFtmX4 CDFtmX4 1CDFtmX4
-
Skipping first 5 outputs of =RDP.Data(0#.AEX)
I am using excel and I want to ultimately get the closing price of the stocks currently in the AEX, from 2004 to today. I provide the chain RIC (0#.AEX correct?) and then I want to use =RDP.Data($B$3) (0#.AEX is in B3) to get all the stocks in the AEX. And then I would use an adjusted version of the following formula,…
-
What is actual master RIC to get all SPY and SPX options ?
Can you please tell me What is actual master RIC to get all SPY and SPX options ? . I want to download SPY and SPX options complete data of 5 years.
-
RIC code is getting null for all the attached list of CUSIP identifiers.
We are getting ric code null when we call EndOfDayPricingExtractionRequest with CUSIP. List of CUSIP's are printed below as I am not able to attach the file Can any one quickly guide me on how to get RIC code not null for CUSIPs identifier., CSP,53945CKX7 CSP,802437FY4 CSP,13063DUD8 CSP,296385AT4 CSP,617403ES5…
-
From where can I get RIC decoder for SPY options ?
I got RICs like this while downloading RICs for SPY options SPYJT091317100.U, SPYJH171317100.U, SPYJT091316850.U how to decode them. where can I find rules to decode such RICs ?
-
OpenDacs example Call
Hi, Do you have an example call method to show how users call into the OpenDacs API to check permissions for a live RIC price? We are trying to establish if the user submits the RIC then OpenDacs then checks their permissions under the respective PDP code. Thanks, Eleanor
-
Do we have any regular expression for Ric identifier?
We required regular expression which will identify the Ric identifier. If you have any pattern, please let us know
-
How can i view a full list of RICS under PDP codes?
I want to map users to correct PDP codes via permitted exchanges. I need access to PDP data
-
Understanding how RIC extensions can change Knowledge Direct API responses
Hi there, I am trying to understand how different RIC extensions can provide different datapoints when using the "/api/Quotes/Quotes.svc/REST/Quotes_1/RetrieveItem_3" via the Knowledge Direct API. For instance if I'm querying for AAPL.O I will receive "YRHIGH" but not "52WK_HIGH". On the flip side when I query for AAPL.NB…
-
ExtractWithNotes does not return RIC in case of CUSIP as an input but works well with ISIN
https://selectapi.datascope.refinitiv.com/RestApi/v1/Extractions/ExtractWithNotes does not return any RIC in case of CUSIP as an identifier in Input but works well in case of ISIN as an identifier. Please find attached list of CUSIPs and RIC error as below: Failure: 2024-08-07 12:43:35.193 [http-nio-8080-exec-2] ERROR…
-
How to Efficiently Retrieve TR.PrimaryInstrument for Delisted Equities?
Hello everyone, I'm currently working on a project where I retrieve RICs and PrimaryRICs for a set of ordinary shares from various global markets using the Refinitiv Research API (EQUITY_QUOTES) through codebook. Then I use the PrimaryRICs to gather fundamental data for these companies. However, I've encountered a problem…
-
Understand the RIC structure of the futures MEDM24
For this futures quote RIC: MEDM24 which is the quotePermID: 21956505209 i don't understand what the fifth digit '2' has to do with it. as far as i understand the RIC components when it comes to futures is: {rootCode}{deliveryMonthCode}{expiryYearCode} That would mean that the expiryYearCode is '24' instead of '4' that i…
-
Retrieve RIC codes from ISIN and Exchange in instrument search
I am currently working on retrieving RICs for instruments using the Refinitiv API, given an ISIN and exchange. I am using the endpoint: https://selectapi.datascope.refinitiv.com/RestApi/v1/Search/InstrumentSearch. My goal is to obtain the specific RIC for a given exchange and ISIN from the search results. For example, I am…
-
How to find expired bond options
Good morning, I am working on a project that requires me to get the RIC and historical price data for several assets. Some of those assets are options on interest rate futures, such as options on us 10yr notes futures for example. The issue I have is that some of these options that I need to get the RIC of are expired,…