You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to fetch the monthly expiry data of banknifty but the data fetch is empty for the period june to nov 2024.
below provided is the parameter kindly see into it.
Greeting ICICI Team,
I want to fetch the monthly expiry data of banknifty but the data fetch is empty for the period june to nov 2024.
below provided is the parameter kindly see into it.
code:
data = breeze.get_historical_data_v2(
interval="5minute",
from_date="18-04-2024T00:00:00.000Z",
to_date="30-04-2024T16:00:00.000Z",
stock_code="CNXBAN",
exchange_code="NFO",
product_type="options",
expiry_date="30-04-2024T16:00:00.000Z",
right="call",
strike_price="47700"
)
Thanking you
The text was updated successfully, but these errors were encountered: