-
Access Denied while using API Playground on Developer Portal
Hi Team, The client is trying to use the API Playground tool through Developer Portal, and they are getting an error saying 'Access Denied' Can you please help to check who can help on this? We checked with MyAccount Team on this as well and they confirmed that the client has access for this. Please see the screenshot…
-
How to rotate the key in API ?
Client uses API to exchange rates, and their API key needs to be updated every year as per client's policies. Please advise the process how to do so. Please let me know if any other information is required if the above provided is insufficient.
-
Problem with making extraction from DSS using REST API with Python
Hi, I am having issues when trying to retrieve output using the following code. It looks like the token is retrieved but after that the extraction output location is not identified. The error I get is: Error: 400 Client Error: Bad Request for url: https://selectapi.datascope.refinitiv.com/RestApi/v1/Extractions/ExtractRaw…
-
Time for updating the trade date in the datascope response.
{ "IdentifierType": "Ric", "Identifier": "AUD=", "RIC": "AUD=", "Asset Type Description": "Money Market", "Security Description": "Australian Dollar/US Dollar FX Spot Rate", "Trade Date": "2025-03-26", "Bid Price": 0.6297, "Ask Price": 0.6301, "Mid Price": 0.6299, "Universal Ask Price": 0.6301, "Universal Bid Ask Date":…
-
Technical indicators
Hi, is there a way to directly pull technical indicators for non-expired contracts for a RIC list/ RIC chain for EoD data? Ideally I would like to pull for example RSI/CCI/moving average values directly everyday to view which contracts are oversold/ overbought on a daily basis as a pose to pulling ohlc prices and…
-
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…
-
Crossed order books between venues issue. Using RawMarketByPrice
I'm processing CSVS for order book data from the RawMarketByPrice view that look like this: #RIC,Domain,Date-Time,GMT Offset,Type,MsgClass/FID number,UpdateType/Action,FID Name,FID Value,FID Enum String,PE Code,Template Number,Key/Msg Sequence Number,Alias Underlying RIC,Number of FIDs QCOM.ARC,Market By…
-
Why am not seeing anything in the response.text for this TickHistoryMarketDepthExtractionRequest
def get_futures_tick_data(ticker, query_start_date, query_end_date): """ Fetches historical tick-by-tick futures data from Refinitiv. :param ticker: The specific futures contract RIC (e.g., "BTCJ4" for April 2024 Bitcoin Futures) :param query_start_date: Start date in ISO format (e.g., "2025-03-01T09:30:00Z") :param…
-
How to get Futures OHLCV from DataScope Select Rest API in Python3?
I would like to get the following RIC OHLCV using DataScope Select's Rest API in Python3. Could you provide sample code? RIC : .SPX DSP : S&P 500 Index - CBOE