RuchiTanmay / nselib

nse data library
Apache License 2.0
50 stars 32 forks source link

fno_equity_list function in capital_market_data.py not working #21

Closed nipun-shrivastava closed 1 month ago

nipun-shrivastava commented 3 months ago

try: ind_data_df = pd.read_csv("https://archives.nseindia.com/content/fo/fo_mktlots.csv") data_df = pd.read_csv("https://archives.nseindia.com/content/fo/fo_mktlots.csv", skiprows=5)

The csv's in try block are no longer present at archives.nseindia.com

RuchiTanmay commented 1 month ago

Hi, Please Try with new version nselib 1.0 pip install nselib --upgrade