Remove EODHD from readme

This commit is contained in:
Edward Sun 2025-06-07 15:04:43 -07:00 committed by GitHub
parent 5f1c9c43cf
commit 02f51342db
1 changed files with 1 additions and 1 deletions

View File

@ -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
```