From b21529a9d9f9a34237e5b844da3cbba201a12fb2 Mon Sep 17 00:00:00 2001 From: "Karl L. Hughes" Date: Fri, 27 Oct 2017 11:44:37 -0500 Subject: [PATCH] Adding another free stock data API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a6a63a44..adb091c0 100644 --- a/README.md +++ b/README.md @@ -247,6 +247,7 @@ API | Description | Auth | HTTPS | Link | ### Finance 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) | | 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/) |