Merge pull request #533 from karllhughes/patch-1

Adding another free stock data API
This commit is contained in:
Dave Machado 2017-10-27 13:03:36 -04:00 committed by GitHub
commit 804226653a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -247,6 +247,7 @@ API | Description | Auth | HTTPS | Link |
### Finance ### Finance
API | Description | Auth | HTTPS | Link | API | Description | Auth | HTTPS | Link |
|---|---|---|---|---| |---|---|---|---|---|
| Alpha Vantage | Realtime and historical stock data | `apiKey` | Yes | [Go!](https://www.alphavantage.co/) |
| Barchart OnDemand | Stock, Futures, and Forex Market Data | `apiKey` | Yes | [Go!](https://www.barchartondemand.com/free) | | Barchart OnDemand | Stock, Futures, and Forex Market Data | `apiKey` | Yes | [Go!](https://www.barchartondemand.com/free) |
| Consumer Financial Protection Bureau | Financial services consumer complains data | `apiKey` | Yes | [Go!](https://data.consumerfinance.gov/resource/jhzv-w97w.json) | | Consumer Financial Protection Bureau | Financial services consumer complains data | `apiKey` | Yes | [Go!](https://data.consumerfinance.gov/resource/jhzv-w97w.json) |
| IEX | Stocks and Market Data | No | Yes | [Go!](https://iextrading.com/developer/) | | IEX | Stocks and Market Data | No | Yes | [Go!](https://iextrading.com/developer/) |