-
Notifications
You must be signed in to change notification settings - Fork 18
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
Yahoo Finance should be updated again #76
Comments
I have pushed a force to yfinance2 api v. 2.11.3 Please update:
and let me know if it works. Thanks! |
I am running master branch, updating locally to 2.11.3 worked for me. it looks like your push was to "yfinance" branch, which contains other changes that I have not tested. |
This did NOT fix it for me: This DID fix it. Thanks again for a great module and the help to keep it running! |
I was seeing this in the log: the advice from rmcelwee worked for me - thanks to both of you for keeping this module active |
This is right. I need to push the yfinance branch then it works how I described. Will do this tonight. |
2 weeks late but has been pushed now. Closing this as resolved. |
this api call fails with the current version:
stock.quotes = await yfinance2.quoteSummary(symbols[i], {modules: ['price']});
should be updated to version 2.11.3
see discussion: gadicc/node-yahoo-finance2#764
The text was updated successfully, but these errors were encountered: