Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "historic", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Fetch historic stock data from yahoo", | ||
@@ -5,0 +5,0 @@ "main": "lib/historic.js", |
@@ -12,2 +12,4 @@ #Yahoo Historic Stock Quote Data | ||
// Note: months are zero indexed | ||
// start..end (inclusive) | ||
// no data for weekends | ||
var start = new Date(2013, 7, 27); | ||
@@ -19,2 +21,3 @@ var end = new Date(2013, 7, 30); | ||
}); | ||
``` | ||
``` | ||
2368
22