-
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
-
Datascope Select- Python payload
Hi Can you please help with a Python Payload to fetch EOD pricing data for few instruments or instrument list I tried to look at the existing sample script <dss-python-shareholder-rights-sample> .. but it looks quite complex. Appreciate your help.
-
Can I use filecode to retrieve eod pricing through DSS REST API?
i tested filecode extraction in DSS Elektron EoD, and received "202 accepted message". I input filecode 2 in API instrument identifier as below. {"Identifier": "2", "IdentifierType": "FileCode" }, Shall I just wait to retrieve pricing data or am I missing something? Regards, Hiroko
-
Quesitons on DSS REST API On-demand Price History extraction
One of our clients is performing on-demand extraction using PriceHistoryExtractionRequest. They are experiencing significant latency increases under parallel loads, so we would like to confirm extraction limits. Client usage: - Multiple application instances share a single DSS user account. - Each instance executes the…
-
Is there an option within the Futures & Options search function in DSS API with Exchange filter?
Our client has been searching futures and options data within the Futures and Options search function in DSS. They have the challenge where the business teams provide the payment team with about 10 securities a month that don't have RICs or ISINs. The payment team is happy with the data retrieved through the GUI search…
-
How to schedule extraction with decimal settings
I have a Client that is using the DSS API. However, the RIC's that they are using (ex; JPYTHBBB=BKTH & JPYTHBBB1=BKTH) is providing 5-6 decimals in the Universal Close, Ask, and Bid Price fields. The client only wants to see 4 decimal places. In the DSS GUI, we were able to change the decimal places for each field, and was…