Does kiteconnect provide live OI data across different strike prices (both CE and PE) of the symbols ?
kite.instruments("NFO") provides the list of all strikes for a symbol with no OI data for the same does kite.quote() provide this OI data across different strike prices (both CE and PE) of the symbols ?
The quote API does provide OI data but you need to send each and every instrument token you need data for or send the exchange:tradingsymbol data. You can check out the documentation to know more.
exchange:tradingsymbol
data.You can check out the documentation to know more.