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…
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…
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…
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
CAn someone show me how to make a request to get a list of s&p500 stocks? I can't seem to find this anywhere. What can I do do make a request? Is there a simple get request endpoint? I want to feed the results into this request to get all csv order book data: json_blob = { "ExtractionRequest": { "@odata.type":…
Hello, I am trying to retrieve the EURIBOR rates from this Ric with an EndOfDayPricingExtractionRequest. And the API is returning a null value. However, on the Datascope Select GUI there are values for these fields, only from two days before. So my question is, is there any way to retrieve the first row through the API? Or…
Please share the API to retrieve ISIN and LEI data elements using python or a SDK.
Hi Team, I am using https://selectapi.datascope.refinitiv.com/RestApi/v1/Extractions/ExtractWithNotes to fetch the standard coporate action data, the api is wroking fine when using delta query, but for init query my payload is failing Please find the details: { "ExtractionRequest": { "@odata.type":…
Good Afternoon! I am in the process of migrating from DSS SOAP to DSS REST. We request corporate actions for known instruments. One thing that happens in the existing codebase is the retrieval of all available Corporate action fields for a certain corporate actions type ("DIV", "CAP", "MNA"): This is done like so: var…
Give me the parameter that i can define to get the history data in the below example. { "ExtractionRequest": { "@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.EndOfDayPricingExtractionRequest", "ContentFieldNames": [ "Trade Date", "Universal Close Price", "Universal Bid Ask Date", "Security…
It looks like you're new here. Sign in or register to get started.