We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
this code.
var googleFinance = require('google-finance'); googleFinance.historical({ symbol: 'NASDAQ:AAPL', from: '2019-11-01', to: '2019-12-31' }, function (err, quotes) { console.log(err) console.log(quotes) });
return....
null []
The text was updated successfully, but these errors were encountered:
Getting the same output, just undefined or []
Sorry, something went wrong.
Same for me
Has anyone found a solution for this?
Same here, concluding that this repo is broken.
No branches or pull requests
this code.
return....
The text was updated successfully, but these errors were encountered: