-
Generic Contract RIC
Is there concept of a generic contract RIC? For example in Bloomberg, CL1 refers to the current active WTI Crude contract. This points to CLX4 now, and rolls over to CLZ4 next month. CL2 points to the first deferred contract etc. If so, what is the naming convention for generic contracts for Refinitiv? I am trying to get…
-
How to contribute data to RIC on ATS using C#?
Hi, I'm new to RTSDK and I want to contribute market data to RIC defined in ATS using C#. Should I use EMA, ETA or WebSocket API? Could you explain me step by step how to contribute market data to RICs defined in ATS? Best regards.
-
Get RIC or ISIN from company name
Using EIKON with Excel, i want to retrieve either RICs or ideally ISINs for a large number of companies. Now, what I could do is using the "build formula" tool to get the codes manually by typing in the companies' name and selecting the right one from the search suggestions, usually the top hit. I would like to automate…
-
Getting expiration dates for futures on Exchange-Traded Rates given RIC
Hi Team, I have been trying to get expiration dates for Eurodollar futures, US federal funds rate futures, US Treasury Futures. 1. For Eurodollar Futures (Eg RIC: EDH0, EDZ9, etc..) 2. For Fed Funds Futures (Eg RIC: FFH0, FFZ9, etc..) 3. For US Treasury Notes Futures (Eg RIC: TYZ8, TUH3 etc..) 4. For US Treasury Bond…
-
Getting information for RIC code of an option via API
Hi Team, I have venue by day files with RIC tick history data for options. For a particular option ID, I'm looking for an algorithmic way to obtain the information such as: 1. Expiration date 2. Asset Type (Futures/Options/Indices...) 3. Put/call flag 4. Strike Price For instance, for SPXw182242500 I get the data when I…
-
Africa Oil (0QVL.L) Security Trading Currency
- Requesting Price for this RIC returns Currency = C$. - According to HOR/other sources, this RIC is priced in SEK. Why the discrepency ?
-
Identifier conversion to RIC
Hello, I am trying to get the RIC of a list of banks I got through S&P Capital IQ. For each bank, I have their name, their primary industry, and sometimes their SNL, CIQ, CUSIP, ISIN and LEI identifiers. I converted the ISIN codes to RIC by using the code: ek.get_symbology( symbol = ISIN , from_symbol_type = "ISIN",…
-
Unable to query Symbology Changes using DataScope Select API
I'm trying to generate a symbology change report using DataScope Select API, however it is unable to process many Ric Roots. Example 1: Symbology Change for FW20 using continuous RIC Input URL: https://selectapi.datascope.refinitiv.com/RestApi/v1/Extractions/ExtractRaw (POST) { "ExtractionRequest": { "@odata.type":…
-
How to subscribe to a list of RICs using Refinitiv Java EMA API ?
Hi, The below sample code snippet at the github shows how to subscribe for one RIC for updates. consumer.registerClient(EmaFactory.createReqMsg().serviceName("IDN_RDF").name("JPY="), appClient); I'm looking for sample code to start subscription for more than one RIC (List of RICs). Any help or pointers appreciated. Thanks,…
-
Matching API Errors
Hi all The following RICs get not identified with the record permid matching REST API: Input file: LocalID,Standard Identifier 1,RIC:IIP_u.TO 2,RIC:BIP_u.TO 3,RIC:WIRu.TO 4,RIC:URW.AS 5,RIC:CUF_u.TO 6,RIC:CRR_u.TO 7,RIC:KMP_u.TO 8,RIC:CAR_u.TO 9,RIC:BEI_u.TO 10,RIC:HNKG_p.DE 11,RIC:REI_u.TO 12,RIC:326030.KS 13,RIC:FCR_u.TO…