Please let know a particular function through which we can get tick level historical data having ask , bid and ltp prices for any asset ....so far we have tried get_timeseries , get_data and get_history functions but not getting historical data for basic apple stock ( AAPL.O ) , Below I got error when I tried to find data for a NIFTY options strike NIF1W19350W3.NS of last week ...it says :
C:\Users\User\Desktop\Reuters\HistoricalData>color f0
C:\Users\User\Desktop\Reuters\HistoricalData>python Data.py
Traceback (most recent call last):
File "C:\Users\User\Desktop\Reuters\HistoricalData\Data.py", line 21, in <module>
df = rd.get_history(
File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\site-packages\refinitiv\data\_access_layer\get_history_func.py", line 166, in get_history
raise RDError(-1, except_msg)
refinitiv.data._errors.RDError: Error code -1 | No data to return, please check errors: ERROR: No successful response.
(TS.Intraday.UserRequestError.90001, NIF1W19350W3)
C:\Users\User\Desktop\Reuters\HistoricalData>pause
Press any key to continue . . .
We need the data for NIFTY Options historical tick level having ask , bid and ltp prices ..kindly let know what we are doing wrong here . kindly let us know the exact function to get data with complete syntax.