OPEN INTEREST DAILY CANDLE DATA is not updated

jitendra
Hi,
I am trying to get the Historical data for Option strikes and it is giving me same Open interest for current day as same as previous day. When I am running the API next day then it is giving me correct Open Interest data for last trading day. Please look in to this.

DATE STRIKE PRICE OPEN HIGH LOW CLOSE VOLUME OPEN INTEREST
2023.12.14 NIFTY23DEC21150CE 170 304.75 170 277 1411050 324900
2023.12.15 NIFTY23DEC21150CE 307.2 498 294 474.85 284350 324900
  • jitendra
    This issue is happening for most of the strikes from last one week.
  • rakeshr
    I just checked and OI data is showing fine and updated for today as well.
    [{'date': datetime.datetime(2023, 12, 14, 0, 0, tzinfo=tzoffset(None, 19800)), 'open':
    170, 'high': 304.75, 'low': 170, 'close': 277, 'volume': 1411050, 'oi': 324900},
    {'date': datetime.datetime(2023, 12, 15, 0, 0, tzinfo=tzoffset(None, 19800)), 'open': 307.2, 'high': 498,
    'low': 294, 'close': 466.95, 'volume': 284400, 'oi': 274450},
    {'date': datetime.datetime(2023, 12, 18, 0, 0, tzinfo=tzoffset(None, 19800)), 'open': 390, 'high': 451.6,
    'low': 388, 'close': 426.2, 'volume': 47800, 'oi': 277700}]
  • jitendra
    yes, today, 18th Dec 2023, it has come fine.
This discussion has been closed.