-
DSS Rest api: How to search for a ISIN given a ticker and maturity year
Hi, I am trying to understand how I can query the DSS Rest api and get back the ISIN for a bond given simply a ticker (i.e. Issuer) and a maturity year. Ex:- ticker=KMI and maturity_year = 2045. This should give me back the ISIN: US49456BAH42 Any example code would be very helpful Thanks Sumit
-
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.
-
Ric cannot find in DSS Rest API but can be found in EIKON
"Identifier": "HTBc1","Error": "Not found","IdentifierType": "Ric"},{"Identifier": "HTBc2","Error": "Not found","IdentifierType": "Ric"},{"Identifier": "HTBc3","Error": "Not found","IdentifierType": "Ric"},{"Identifier": "HTBc4","Error": "Not found","IdentifierType": "Ric"},{"Identifier": "HTBc5","Error": "Not…
-
DataScope Select GUI reference
Can I specify the list of instrument list in the DSS GUI through the API? Or can I refer to instrument list on csv via API?
-
API Script for Elektron EOD Pricing template on Datascope
Appreciate to share sample API script on postman collection for new template Elektron EOD Pricing on Datascope Select. And also update under tutorial. Thanks Vinaya
-
Use DSS api from a python call
hi, I have the below code to fetch EOD data via eikon api. I frequently end up with connectivity issues - sometimes no data retireved, sometime partial data retrieved. I have been asked to use DSS api instead. Can you please provide me with a alternate version of ek.get_data()? My code is:-…
-
UseExchangeCodeInsteadOfLipper flag in C# DataScope Select - REST API?
Hi all, I'm using the DataScope Select REST API C# dll libraries to make CompositeExtractionRequests In the http REST API there is a json flag you can use for "UseExchangeCodeInsteadOfLipper" - is there an equivalent for this on the CompositeExtractionRequest C# class? All I can see on that class is IdentifierList,…
-
[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:…
-
DSS Rest API TCP port confirmation
May i double confirm which TCP port need to be open for DSS Rest API?
-
SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1091)')))
Hello Team, Got this error during Run on Friday (15th Nov 2024), accessing "https://selectapi.datascope.refinitiv.com/RestApi/v1/Search/FuturesAndOptionsSearch" SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1091)'))) Also following this error got one more error - DataScope Authentication failed…
-
DSS API RATING AGENCY
We can see the CUSIP fields when searching on the Data Scope Select website. However, pulling the fields using our API application gives this error: DataScope.Select.Api.ValidationException HResult=0x80131500 Message=Validation Errors:Invalid content FieldName "Rating Agency" ReportDateRangeType of "NoRange" is not valid…
-
Authentication Token related queries
Hello Team, I have multiple questions regarding Authentication Token part. Please find them below: 1. How we validate that the current/previously requested token is yet valid or not 2. What is the limit of authentication token per day and per minute. 3. Could you please give example of how we can limit authentication token…
-
DSS Rest API Postman json sample URL error
DSS Rest API Postman json sample code URL error, may i double check this is latest sample? Please refer to attached snap shot
-
SAP connection for DSS REST API
the DSS client is trying to connect REST API from SAP. Anyone can help in setting up an RFC within SAP to support the necessary HTTP request?
-
Python example for Price History template - DSS API
Client is looking data retrieval through Datascope Select API - Price History Template for the RIC: JPBEI2Y=RR using Python. They are requesting to send some codes that will get the price history results. Appreciate your help in sharing a sample Python complete request and response for these below Fields and supporting…