jugaad-data icon indicating copy to clipboard operation
jugaad-data copied to clipboard

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

Open pannet1 opened this issue 3 years ago • 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)

pannet1 avatar Feb 13 '22 05:02 pannet1

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

yashwardhan-gautam avatar Feb 13 '22 11:02 yashwardhan-gautam

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

nifty50 source is niftyindices.com.

pannet1 avatar Feb 14 '22 14:02 pannet1

Request you to also share output from nseindices website

sevakram avatar Jan 20 '23 11:01 sevakram