From 47692f34d9eeab664d90b0df043dfe5f697e5d03 Mon Sep 17 00:00:00 2001 From: Sam Kvale Date: Tue, 13 Feb 2018 16:23:42 -0600 Subject: [PATCH] fix/typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f55445c6..5b18051c 100644 --- a/README.md +++ b/README.md @@ -269,7 +269,7 @@ API | Description | Auth | HTTPS | CORS | Link | |---|---|---|---|---|---| | Alpha Vantage | Realtime and historical stock data | `apiKey` | Yes | Unknown | [Go!](https://www.alphavantage.co/) | | Barchart OnDemand | Stock, Futures, and Forex Market Data | `apiKey` | Yes | Unknown | [Go!](https://www.barchartondemand.com/free) | -| Consumer Financial Protection Bureau | Financial services consumer complains data | `apiKey` | Yes | Unknown | [Go!](https://data.consumerfinance.gov/resource/jhzv-w97w.json) | +| Consumer Financial Protection Bureau | Financial services consumer complaint data | `apiKey` | Yes | Unknown | [Go!](https://data.consumerfinance.gov/resource/jhzv-w97w.json) | | IEX | Stocks and Market Data | No | Yes | Unknown | [Go!](https://iextrading.com/developer/) | | IG | Spreadbetting and CFD Market Data | `apiKey` | Yes | Unknown | [Go!](https://labs.ig.com/gettingstarted) | | Plaid | Connect with users’ bank accounts and access transaction data | `apiKey` | Yes | Unknown | [Go!](https://plaid.com/) |