OI data Mismatch for Next Expiry

subha
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
  • subha
    I just checked even for the current expiry doesn't match
  • subha
    figured it out. this request may be closed
  • salim_chisty
    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.
Sign In or Register to comment.