-
Notifications
You must be signed in to change notification settings - Fork 377
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Historical data not working #249
Comments
Did you read other posts ?! |
Okay. Then fix it. |
Fix it yourself. |
Use this insted : NSE-HISTORY-SCRAPER |
Try this nselib python library for all kinds of data available in NSE India |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
abc = get_history(symbol='reliance', start=start_date, end=end_date)
print(abc)
Result are in Screenshot
Originally posted by @VipulKavar in #248 (comment)
The text was updated successfully, but these errors were encountered: