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

etfdb-api

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

etfdb-api - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "etfdb-api",
"version": "1.0.1",
"version": "1.0.2",
"description": "ETFdb.com API",

@@ -5,0 +5,0 @@ "main": "index.js",

# ETFdb.com API
Fetches data of all 3114 ETFs listed on [ETFdb.com](ETFdb.com)
Fetches data of all 3114 ETFs listed on [ETFdb.com](https://www.ETFdb.com)

@@ -8,3 +8,3 @@ Indicators: returns (YTD, 1-week, etc.), AUM, expense ratio, dividend yield, 3-month avg. volume, price, etc.

```javascript
const etfdb = require('./index');
const etfdb = require('etfdb-api');

@@ -11,0 +11,0 @@ etfdb.getData({limit: 50, offset: 0}).then(result => {

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