From 26b4792dcb14051951acafc73367b784fee1cb7f Mon Sep 17 00:00:00 2001 From: "Thanakorn.K" Date: Wed, 20 Oct 2021 20:51:59 +0700 Subject: [PATCH] Enhance Real-Time APIs for Stocks - Add the APIs to get real-time APIs for Stocks, Currencies, and Crypto. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9ca12e6b..2e30a9a2 100644 --- a/README.md +++ b/README.md @@ -580,6 +580,7 @@ API | Description | Auth | HTTPS | CORS | | [Econdb](https://www.econdb.com/api/) | Global macroeconomic data | No | Yes | Yes | | [Fed Treasury](https://fiscaldata.treasury.gov/api-documentation/) | U.S. Department of the Treasury Data | No | Yes | Unknown | | [Financial Modeling Prep](https://financialmodelingprep.com/developer/docs/) | Realtime and historical stock data | `apiKey` | Yes | Unknown | +| [Finnhub](https://finnhub.io/docs/api) | Real-Time RESTful APIs and Websocket for Stocks, Currencies, and Crypto | `apiKey` | Yes | Unknown | | [FRED](https://fred.stlouisfed.org/docs/api/fred/) | Economic data from the Federal Reserve Bank of St. Louis | `apiKey` | Yes | Yes | | [Hotstoks](https://hotstoks.com?utm_source=public-apis) | Stock market data powered by SQL | `apiKey` | Yes | Yes | | [IEX Cloud](https://iexcloud.io/docs/api/) | Realtime & Historical Stock and Market Data | `apiKey` | Yes | Yes |