From 51e297b75252b44e4c8ba3f2bffbeb734c820b8f Mon Sep 17 00:00:00 2001 From: Chris Berkhout Date: Sat, 3 Aug 2024 17:23:53 +0200 Subject: [PATCH] Update alphavantage source notes regarding API rate limit. --- src/pricehist/sources/alphavantage.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/pricehist/sources/alphavantage.py b/src/pricehist/sources/alphavantage.py index c42d490..40d5b98 100644 --- a/src/pricehist/sources/alphavantage.py +++ b/src/pricehist/sources/alphavantage.py @@ -56,10 +56,8 @@ class AlphaVantage(BaseSource): "Beware that digital currencies quoted in non-USD currencies may " "be converted from USD data at one recent exchange rate rather " "than using historical rates.\n" - "Alpha Vantage's standard API call frequency limits is 5 calls per " - "minute and 500 per day, so you may need to pause between successive " - "commands. Note that retrieving prices for one stock consumes two " - "API calls." + "Alpha Vantage's standard API rate limit is 25 requests per day. " + "Note that retrieving prices for one stock consumes two API calls." ) def _stock_symbols_message(self):