Skip to content

Commit a25e196

Browse files
dhanesh24gmdrxy
andauthored
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 <[email protected]>
1 parent 3137d49 commit a25e196

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/docs/integrations/tools/alpha_vantage.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
"source": [
1010
"# Alpha Vantage\n",
1111
"\n",
12-
">[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",
12+
">[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",
13+
"\n",
14+
"Generate the `ALPHAVANTAGE_API_KEY` [at their website](https://www.alphavantage.co/support/#api-key)\n.",
1315
"\n",
1416
"Use the ``AlphaVantageAPIWrapper`` to get currency exchange rates."
1517
]

0 commit comments

Comments
 (0)