Hello,
I am trying to query intraday bar data in python, but my queries take a long time an results in an error. Could you please let me know where I am doing wrong? My code is copied below
I got the following error message:
Thank you!!
Yifei
@yifei
Thank you for reaching out to us.
According to the Notes, it looks like to be a permission issue. Please contact the Tick History support team directly via MyAccount to verify permission.
To follow up on the question. The permission error goes away when I query by RIC instead of by ISIN (see pic below). However, this brings up a few other issues:
Query:
notes:
The Tick History ExtractRaw endpoint returns data in a file.
You need to use the JobID to retrieve a file from the following endpoint.
https://selectapi.datascope.refinitiv.com/RestApi/v1/Extractions/RawExtractionResults('<JobID>')/$value
For more information, please refer to the Retrieve data - HTTP request section on the REST API Tutorial 6: On Demand intraday bars extraction tutorial.