From a25e196fe946e3f48fe7ec8c2ed61f7d7233847b Mon Sep 17 00:00:00 2001 From: Dhanesh Gujrathi <57758116+dhanesh24g@users.noreply.github.com> Date: Mon, 4 Aug 2025 03:49:44 +0800 Subject: [PATCH] docs(docs): add link for ALPHAVANTAGE_API_KEY generation in integration notebook (#32364) docs(alpha_vantage): add link for ALPHAVANTAGE_API_KEY generation in integration notebook **Description:** This PR updates the `docs/docs/integrations/tools/alpha_vantage.ipynb` integration notebook to help users locate the API key registration page for Alpha Vantage. The following markdown line was added: --------- Co-authored-by: Mason Daugherty --- docs/docs/integrations/tools/alpha_vantage.ipynb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/docs/integrations/tools/alpha_vantage.ipynb b/docs/docs/integrations/tools/alpha_vantage.ipynb index 0a420bfb25f..6d5832c987f 100644 --- a/docs/docs/integrations/tools/alpha_vantage.ipynb +++ b/docs/docs/integrations/tools/alpha_vantage.ipynb @@ -9,7 +9,9 @@ "source": [ "# Alpha Vantage\n", "\n", - ">[Alpha Vantage](https://www.alphavantage.co) Alpha Vantage provides realtime and historical financial market data through a set of powerful and developer-friendly data APIs and spreadsheets. \n", + ">[Alpha Vantage](https://www.alphavantage.co) Alpha Vantage provides realtime and historical financial market data through a set of powerful and developer-friendly data APIs and spreadsheets.\n", + "\n", + "Generate the `ALPHAVANTAGE_API_KEY` [at their website](https://www.alphavantage.co/support/#api-key)\n.", "\n", "Use the ``AlphaVantageAPIWrapper`` to get currency exchange rates." ]