jugaad-py/jugaad-data

1st jan 22 to 15th feb 22 nifty index jugaad data returns unexpected result

pannet1 opened this issue · 3 comments

Issue description

results returning from 2021 year. months are jumbled. dec 2021 missing.

Example Code

from datetime import date as d
from jugaad_data.nse import index_df

# Download as pandas dataframe
df = index_df(symbol="NIFTY 50", from_date=d(2022,1,1),
            to_date=d(2022,2,1))
print(df)


### Error snippet

![image](https://imgur.com/a/vkF8L7G)

Same error.
What's the source of data btw? (scrapping it from NSE website or something?)

Same error. What's the source of data btw? (scrapping it from NSE website or something?)

nifty50 source is niftyindices.com.

Request you to also share output from nseindices website