Hi, We are using RFA 8.1 API. Is there a way for us to have an exhaustive list of exchanges that supports price data model domains other that MBO but not MBO.
Hello Developers, Notes: I'm using the python API and have access to Refinitiv Tickhistory. Getting a list of all option RIC codes (with expiration date and strike price) for S&P 500, current + historical. Right now, I am using the following: UnderlyingRIC = '.SPX' for S&P 500 request_header = {…
Hello, We want to get historical data for instruments NQ group (CME exchange) for 2021 year (NQH2021, NQM2021, NQU2021, NQZ2021). First, we found corresponding RICs: NQH1^2, NQM1^2, NQU1^2, NQZ1^2. Second, we created Instrument List and run the extraction. Unfortunately, we did not get any data with the following log:…
One of our clients would like to understand file size of TickHistory data to determine data capacity in their database. They would like to know the size of data in Python pickle files through REST API. Is it possible to guess Python pickle file size from csv file size in TickHistory GUI? For example, some files are 7.4GB…
I would like to use TickHistoryMarketDepthExtractionRequest But I didn't know where to find the Content Field Names list, Is there a complete API docs, so that I can know how to fill in the request params.
Comparing the Market depth feed and Intraday summaries feed, I have noticed that Intraday summaries will not report empty when the market is pulled right before the end of the interval. For example, in the RIC ES100R7 these were the market depth feed: ES100R7,Market Price,2017-04-11T23:09:34.885504017Z,-5,Normalized…
I queried for the fields Trade-Date and Quote-Date for time and sales data from TRTH. However the dates in these fields are just the timestamp fields and not the actual trade dates.
Sample Tick History API java code below can be executed correctly using code from Developers Portal RTH Java Code Examples, but no Template are obtained. Can you please advice.image002.png https://developers.refinitiv.com/en/api-catalog/refinitiv-tick-history/refinitiv-tick-history-rth-rest-api/download public void…
I requested market depths with below code. Although there are no error msg, the file is empty. I tried different time but no luck. #Step 2: send an on demand extraction request using the received token requestUrl='https://selectapi.datascope.refinitiv.com/RestApi/v1/Extractions/ExtractRaw'; requestHeaders={…
...report Tick History API: Sample java code to create a "Tick History Market Depth-->Legacy Market Depth" report https://developers.refinitiv.com/en/api-catalog/refinitiv-tick-history/refinitiv-tick-history-rth-rest-api/tutorials#rest-api-tutorial-5-on-demand-market-depth-extraction Could you please provide us sample java…
It looks like you're new here. Sign in or register to get started.