stock-historical-data

0.0.3 • Public • Published

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

Package Sidebar

Install

npm i stock-historical-data

Weekly Downloads

0

Version

0.0.3

License

none

Last publish

Collaborators

  • victor-velchev