0.0.3 • Published 8 years ago

stock-historical-data v0.0.3

Weekly downloads
3
License
-
Repository
github
Last release
8 years ago

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