From 8fdbbcca3d9aabc7315e6e7659567ac39af9b337 Mon Sep 17 00:00:00 2001 From: luohy15 Date: Mon, 29 Sep 2025 14:08:29 +0800 Subject: [PATCH] alpha vantage api key url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4557fc29..bc4e3579 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ pip install -r requirements.txt ### 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 export ALPHA_VANTAGE_API_KEY=$YOUR_ALPHA_VANTAGE_API_KEY ```