-
Request for Individual Date Ranges for each RIC via DSS API PH Template
Hello Team, Question raised on behalf of the client who is a DSS API User. Is there any way that I can request for individual date ranges for each RIC in my DSS API PH Extraction where I have multiple RICs in the same extraction? I can see that this is possible for TRTH API: "InstrumentIdentifiers": [ { "Identifier":…
-
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…
-
DSS Intraday Price for CNH, CNY identifiers at 4:30 PM SGT not getting extracted
I tried setting up my code to get the price at 8:30 AM UTC but it doesnt seem to work, could you please help me with it Code token_url = "https://selectapi.datascope.refinitiv.com/RestApi/v1/Authentication/RequestToken" payload = "{\r\n "Credentials": {\r\n "Username": "9038135",\r\n "Password": "***********"\r\n }\r\n}"…
-
Endpoints for all valid content fields for Corporate Actions: 'Standard Events' and 'IPO Events'
Hi, We would need the endpoints for all valid content field names for these 2 report templates, based on the report template code please. Best regards, Gareth
-
Python DSS API extraction is giving be below error as malformed
Code def get_rics(token): url=f"{BASE_URL}/Extractions/ExtractWithNotes" headers={"Content-Type":"application/json","Authorization":f"Token{token}" } payload = {"ExtractionRequest":{ "@odata .type": "#DataScope.Select.Api.Extractions.ExtractionRequests.InstrumentsListExtractionRequest", "ContentFieldNames":…
-
DSWS in RStudio - 403 error suddenly appearing
Hi I've used Datastream on excel quite a lot - trying out the API through Rstudio first time. The below code worked perfectly till about a day ago, but has now started generating errors as shown. Pardon the formatting that is messed up on copying code and output below. As you can see the error is appearing on the call to…
-
Can we confirm if we are now enforcing secret key upon login to Datascope Select?
Can we confirm if we are now enforcing secret key upon login to Datascope Select? How can we find this secret key for the client? Hi Irene, We gave that a go, however think its a different credential that is needed. Here is the information from the devs: The Credential Manager is failing to fetch the token to fetch the…
-
Client is unable to log into the API using Visual Studio
User ID – 9021571 Using latest code under below link , but still unable to login, please check and advise.
-
I have some C# code that communicated with Datascope and worked as recently as 2023. It doesn't seem
client confirmed saying they already have .NET version 4.8 installed 2. Client provided the below logs C:\Izzy\DatascopeRestAPI\dss_rest_net_sdk_tutorials_code\Tutorial 2\Learning\restful_api_core_gui_basics\bin\Debug>restful_api_core_gui_basics.exe Unhandled Exception: DataScope.Select.Api.TransportException: An error…
-
we have Client looking for Brazil Implied PPP conversion rate in API
Please check the attached screen shot, we have client looking for "searching Brazil Implied PPP conversion rate" in API, please check and provide the relevant API query.
-
DSS Rest API - Triggered extraction
Hi team, Would it be possible to do an API extraction and utilise the feature in the GUI to trigger the extraction when the data is available? see the screenshot below. Ali
-
end-to-end Mutual TLS (mTLS) for authenticating DSS API consumers
I am writing to discuss an important security related matter to our integration with DSS APIs. Previously, We have been informed that DSS is not currently using end-to-end Mutual TLS (mTLS) for authenticating API consumers. While we understand the operational considerations, our security team has raised this as a…
-
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…