-
PCN215272
1) Could you please confirm the location of the SOAP WSDL file after this DNS change? The previous location was selectapi.datascope.refinitiv.com/datascopeapi/v1/extractionservice.asmx?wsdl so I assumed that the new one would be selectapi.datascope.lseg.com/datascopeapi/v1/extractionservice.asmx?wsdl But this new WSDL file…
-
EU HQLA, ECAI Credit Quality Step, Special ECAI Credit Quality Step Fields Downloads
Hi everyone, I’m trying to download the following regulatory attributes for a specific bond: EU HQLA classification ECAI Credit Quality Step Special ECAI Credit Quality Step Could you please advise how to access these fields via: Workspace Terminal Refinitiv/LSEG Data Library for Python Datascope Select (template name and…
-
Data Scope Intraday API does Not work as expected
I have an issue with extraction values for the RIC DESTR=DKNA. The API is returning null values for some of the fields. When making an intraday report extraction via CSV I get the correct values returned from this RIC. Primary Activity Last Price Trade Date Value Date
-
datascope select - "All identifiers were invalid. No extraction performed."
Hi, Could you please advise why I am getting a response with the message "All identifiers were invalid. No extraction performed." in the notes when requesting the following. The Isin is valid, but presumably there's another reason it's not being returned. I am trying to resolve the Ric. Request: { "ExtractionRequest": {…
-
TickHistory - Report template for querying daily fixings
Hi, I am using the UI version of DSS & Tick history. I would like to know what template should I create to get historical fixings for , say SOFR, FF , ESTR Rates etc. I tried using the TH Times & Sales - However, I only get the Quotes from various contributors/ exchanges Regards, Sumit
-
Refinitiv Datascope behavior after currency is no longer in use
Hello, We currently have a microservice that consumes data from Refinitiv Datascope Select API using the On Demand Extraction endpoint. It fetches the data using IntradayPricingExtractionRequest for some FX instruments. From 1st of January 2026, the currency BGN from Bulgaria will have a fixed exchange rate as they move to…
-
get a list of companies with cryptocurrency, cryptoasset or blockchain flag
Can you please confirm if this is do-able on Workspace API? Link : https://developers.lseg.com/en/article-catalog/article/crypto-asset---blockchain-flags---introduction-to-regulatory-com#:~:text=We%20are%20going%20to%20use%20the%20following%20DataScope%20Select%20templates,dll Checking the link, DSS API is the product to…
-
Using EOD report template to retrieve historic prices?
Is it possible to use EOD report template to retrieve historic prices? (must avoid using TimeSeries templates). This is in xml format via sftp requests to Datascope Select Is it possible, any hints?
-
Search for RICs by Bloomberg ID/Identifier
One of our customers has Bloomberg IDs in his data we are going to process. For that data we need market data for further processing. Is there any way to look up RIC codes by using Bloomberg identifiers (Ticker codes / Bloomberg ID, ...)? Thanks in advance!
-
DSS Debt Corporate Actions Iso Report Template
Hi Team, Could you please share working API request for Debt Corporate Actions ISO 15022? I've been trying to use example provided in API tree, but the query isn't working. Here's what I've been running: { "ExtractionRequest": { "@odata .type":…
-
How to get FTSE trade volume decimals when Volume = 0.
I am using this endpoint to get time and sales for ftse350 stocks. def get_time_and_sales(rics, query_start_date, query_end_date, max_retries=10, retry_delay=20, identifier_type: str = "Ric"): """ Retrieves time and sales data for given RICs from Refinitiv. Docs:…
-
Requesting access to trapi.data.research.read / trapi.alerts.research.crud scope for Research API
Hello, I am a student at the University of Toronto. I am trying to access Aftermarket Research reports via the Refinitiv Data Platform API. Currently, my account can generate tokens, but the access token does not include the required scopes (trapi.data.research.read and trapi.alerts.research.crud). As a result, I receive…
-
Scheduled price extraction for currencies
Trying to extract scheduled price data for CNH and CNY identifiers , i was able to successfully extract EOD pricing for these identifiers but facing error when trying to extract the prices at specific time of day, please find below the API query details along with URL and error message Code from ayx import Alteryx import…
-
DSS Intraday Price for CNH, CNY identifiers at 4:30 PM SGT not getting extracted
I tried setting up my code to get the price at 8:30 AM UTC but it doesnt seem to work, could you please help me with it Code token_url = "https://selectapi.datascope.refinitiv.com/RestApi/v1/Authentication/RequestToken" payload = "{\r\n "Credentials": {\r\n "Username": "9038135",\r\n "Password": "***********"\r\n }\r\n}"…
-
Equity Bulk Search by Ticker via DataScope Select API
Hi team, I hope this inquiry finds you well. I'm looking for a way to locate equities by their tickers, and I know we have a request to that like this: https://developers.lseg.com/en/api-catalog/datascope-select/datascope-select-rest-api/tutorials#rest-api-tutorial-12--search-for-an-equity That doesn't seem to allow the…