Add note about Alpha Vantage rate limit.
This commit is contained in:
parent
cf429a1ce2
commit
ee8bf69dbe
1 changed files with 5 additions and 1 deletions
|
@ -47,7 +47,11 @@ class AlphaVantage(BaseSource):
|
||||||
"will list all digital and physical currency symbols.\n"
|
"will list all digital and physical currency symbols.\n"
|
||||||
"The PAIR for stocks is the stock symbol only. The quote currency "
|
"The PAIR for stocks is the stock symbol only. The quote currency "
|
||||||
f"will be determined automatically. {self._stock_symbols_message()}\n"
|
f"will be determined automatically. {self._stock_symbols_message()}\n"
|
||||||
"The price type 'adjclose' is only available for stocks."
|
"The price type 'adjclose' is only available for stocks.\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 requires two "
|
||||||
|
"calls."
|
||||||
)
|
)
|
||||||
|
|
||||||
def _stock_symbols_message(self):
|
def _stock_symbols_message(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue