From e994e56c23889f4e223659c2d0017f8d1714597d Mon Sep 17 00:00:00 2001 From: Edward Sun <68405458+EdwardoSunny@users.noreply.github.com> Date: Sat, 7 Jun 2025 15:04:43 -0700 Subject: [PATCH] Remove EODHD from readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2fd70f..4d8b903 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ pip install -r requirements.txt ### Required APIs -You will also need the FinnHub API and EODHD API for financial data. All of our code is implemented with the free tier. +You will also need the FinnHub API for financial data. All of our code is implemented with the free tier. ```bash export FINNHUB_API_KEY=$YOUR_FINNHUB_API_KEY ```