From 52aa42b4ae4b4363fddb901872bde40531fd00a6 Mon Sep 17 00:00:00 2001 From: Tim Date: Sat, 4 Apr 2020 18:42:44 -0400 Subject: [PATCH] Update alpha_vantage.markdown (#12660) * Update alpha_vantage.markdown Note about API limits * Update source/_integrations/alpha_vantage.markdown Co-Authored-By: Franck Nijhof Co-authored-by: Franck Nijhof --- source/_integrations/alpha_vantage.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/alpha_vantage.markdown b/source/_integrations/alpha_vantage.markdown index f79d83adb9b..758786c2752 100644 --- a/source/_integrations/alpha_vantage.markdown +++ b/source/_integrations/alpha_vantage.markdown @@ -73,6 +73,10 @@ foreign_exchange: type: string {% endconfiguration %} +## 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 five queries per minute. This means that you'll likely only be able to have one or two ticker entries. The paid version starts at thirty queries per minute increasing ticker quantity quite a bit. + ## Examples In this section you find some real-life examples of how to use this sensor.