alpha vantage api key url

This commit is contained in:
luohy15
2025-09-29 14:08:29 +08:00
parent 86bc0e793f
commit 8fdbbcca3d

View File

@@ -114,7 +114,7 @@ pip install -r requirements.txt
### Required APIs ### Required APIs
You will also need the Alpha Vantage API for financial data. The free tier supports 25 API calls per day. You will also need the [Alpha Vantage API](https://www.alphavantage.co/support/#api-key) for financial data. The free tier supports 25 API calls per day.
```bash ```bash
export ALPHA_VANTAGE_API_KEY=$YOUR_ALPHA_VANTAGE_API_KEY export ALPHA_VANTAGE_API_KEY=$YOUR_ALPHA_VANTAGE_API_KEY
``` ```