Incorrect Nifty data for 7 September, 2021

nikaashpuri
Getting no data for 7th September, there seems to be some issue with your historical data endpoint, please check
  • nikaashpuri
    Please help with this, need to download data before market open
  • nikaashpuri
    zerodha_utils.kite.historical_data('256265', '2021-09-06', '2021-09-08', 'day') - this code is returning

    [{'date': datetime.datetime(2021, 9, 6, 0, 0, tzinfo=tzoffset(None, 19800)),
    'open': 17399.35,
    'high': 17429.55,
    'low': 17345.55,
    'close': 17377.8,
    'volume': 0}]

    No data for 7 September
  • rakeshr
    Should be available now.
    {'date': datetime.datetime(2021, 9, 7, 0, 0, tzinfo=tzoffset(None, 19800)), 
    'open': 17401.55, 'high': 17436.5, 'low': 17287, 'close': 17362.1, 'volume': 0}
  • nikaashpuri
    thank you, yes confirmed it is available now
This discussion has been closed.