Hi, I am trying to fetch OI data for next expiry for Nifty Options using Kite.Quote. But the data doesn't match with that of NSE option chain. Why is this discrepancy? Am I missing out on anything quotes = kite.quote(11420674) #NIFTY2670723800CE
NSE displays Open Interest (OI) in lots, whereas Kite provides OI in total quantity (number of underlying units). To compare the values, multiply the OI shown on the NSE option chain by the contract lot size(65); the resulting figure should match the OI returned by the Kite API.