Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "yfinance", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Yahoo Finance API for NodeJs.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/johancn87/yf", |
@@ -15,3 +15,13 @@ # yfinance [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url] | ||
yfinance('Rainbow'); | ||
yfinance.getQuotes('JNJ', function (data) { | ||
//... | ||
}); | ||
yfinance.getHistorical('JNJ', '2016-08-01', '2016-08-05', function (data) { | ||
//... | ||
}); | ||
yfinance.getDividendHistory('JNJ', '2015-01-01', '2015-12-31', function (data) { | ||
//... endDate not working! | ||
}); | ||
``` | ||
@@ -25,7 +35,7 @@ ## License | ||
[npm-url]: https://npmjs.org/package/yfinance | ||
[travis-image]: https://travis-ci.org/johancn87/yfinance.svg?branch=master | ||
[travis-url]: https://travis-ci.org/johancn87/yfinance | ||
[daviddm-image]: https://david-dm.org/johancn87/yfinance.svg?theme=shields.io | ||
[daviddm-url]: https://david-dm.org/johancn87/yfinance | ||
[coveralls-image]: https://coveralls.io/repos/johancn87/yfinance/badge.svg | ||
[coveralls-url]: https://coveralls.io/r/johancn87/yfinance | ||
[travis-image]: https://travis-ci.org/johancn87/yf.svg?branch=master | ||
[travis-url]: https://travis-ci.org/johancn87/yf | ||
[daviddm-image]: https://david-dm.org/johancn87/yf.svg?theme=shields.io | ||
[daviddm-url]: https://david-dm.org/johancn87/yf | ||
[coveralls-image]: https://coveralls.io/repos/github/johancn87/yf/badge.svg?branch=master | ||
[coveralls-url]: https://coveralls.io/github/johancn87/yf?branch=master |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6058
40