From 6a93ba46d8fd3e9a6932a6c150f37c51f7db1a4c Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 29 Jul 2024 08:56:06 +0200 Subject: [PATCH] Add note about "scan_interval" to configure polling (#33936) Signed-off-by: Matthias Beyer --- 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 7f836a4522c..32dbeefc073 100644 --- a/source/_integrations/alpha_vantage.markdown +++ b/source/_integrations/alpha_vantage.markdown @@ -79,7 +79,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. +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. The paid version starts at 75 queries per minute, increasing ticker quantity quite a bit.