-
Not receiving any tick history data for OESX fund (RIC: 0#STXE*.EX)
Hi everyone, I am trying to get historical market depth data for options of Eurostoxx 50 (OESX) and I am using the identifiers I get by using the api.search.historical_chain_resolution(chain_ric, start, end) I get the results and I get a good amount of RIC identifiers: STXE100000F7.EX STXE100000G7.EX STXE100000H7.EX…
-
TRTH API: Searching futures RICs
I'm trying to search some future RICs by using TRTH API "/Search/FuturesAndOptionsSearch". You can see the example json here. The initial request returned only 250 rows of result, so I tried to use the "@odata.nextlink". For the whole process of the example request, I requested for the url without skiptoken first, then…
-
Tick History via Pythin API
Hi, Client is trying to extract the Tick History data via Pythin API ,can you pls advice how to get the ReportTemplateId of existing reports? Regards, Neha
-
Unable to get any data from Tick Histroy Raw Extraction
Hi, I am trying to get data by hitting the Tick History Raw Extraction API, but I don't get the correct response. This is my request: {'ExtractionRequest': {'@odata.type': '#DataScope.Select.Api.Extractions.ExtractionRequests.TickHistoryRawExtractionRequest', 'IdentifierList': {'@odata.type':…
-
Is there a chain RIC for all S&P 500 mini options (including for quarterly and monthly expiries)?
I have been using the `0#ES+` chain ric to get all identifiers for S&P 500 Mini options. However, this only returns options with quarterly expiration, but it would be preferable if I get monthly expiration. Example: ES2400C8,ES MAR8 2400 C,EIO,USD,,IOM,XCME,C,2400,2018/03/16,A,,2018/03/16,50,INDEX,ES,ESH8, ES2400F7,ES JUN7…
-
How to retrieve intraday summaries btw 2021-10-01 and 2022-09-30 GMT via Tick History?
Can you please let me know how to retrieve intraday summaries btw 2021-10-01 and 2022-09-30 GMT via Tick History? I set "QueryStartDate": "2021-10-01T00:00:00.000Z" and "QueryEndDate": "2022-10-01T00:00:00.000Z" in a request, but the generated data starts from 2021-09-30...
-
Tick History Rest API: Error in curl::curl_fetch_memory(url, handle = handle) : schannel: next In...
...itializeSecurityContext failed: SEC_E_ILLEGAL_MESSAGE (0x80090326) - This error usually occurs when a fatal SSL/TLS alert is received (e.g. handshake failed). However since the past few days I have started getting the below error while establishing connection url <-…
-
List of exchanges that supports domains other than MBP
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.
-
Getting a list of all RIC codes for Equity Index Options
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 = {…
-
Can't retreive data with DataScope Select. Instrument expanded to 0 RICS.
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:…