Update alphavantage source notes regarding API rate limit.

This commit is contained in:
Chris Berkhout 2024-08-03 17:23:53 +02:00
parent b7d0d739ab
commit 51e297b752

View file

@ -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):