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

void quotes: not working #25

Open
brakdag opened this issue Jan 30, 2020 · 4 comments
Open

void quotes: not working #25

brakdag opened this issue Jan 30, 2020 · 4 comments

Comments

@brakdag
Copy link

brakdag commented Jan 30, 2020

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
[]
@jakejimenez
Copy link

Getting the same output, just undefined or []

@jshwrnr
Copy link

jshwrnr commented Mar 24, 2020

Same for me

@KyleBurney
Copy link

Has anyone found a solution for this?

@anandbhaskaran
Copy link

Same here, concluding that this repo is broken.

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

5 participants