From 1f986b145aa2143738b7d009e77a83829799010b Mon Sep 17 00:00:00 2001 From: Griffin Austin Date: Tue, 24 Jul 2018 21:29:55 -0600 Subject: [PATCH] Add financial modeling prep to Finance (#723) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 89959c3b..203a4597 100644 --- a/README.md +++ b/README.md @@ -290,6 +290,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 complaint data | `apiKey` | Yes | Unknown | [Go!](https://data.consumerfinance.gov/resource/jhzv-w97w.json) | +| Financial Modeling Prep | Stock information and data | No | Yes | Unknown | [Go!](https://financialmodelingprep.com/) | | 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/) |