Skip to content

Doesn't seem to work anymore #36

@Tarang

Description

@Tarang

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions