Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

yfinance

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yfinance - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

package.json
{
"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
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc