Yahoo Historic Stock Quote Data
Fetch historic stock data from yahoo
Usage
npm install historic
var historic = ; var symbol = 'TSLA'; // Note: months are zero indexed// start..end (inclusive)// no data for weekendsvar start = 2013 7 27;var end = 2013 7 30; ;