nsepython
nsepython copied to clipboard
The Unofficial Python Wrapper for NSEIndia API
The logic for comparing todays date with nse market holidays was wrong. That resulted in only checking the first date from holiday object with current date. Corrected! Some optimisation can...
The is_market_open function gives wrong results. It returns True almost everytime.
There was an error in fnolist function. NIFTYIT is not part of fno. Instead added finnifty and midcpnifty.
May be the cookies from NSE website and headers might have been changed, getting an empty result while fetching results from option chain data
I recently analyzed `nsepython` using **Bandit** and identified a critical security vulnerability involving Command Injection. > **Location** > File: `nsepython/rahu.py` > Line: 32 > ```python > cmd = f'curl -b...
nse folks have updated their api as usual without any news or announcement. this is to keep up with them obviously I will leave it to @aeron7 to decide on...
As NSE has moved the latest filings to new API, add the support for the same. 1. Fetch latest filings from NSE (nse_results, nse_past_results doesn't get the latest results) 2....
Hi, I am not able to see the 4th quarter results for any company in nsepython.nse_past_results. Its showing till 31-dec-2024. Has something changed for this or something else need to...