Idirect-Tech / Breeze-Python-SDK

The official Python client library for the ICICI Securities trading APIs
MIT License
53 stars 28 forks source link

SBIN 19th Apr 2024 9:15 5 minute candle data is not available in ICICI Breeze API #89

Open srikanthvbr opened 2 months ago

srikanthvbr commented 2 months ago

While trying to load the data for 5 min candles, i am getting 9:!5 candle data for other stocks, and 9:20 till 15:30 data for SBIN, but not getting the 9:15 candle data for SBIN for 19th Apr 2024. Code used :

data = breeze.get_historical_data_v2( interval="5minute", from_date=from_date.strftime("%Y-%m-%dT%H:%M:%S.000Z"), to_date=to_date.strftime("%Y-%m-%dT%H:%M:%S.000Z"), stock_code="STABAN", # Pass one stock symbol at a time exchange_code="NSE", product_type="cash" )