How to get minute wise data of past 3 years of SPX

vmaharshi
vmaharshi Newcomer

I have been exploring DSS for the past few days. I've skimmed through the REST API tutorials which use postman and have so far been successful. I am currently trying to write a python script to extract minute-wise data of the past 3 years of SPX futures and options and with the help of Article.RDP.DSS.RKD.Python.GenerateCodeUsingPostman/dss-generate-python-code-using-postman.ipynb at main · LSEG-API-Samples/Article.RDP.DSS.RKD.Python.GenerateCodeUsingPostman · GitHub and Getting a list of all RIC codes for Equity Index Options - Forum | Refinitiv Developer Community , I've managed to get some data but it is not minutewise and not that comprehensive.
Any help would be greatly appreciated.

Best Answer

  • Jirapongse
    Jirapongse ✭✭✭✭✭
    Answer ✓

    @vmaharshi

    Thank you for reaching out to us.

    As far as I know, the DSS is unable to provide intraday historical data. You need to use Tick History product to extract intraday historical data.

    The Tick History has the TickHistoryIntradaySummariesExtractionRequest extraction which summarizes market data into discrete time series intervals ranging from one second to one hour. You can refer to the REST API Tutorial 6: On Demand intraday bars extraction tutorial for more information.


Answers