The underlying URL seems to have changed today & the library returns no results instead of an expected error (this is an issue too):
var yahooFinance = require('yahoo-finance');
yahooFinance.historical({
symbol: 'AAPL',
from: '2015-01-01',
to: '2015-01-02'
}, function (err, quotes) {
console.log(quotes);
});
Returns []
The underlying URL gives an error too:
https://chart.finance.yahoo.com/table.csv?s=AAPL
The underlying URL seems to have changed today & the library returns no results instead of an expected error (this is an issue too):
Returns
[]The underlying URL gives an error too: