in result of execution this code resultsize=null; What is problem? Why such a problem? dynamic lastDate = new DateTimeOffset(2021, 09, 10, 0, 0, 0, TimeSpan.Zero); dynamic startDate = new DateTimeOffset(2021, 06, 07, 0, 0, 0, TimeSpan.Zero); var extractionResult = ExtractionsContext.ExtractRaw( new…
I keep tracking minutes bar volume data for the Hong Kong exchange index. However, I found since 28/July, there are a lot of bars that have no volume information. This is not only limited to HSI index but apply to all index of HK exchanges. Can you fix it?
Hi, I'm interested in advising client to use the Bulk Historical Search to get RICs from a list of identifiers , in this case resolving from using ISIN (input) to RIC (output). The below appears to be what I am looking for, however the result do not include the original identifier being used so I am unable to determine…
I am using TickHistoryRaw Rest API while providing few Fids in the extraction request. I am using Python and used the same tutorial logic provided in Refinitiv tutorials. The response i am saving in gzip format and then unzipping it which is csv file. Below is my Python file: Python_TickHistoryRaw.txt When i opened csv its…
Hello, Once the instrument list, report template and schedule has been set up using GUI, would it be possible to use REST API just to download the Extracted Files on Tick History? If so, is there a documentation about this step? Also, where do I get the job id when sending a request? Thank you!
Currently i am using TickHistoryRawExtractionRequest Rest Api python example from Refinitiv tutorial. I extracted the data from REST api and was able to create gzip file for one Identifier. But the data extracted is almost near to 1 billion. And the Query startdate and enddate i have provided is just for one day. Is there…
I am facing situation where when i provide certain combination of Fids it returning result as null without any data at all. I am using TickHistoryRawExtractionRequest Rest Api. I always want to extract previous day data. Below is the combination of Fids i am providing: requestBody = { "ExtractionRequest": { "@odata.type":…
I am using TickHistoryRawExtractionRequest Rest Api. In extraction request condition for QueryStartDate and QueryEndDate what does T12:00:00.000Z means ? "QueryStartDate": "2021-09-02T12:00:00.000Z","QueryEndDate": "2021-09-02T12:10:00.000Z" For example now i want to check and extract the previous whole day tick raw data…
I am getting below error in pythong when using RTH REST Api: Quota Message: INFO: Tick History Futures Quota Count Before Extraction: 0; Instruments Approved for Extraction: 0; Tick History Futures Quota Count After Extraction: 0, 100% of Limit; Tick History Futures Quota Limit: 0 Quota Message: ERROR: The RIC 'STXE' in…
I am getting below error now in python when i try to use for RTH REST Api: TimeoutError: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond Is it related to proxy ? how to…
It looks like you're new here. Sign in or register to get started.