Comparing version 1.0.1 to 1.0.2
{ | ||
"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 => { |
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
13010