node-google-finance icon indicating copy to clipboard operation
node-google-finance copied to clipboard

void quotes: not working

Open brakdag opened this issue 5 years ago • 4 comments

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
[]

brakdag avatar Jan 30 '20 12:01 brakdag

Getting the same output, just undefined or []

jakejimenez avatar Feb 11 '20 05:02 jakejimenez

Same for me

jshwrnr avatar Mar 24 '20 20:03 jshwrnr

Has anyone found a solution for this?

KyleBurney avatar Aug 28 '20 01:08 KyleBurney

Same here, concluding that this repo is broken.

anandbhaskaran avatar Mar 12 '22 16:03 anandbhaskaran