Is it possible to get Nifty 50 intraday options data(for weekly expiry) from historical API. Using websockets/live feed it is possible. I would like to know whether the same is possible with historical API
Is it possible to get Nifty 50 intraday options data(for weekly expiry) from historical API
Yes, you can get intraday historical data for the active options contract. Go through the documentation here. PS: Historical data won't be available for the expired option contract.
Thanks Rakeshr, if I pass continuous=1 and use the instrument token, will it fetch minute level data expired contracts(example for 'NIFTY 16750CE' current instrument token is 10802690 use this along with continuous = 1)
PS: Historical data won't be available for the expired option contract.