-
How to find if a ISIN is a Callable bond
Hi, I am looking for a DSS Rest api based call request where I can submit a ISIN and check if it's got embedded callability. Please can someone share some code? Thanks, Sumit
-
Camel Case syntax for DataScope Select API request
Hello Team, Client has raised a concern with the JSON format of request sent and response received where when the client was trying to follow the JSON valid format of Camel case, the API request was giving an error. Sample Query has been provided in the attached excel. When client changes the initial syntax for the API…
-
what is wrong with my futures request for BTC and ES?
This is giving me a 200 but I'm not getting any futures data. Where can I get a list of futures contracts and the months and the RIC btw? Where can I get this list? This is my code. I'm getting a 200 but no order book data for this futures. def get_tick_history(ticker, query_start_date, query_end_date): json_blob = {…
-
How to get Futures OHLCV from DataScope Select Rest API in Python3?
I would like to get the following RIC OHLCV using DataScope Select's Rest API in Python3. Could you provide sample code? RIC : .SPX DSP : S&P 500 Index - CBOE
-
EURIBOR EndOfDay Extraction
Hello, I am trying to retrieve the EURIBOR rates from this Ric with an EndOfDayPricingExtractionRequest. And the API is returning a null value. However, on the Datascope Select GUI there are values for these fields, only from two days before. So my question is, is there any way to retrieve the first row through the API? Or…
-
Please reframe/correct the below API query to get the correct results
Hi Team, I am using https://selectapi.datascope.refinitiv.com/RestApi/v1/Extractions/ExtractWithNotes to fetch the standard coporate action data, the api is wroking fine when using delta query, but for init query my payload is failing Please find the details: { "ExtractionRequest": { "@odata.type":…
-
How can I get the latest global exchanges with exchange country and exchange type?
Is there any interface that I can get the latest global exchange information with exchange country and exchange type?
-
What are the parameter for Condition so history data
Give me the parameter that i can define to get the history data in the below example. { "ExtractionRequest": { "@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.EndOfDayPricingExtractionRequest", "ContentFieldNames": [ "Trade Date", "Universal Close Price", "Universal Bid Ask Date", "Security…
-
Is there any DataScope Pubs App API available?
Hello, there is webui application (https://select.datascope.refinitiv.com/Pubs/Permissions/UserBrowser). Do you know, if there is any API endpoint available for this? I am trying to find a way of verification, if the specific DSS account has been cancelled/deactivated. In pubs App there is a field 'is active', but i…
-
DSS REST API - empty response if number of ISINs exceeds 250
The issue is when client try to extract more than 250 ISIN, they get an empty answer from the server. Please note that if client use 10 isins, client can extract with API perfectly, if client repeat those isin 100 times (so 1000 total isin requested) client get an empty answer, so the isins are not the problem. The problem…
-
File code search
I would like to create instrument list with Filecode #2 for TSE but exclude delisted RICs. On GUI there is "Expand File Codes on Extraction to Include Delisted RICs". On Rest API how can I set this preference option to False?
-
Require a Swagger files for DSS RestAPI
Hi We are a new customer for LSEG DSS and i need the swagger file as we are going to integrate the API through Informatica to update our SQL database with EOD data. I can get through Postman but i need swagger files to integrate with Informatica. This is urgently required as part of our requirements. Thanks Sohail…
-
OpenAPI/Swagger Documentation for DSS REST API
Hi, Do we have a full OpenAPI/Swagger Documentation for the DSS REST API? Thanks, Greg
-
Error: socket hang up | Unexpected end of file from server; java.net.SocketException
We're querying the refinitiv API - https://selectapi.datascope.refinitiv.com/RestApi/v1/Extractions/ExtractWithNotes We're using the 'PremiumEndOfDayPricingExtractionRequest' template. However, when we hit the API through postman/ through code, we're facing 'Error: socket hang up' and 'Unexpected end of file from server;…
-
DSS template description via API
Are there any way to read the description of each template via API? There are description on Data Content Guide of DSS but if there are any place to get this description via API, pleaes adivse.