swapniljariwala / nsepy

Python Library to get publicly available data on NSE website ie. stock quotes, historical data, live indices
https://nsepy-xyz.web.app
Other
754 stars 376 forks source link

index_history(symbol,start_dt,end_dt) works for all indexes except FINNIFTY,NIFTY FINANCIAL SERVICES. it returns empty dataframe. #242

Open VKontam opened 1 year ago

VKontam commented 1 year ago

symbol = "NIFTY FINANCIAL SERVICES" start_date = "01-Jan-2023" end_date = "14-Jan-2023" print(index_history(symbol, start_date, end_date))