Stock Historical Data
A small library providing historical data for stocks.
Installation
The easiest way is to grab it from NPM. To install from the console just write:
npm install stock-historical-data --save
Usage
var shd = require('stock-historical-data');
var historicalData = shd.fetchHistoricalData('AAPL');
var dividendData = shd.fetchDividendData('JPM');
Release History
- 0.0.1 Initial release
- 0.0.2 Minor refactoring
- 0.0.3 Dividend data added