-
Getting Strange/Wrong Response with InstrumentSearch API to get the list of ISINs for OrgIds
Hi Team, I am calling the Instrument search API for the below two requests. Both have same set of OrgIds (5 Org IDs in different order only) but I am getting different response for each of them. First request is returning 114 records in JSON output and 2nd request is returning 103 records in JSON output. Can you please…
-
I need to pull the broker information for all the RICs I have in one request.
Requirement is – For a given RIC, we want to retrieve all contributing broker quotes in a single bulk call rather than querying one RIC at a time. Is this possible via a bulk snapshot or using some wild char, and what is the recommended approach for ~5,000 RICs. Example RICs : ZARQB3J4Y, ZAR18X21F For the new broker…
-
What is the output results when data is Embargoed while running on Demand extraction
When we run certain set of instruments during the market close which contains both embargoed and non embargoed data, What would be the output ? - Will i get only non embargoed data even though i don't provide the user validation as "OnlyNonEmbargoedData": true" Or will i get embargoed and Non Embargoed data once the…
-
Chain resolution
Hello, I'm trying to replicate the DSS GUI behaviour when it comes to chain expansion. i.e. go to Chains Search, then click Search: And then click on the chain itself to see: And so on… Endpoint https://selectapi.datascope.lseg.com/RestApi/v1/Search/HistoricalChainResolution only works with a Tick History account. I'm…
-
DSS API: aggregate FX EUR= tick data to 1min
Tutorial: https://developers.lseg.com/en/api-catalog/refinitiv-tick-history/refinitiv-tick-history-rth-rest-api/tutorials/rest-api-tutorials/rest-api-tutorial-8--on-demand-raw-data-extraction explains how to get tick data for a ticker for a specified time range. Is it possible to adjust the body of the request provided in…
-
Issues with ExtractRaw Corporate Actions API – Latest Data, Expired Events & SWIFT Message Sequence
We are consuming Corporate Actions SWIFT data using the LSEG DataScope Select API: Endpoint: POST /RestApi/v1/Extractions/ExtractRaw Request Types Used: CorporateActionsIsoExtractionRequest (Equity) DebtCorporateActionsIsoExtractionRequest (Debt) Observed Issues 1)Older SWIFT Messages Returned Instead of Latest Only We…
-
What security and encryptions are in place for data in transit for DSS REST API
We would like to understand What security and encryptions are in place for data in transit for DSS REST API
-
DSS API: AppendToList returns 403 forbidden depending on content in request
Whilst appending instruments to an Instrument List, we use two APIs: Vailidate: https://selectapi.datascope.lseg.com/RestApi/v1/Extractions/InstrumentListValidateIdentifiers AppendValidated:…
-
How to link Report Template from DSS Web GUI to API Body
Hi Team, I require your assistance in how to link a Report template from DSS Web GUI to my API Body. My DSS ID is 9030150, and for example I want to link the Report that is saved as EOD Pricing in my Report Templates. How do I build my API? Also, can I build this API by only selecting Report template from Web GUI and not…
-
DSS Rest API Instrment list Delete confirmation
We are currently using the DSS API to create a large volume of Instrument Lists (approximately1,000 per day) in the DSS portal. To manage this efficiently, we are attempting to delete Instrument Lists in bulk using the InstrumentListDeleteMultiple endpoint. While we can successfully delete a single Instrument List by…
-
Extraction timing settings for DSS REST API
(1) One of clients would like to snap DSS Intraday data at certain timings by REST API. Between On-demand extraction and Scheduled extraction, can I think that we can set snap timings within DSS REST API by using Scheduled Extraction, but NOT On-demand extraction? I think we should set snap timings by client side (outside…
-
How can we start On-demand extraciton at a certain time?
I understood that using DSS Schedule extraction is easier to start an extraction at a certain time. What about DSS On-demand extraction API? How can we start On-demand extraction at a certain time? If clients need to post request at a certain time out side of DSS REST API funciton, please advise accordingly. Regards, Hiroko
-
Want to know how to pass multiple "ReportIsoEvents"
Want to know how to pass multiple "ReportIsoEvents" under "@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.DebtCorporateActionsIsoExtractionRequest"and"@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.CorporateActionsIsoExtractionRequest"Suppose I have below events - "BIDS", "DTCH",…
-
Pad with Leading 0s field setting in DSS API
Is there any way to set "Pad with Leading zeros" in edit field by DSS REST API? Let me attach DSS GUI image which I am looking for. Regards, Hiroko
-
DSS REST API values for numbers and non-numbers
Quesitons on DSS REST API (1) Is it correct to assume that values other than numbers are enclosed in double quotes ("")? (2) If the value is empty, are numbers are null (or null codes for EoD/Elektron EoD/Price History) and other types enclosed in double quotes (""")? Regards, Hiroko