-
Resolve the identifier as a CORP
Hi all, I'm working with Refinitiv DataScope Select (DSS) and encountering a discrepancy between results returned via the DSS UI and those returned via the REST API. What is working: When I upload a list of ISINs in the DSS UI and run an immediate extraction with Terms & Conditions content fields (which are bond-specific),…
-
How to correctly convert currency in PriceHistoryExtractionRequest
Hi, I need to programmatically convert historical EOD prices for ISINs over a certain time horizon to EUR. I struggle to correctly apply the conversion when the prices are stated in a minor currency such as GBp. Example: I want to convert the EOD prices of ISIN "GB0008706128" (Lloyds Bank) - which is denominated in GBp -…
-
Retrieving Constituent RICs under a Chain RIC
Hello Team, Is there any way to retrieve constituent RICs under a particular Chain RIC without using a regular DSS template like EOD, Intraday, Composite etc., Like how we can use the search function on DSS Web GUI to find the Constituent RICs under a Chain RIC. I have tried to search for the API on API Reference Tree and…
-
Not being able to get the desired response from the CommoditySearch request.
We are not being able to get the response from the following request as provided in the screenshot. Can you please assist in creating the correct request to get the correct list of the recs for the CommoditySearch request? As directed, we tried requesting the list of 'NGMM' RICs but the response is empty.
-
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…
-
facing issue in DSS API search for UsMunicipalSearch
HI i am facing discrepancy in DSS API , The securities with CUSIP 649903YA3, 64990CJB8 are Munis. when i am trying to search the securities with CUSIP 649903YA3, 64990CJB8 in DSS GUI the instrument is showing as Munis. Please refer the attached snap from DSS UI. But in the API response I see "InstrumentType":…
-
Macro data
I am interested in getting a few macro data points using the API, Can you help me for the same? The macro data points required are for: ALL INDIA HOUSE PRICE INDEX (Base-Year : Q1:2010-11),BoP - CURRENT ACCOUNT BALANCE INR,BoP - CURRENT ACCOUNT CREDIT INR,BoP - CURRENT ACCOUNT CREDIT USD,BoP - CURRENT ACCOUNT DEBIT INR,BoP…
-
DSS API credentials not working
Client is unable to access DSS API with their DSS ID. However, the same credentials are working fine for GUI. Client has shared the below API payload. Can you please assist? Power Query: let // Etapa 1: Datas para os últimos 31 dias Today = Date.ToText(DateTime.Date(DateTime.LocalNow()), "yyyy-MM-dd"), StartDate =…
-
deleting pending requests.
I see some pending extraction requests i'd like to delete but could not find anything in the API docs related to deleting pending requests. [{'JobId': '0x095ae227ca7b01ca', 'UserId': 9023248, 'Status': 'InProgress', 'StatusMessage': 'InProgress', 'Description': 'HistoricalReferenceReportTemplate Extraction', 'CreateDate':…
-
Query About DSS API
I'm working to query RICs using the DSS HistoricalCriteriaSearch API. I see that the responses are limited to 30k records max. Is there a way to paginate the query? also, could you provide an example of a regular expression that is supported by the RicPattern field in HistoricalCriteriaSearch? I've been experiencing a high…
-
FX Rates Datascope API specification request
Hi All, We would like to use DSS REST API to extract FX rates from Datascope Select I was provided this link: https://developers.lseg.com/en/api-catalog/datascope-select/datascope-select-rest-api It sounds I cannot connect here https://amers1.identity.ciam.refinitiv.net/auth/UI/Login How to get the API specification we…
-
Need some help in understanding how can we get the Tokyo 3pm rates of LSEG.
We are currently calling the Datascope EndOfDay template endpoint to get the London Market closure rates. We need to fetch the Tokyo 3pm rates instead. Can someone please help me understand which endpoint do we need to call for the same?
-
How to Label user defined identifiers in DSS API Rest
Hi team , I know how to request user defined identifiers in API -using the below article.. but can you please help how to label it using API
-
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…