Historical Intraday Futures Prices

paras953
How do I download Historical Intraday Futures Prices (1 min interval) and since continuous prices are not available, the instrument tokens are useless

instrument_token exchange_token tradingsymbol name last_price expiry
14942978 58371 RELIANCE26AUGFUT RELIANCE 0 25-08-2026

Are conitnuous prices not available for intraday data ? (1 min interval?)
Any fix for this?
  • nagavenij
    RELIANCE26AUGFUT is an active futures contract. You can directly use the Historical Data API with the contract's instrument token and the required intraday interval (for example, minute). The continuous=1 parameter is not required for active contracts.
    The continuous=1 parameter is applicable only for day-level historical data of expired futures contracts and does not support intraday intervals. If you require continuous intraday data across contract expires, you will need to capture and store the data yourself while each contract is active using the WebSocket. You can refer to similar discussion here.
Sign In or Register to comment.