Skip to content
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

How to use historical function to find Taiwan's stock? #14

Open
DecisionShen opened this issue Aug 18, 2017 · 0 comments
Open

How to use historical function to find Taiwan's stock? #14

DecisionShen opened this issue Aug 18, 2017 · 0 comments

Comments

@DecisionShen
Copy link

the example
googleFinance.companyNews({
symbol: 'TPE:2317'
}, function (err, news) {
if(err) console.log(err);
console.log(news);
});
it works

but

googleFinance.historical({
symbol: 'TPE:2317',
from: '2010-08-01',
to: '2017-08-18'
}, function (err, quotes) {
if(err) console.log(err);

console.log(quotes);

});

the quotes is empty;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant