Update alphavantage source notes regarding API rate limit.
This commit is contained in:
parent
b7d0d739ab
commit
51e297b752
1 changed files with 2 additions and 4 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue