From 11f69df3b2bf77ad108f83ed1b2130816c56a5f2 Mon Sep 17 00:00:00 2001 From: Martin Date: Fri, 11 Apr 2025 10:03:17 +0200 Subject: [PATCH 1/2] Update alpha_vantage.markdown Add search URL --- source/_integrations/alpha_vantage.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/alpha_vantage.markdown b/source/_integrations/alpha_vantage.markdown index c659bc629819..b551e594e562 100644 --- a/source/_integrations/alpha_vantage.markdown +++ b/source/_integrations/alpha_vantage.markdown @@ -80,7 +80,7 @@ foreign_exchange: ## API information -Alpha Vantage offers two tiers of the API key, one free and one paid for. If you are using the free version, you will be limited to twenty-five queries per day. The sensor polls every 5 minutes, so you will only get data for the first two hours per day. This can be configured using the `scan_interval` variable. +Alpha Vantage offers two tiers of the API key, one free and one paid for. If you are using the free version, you will be limited to twenty-five queries per day. The sensor polls every 5 minutes, so you will only get data for the first two hours per day. This can be configured using the `scan_interval` variable. To find the necessary symbols, you can use the search function of the API as in this example: https://www.alphavantage.co/query?function=SYMBOL_SEARCH&apikey= The paid version starts at 75 queries per minute, increasing ticker quantity quite a bit. From d6757dc7160aedc9c246a1b211449755dab48b3e Mon Sep 17 00:00:00 2001 From: Martin Date: Fri, 11 Apr 2025 10:10:43 +0200 Subject: [PATCH 2/2] Update source/_integrations/alpha_vantage.markdown Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- source/_integrations/alpha_vantage.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/alpha_vantage.markdown b/source/_integrations/alpha_vantage.markdown index b551e594e562..ac7b6ef3d399 100644 --- a/source/_integrations/alpha_vantage.markdown +++ b/source/_integrations/alpha_vantage.markdown @@ -80,7 +80,7 @@ foreign_exchange: ## API information -Alpha Vantage offers two tiers of the API key, one free and one paid for. If you are using the free version, you will be limited to twenty-five queries per day. The sensor polls every 5 minutes, so you will only get data for the first two hours per day. This can be configured using the `scan_interval` variable. To find the necessary symbols, you can use the search function of the API as in this example: https://www.alphavantage.co/query?function=SYMBOL_SEARCH&apikey= +Alpha Vantage offers two tiers of the API key, one free and one paid for. If you are using the free version, you will be limited to twenty-five queries per day. The sensor polls every 5 minutes, so you will only get data for the first two hours per day. This can be configured using the `scan_interval` variable. To find the necessary symbols, you can use the search function of the API. For example, try [this SYMBOL_SEARCH query](https://www.alphavantage.co/query?function=SYMBOL_SEARCH&apikey=&keywords=IBM). The paid version starts at 75 queries per minute, increasing ticker quantity quite a bit.