-
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…
-
In Time and Sales report, how do we exclude "off book" records?
In the "Qualifiers" column in Time and Sales report, there are some entries which are Off Book Trades. How do we exclude this using the API ? Qualifiers S[ACT_FLAG1];S[CONDCODE_1];[CONDCODE_2];N [ELIGBL_TRD];Off Book Trades[USER];"SI "[TR_TRD_FLG];47------MP----[MMT_CLASS]
-
[LSEG DataScope Select - REST API] Is it possible to retrieve user's details or claims?
I need to create Python function, that would verify if specific client's DSS ID is still valid. When i run get request using the following endpoint 'https://selectapi.datascope.refinitiv.com/RestApi/v1/Users/Users(9034757)' and my own user id, i am getting a valid response:…
-
Failed to extract market depth
Hi, I can successfully download tick history with following code while for market depth, for depth it always returns empty df. Could you shad some light on why it doesn't work? Thank you!
-
Failed to extract market depth
Hi, I can successfully download tick history with following code while for market depth, for depth it always returns empty df. Could you shad some light on why it doesn't work? Thank you!
-
HistoricalReferenceExtractionRequest very slow (C# API)
Hello, I'm requesting static data on several options chain RIC on a range of 10 days. It takes at least 1 hour to have a result. I will need the static data on the whole history (many years), what is the most efficient way to request the data ? Example of the code on 10 days: var extractionRequestStatic = new…
-
Obtain matching RIC for passed ISIN + MIC + Currency combination
I have a list of securities (ISIN + MIC + Currency which allows to uniquely identify them) for which I am looking to obtain the matching RIC using datascope select. For example: * US88160R1014, XNAS, USD * US0378331005, XNAS, USD * US6516391066, XNYS, USD I scoured the different questions on the Q&A portal but none…
-
DSS API request to retrieve all RICs associated with OrgID
Hi, Is it possible to retrieve all RICs associated with certain OrgID? When I run extraction, using instrument list, it's possible to add "source": "*" to retrieve all RICs associated with certain Isin, for example: but the "source" field, is not applicable for entity lists: And if I run below code: { "ExtractionRequest":…
-
host='selectapi.datascope.refinitiv.com', port=443 Error
Hello Team I am getting this error, could you please help on the same- requests.exceptions.ProxyError: HTTPSConnectionPool(host='selectapi.datascope.refinitiv.com', port=443): Max retries exceeded with url: /RestApi/v1/Authentication/RequestToken (Caused by ProxyError('Cannot connect to proxy.', RemoteDisconnected('Remote…
-
Is it possible to get Instrument's Cross Reference data via DataScope REST API?
In DataScope, after I search on Cusip and get a list of items, clicking open one of the items will open the attached screen. Is any of the data in Cross Reference tab exposed via DataScope REST API? I am primarily trying to get the values for Original Place of Listing -> Price Source under Symbols section and the…
-
DSS Rest API Sample Code for Elektron EOD
Can we add or share Rest API Sample Code for Elektron EOD? currently we only have for DSS EOD and Intraday Or can help confirm if we need any change on condition between Elektron EOD and EOD? Much appreciate it
-
ASX Tick Size Tables via RDP or ?
Hi, I'm trying to determine how or where I can receive the Tick Size Tables for a stock on the ASX Market. There is a standard tick size/price steps table shown below. However the note in the screen shot below indicates other security types can different rules. The ASX documentaton…
-
Unable to generate security Token using Datascope API using C# code
-
ExtractWithNotes returns different ISIN results than the one requested
https://selectapi.datascope.refinitiv.com/RestApi/v1/Extractions/ExtractWithNotes returns some other ISIN than the one requested for. This could be due to the underlying ISIN combinations. But we're expecting that the API returns correct response with the requested ISIN.
-
Retrieving RIC Code Using FundSearch Endpoint
I am performing a fund search using the following endpoint: https://selectapi.datascope.refinitiv.com/RestApi/v1/Search/FundSearch Despite specifying "PreferredIdentifierType": "Ric" in my request, I am consistently receiving ISIN codes instead of the desired RIC code. How can I ensure that I get RIC codes?