pilwon / node-yahoo-finance

Yahoo Finance historical quotes and snapshot data downloader written in Node.js
491 stars 123 forks source link

Yahoo table data URL #21

Closed solovieff closed 8 years ago

solovieff commented 8 years ago

At the moment http://real-chart.finance.yahoo.com/table.csv seems to be more up-to-date and accurate, shouldn't it be used instead of old ichart.finance.yahoo.com/table.csv?

tjunghans commented 8 years ago

@solovieff seems like both urls are out of date now

neverfox commented 8 years ago

Looks like it's now http://chart.finance.yahoo.com/table.csv. But all three work via a redirect. You'll get a 404 for any of them if you don't a least provide the s= parameter.

pilwon commented 8 years ago

Changed to http://chart.finance.yahoo.com/table.csv and published as v0.2.14