-
REST API Embargo on Premium End of Day Prices
The REST API documentation says "It now also handles embargoes" on Intraday and Premium End of Day. Which I can see how that is done on the Intraday Pricing with a condition setting. But I need to know how you recommend handling embargoes with Premium End of Day Pricing? All documentation mentions that Premium can have…
-
Search for RICs by Bloomberg ID/Identifier
One of our customers has Bloomberg IDs in his data we are going to process. For that data we need market data for further processing. Is there any way to look up RIC codes by using Bloomberg identifiers (Ticker codes / Bloomberg ID, ...)? Thanks in advance!
-
Downloading DSS data via Python API
Hi all, I'm am currently trying to use DSS via Python API. After running the code, I see that I am able to create a new instrument list, report template and schedule via my Python. However, I am than not able to retrieve the document with the data. This is the code that I use for downloading the data: while True: response…
-
Corporate Actions API - DSS
I am trying to frame a API script to retrieve output from DSS - I am getting below error message. Can you help me with the correct API script for Corporate Actions template on DSS? Please find the below error: { "error": { "message": "Malformed request payload: Syntax error at Line 5, Char 34: Invalid array element type…
-
Scheduled Extraction using DSS Intraday template
I would like to extract JTIc1 at 16:00JST using DSS Intraday template. Is there any way to set up using Python?
-
Unable to Retrieve Futures Instrument from Futures and Options Search function on DSS API
Hello Team, I tried using the below API Code for retrieving Futures Instrument: { "SearchRequest": { "FileCodes": null, "CurrencyCodes": null, "ExchangeCodes": null, "ExpirationDate": { "@odata .type": "#DataScope.Select.Api.Search.DateValueComparison", "ComparisonOperator": "GreaterThanEquals", "Value":…
-
Getting Bond Future Convexity, T&C template in DSS REST API
Hello, is it possible to get historical Bond Future Convexity field, using Terms and Conditions template in DSS REST API? Or if not, are there any alternatives? Client has access to DSS and TH. I know that history for that field is limited within GUI - I'm looking for history range since years ago until today.
-
DSS Intraday Template embargo
On DSS Intraday Template, I added ""OnlyNonEmbargoedData": False" under condition. I was able to get <JCOc1> but if I add <CLc1> I receive status 202 and never return data. I have permission for NYMEX delayed data.(I can get data via GUI). Can you advise me if there are any settings I should add? Pls. note that delayed…
-
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…