From 0a7c6ce67b65e1e804f869a2613f73df6ebda6dd Mon Sep 17 00:00:00 2001 From: CRD716 Date: Wed, 27 Dec 2023 00:25:14 -0600 Subject: [PATCH] Fix Financial Modeling Prep auth listing (#117) https://site.financialmodelingprep.com/developer/docs > To authorize your requests, add &apikey=YOUR_API_KEY at the end of every request. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a81e8a7..4d715e0 100644 --- a/README.md +++ b/README.md @@ -438,7 +438,7 @@ For information on contributing to this project, please see the [contributing gu | :----------------------------------------------------------------------: | ------------------------------------------------------------- | :------: | :---: | :-----: | | [Alpha Vantage](https://www.alphavantage.co/) | Realtime and historical stock data | `apiKey` | Yes | Unknown | | [Barchart OnDemand](https://www.barchartondemand.com/free) | Stock, Futures and Forex Market Data | `apiKey` | Yes | Unknown | -| [Financial Modeling Prep](https://financialmodelingprep.com/) | Stock information and data | No | Yes | Unknown | +| [Financial Modeling Prep](https://financialmodelingprep.com/) | Stock information and data | `apiKey` | Yes | Unknown | | [IEX](https://iextrading.com/developer/) | Realtime stock data | `apiKey` | Yes | Yes | | [IEX Cloud](https://iexcloud.io/) | Realtime & Historical Stock and Market Data | `apiKey` | Yes | Yes | | [IG](https://labs.ig.com/gettingstarted) | Spreadbetting and CFD Market Data | `apiKey` | Yes | Unknown |