TRTH: Is it possible tro retreive the extraction files in bucket Aws using Amazon interface
Is the field "extractedFileID » varialble between extraction or invariable
I'm looking for a way to get tick history by special tradeboard Gettex (MUNC). Please show me the param that I should specify in api call Request POST https://selectapi.datascope.refinitiv.com/RestApi/v1/Extractions/ExtractRaw Authorization: Token <your_auth_token_goes_here> Content-Type: application/json Accept-Charset:…
If there is available SummaryInterval = 30 minutes aggregation in tick history intraday api? I found a thread from 2017 year https://community.developers.refinitiv.com/questions/20853/is-there-an-interval-type-30-minutes-for-python-ap.html It's said we have to aggregate 1-minute data on client side. May be there's some…
Hi, After receiving status_code = 200, what is the correct way to pull the data based on JobId in my code below? print(f'Received status code which is not 202: {request_status}') # Successful if request_status == 200: print("Received status code 200") keys = resp.json().keys() if 'JobId' in keys: JobId =…
(This is Anand Shah, an RA working with Prof. Budish) I search a ticker on two separate exchanges and receive two different errors, despite both not returning data. Using historical search, I learn that: WMT.DEA available from 03/07/2019 ~ present WMT.BAT available from 05/01/2015 ~ present When I make a Tick History…
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…
It looks like you're new here. Sign in or register to get started.