In DSS InstrumentSearch, I'm trying to convert ISIN codes to RICs. Is it possible to include key code ISINs in the DSS API Response?
Hi, I've noticed when using the following payload and headers: payload = json.dumps({ "SearchRequest": { "ExchangeCodes": [ "CMX" ], "IdentifierType": "RICRoot", "Identifier": "GC", "AssetStatus": "Active", "FuturesAndOptionsType": "FuturesOnOptions" } }) headers = { 'Prefer': 'respond-async;odata.maxpagesize=100000',…
https://selectapi.datascope.refinitiv.com/RestApi/v1/Extractions/ExtractWithNotes The child Ric information of option data is obtained from the above API. It seems like I can get the expiration date, but I wonder if it's possible to get information on when the transaction started. If the expiry date is the end, I would…
Hello, I want to use DSS REST api. But for that I need an user account. What is the procedure for first time user?
I'd like to retrieve price data (USDJPY, N225, S&P500) in DSS and I made report templates that retrieve the fields (open_ask, ask_high, ask_low, ask_price, open_bid, ..., bid_price). But I could only get the USDJPY price and the N225 and SP500 prices were blank. Does anyone know more about this field?
Hi, I am trying to fetct historical option chain data for TSEC weighted index (.TWII). could you guys help me with the instrument chain RIC for the same.
Query: "Hi I'm trying to find an example of a DSS 429 (too many requests) response body & headers in your docs so that we can handle it correctly but I can't seem to find one. Can you provide one please? Thanks" Edit/Update with more information: " I'm not asking that you provide and example request I can make to see this…
Hi! I need all the rics for one source but when I run this code it only brings me the main ric of the source what Im doing wrong? { "Identifiers": [ { "Identifier": "ARARGE3209S6", "IdentifierType": "Isin", "UserDefinedIdentifier": "Instruments", "Source": "FTP" } ], "KeepDuplicates": false } thanks
Hi, I imported "DSS Rest tutorials Postman collection" and successfully ran "User Authentication". However, 1) "Request user information" was failed with the attached error. 2) " List available fields for EoD" was successful with 200 OK status, but when tried "Request EoD data that will timeout", the status just keeps 202…
I am using the DSS API to extract information from RIC using a termplate, in which I add the instruments using the InstrumentListAppendIdentifiers service and send this value (*) to the source field. Now what I need is to add an ISIN and all the entries I have for the FTP/VPA market and I am not achieving it. Since if in…
It looks like you're new here. Sign in or register to get started.