Update alpha_vantage.markdown (#31996)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
vmpr 2024-03-22 18:40:29 +08:00 committed by GitHub
parent 4414110aed
commit 4f42ba0cd5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -75,7 +75,9 @@ 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 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.
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.
The paid version starts at 75 queries per minute, increasing ticker quantity quite a bit.
## Examples