quandl-data
Historical stock price history data from Quandl
Install
$ npm install quandl-data --save
Usage
var quandl = ; async { try const apiKey = "<your-api-key-from-quandl>"; let microsoftHistory = await quandl; console; let allSymbols = await quandl; console; catch ex console; };
License
MIT license; see LICENSE.