From 76fa67adc484141e0f1ab233bf0660bb3ea0228a Mon Sep 17 00:00:00 2001 From: Ranadeep Polavarapu Date: Sat, 2 Oct 2021 23:10:00 -0400 Subject: [PATCH] feat: add macroeconomic data API from Econdb --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2867e16e..4c92b15e 100644 --- a/README.md +++ b/README.md @@ -504,6 +504,7 @@ API | Description | Auth | HTTPS | CORS | | [Alpha Vantage](https://www.alphavantage.co/) | Realtime and historical stock data | `apiKey` | Yes | Unknown | | [apilayer marketstack](https://marketstack.com/) | Real-Time, Intraday & Historical Market Data API | `apiKey` | Yes | Unknown | | [Banco do Brasil](https://developers.bb.com.br/home) | All Banco do Brasil financial transaction APIs | `OAuth` | Yes | Yes | +| [Econdb](https://www.econdb.com/api/) | Global macroeconomic data | No | Yes | Yes | | [Financial Modeling Prep](https://financialmodelingprep.com/developer/docs/) | Realtime and historical stock data | `apiKey` | Yes | Unknown | | [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 |