mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-20 15:56:51 +00:00
Update alpha_vantage.markdown (#38484)
* Update alpha_vantage.markdown Add search URL * Update source/_integrations/alpha_vantage.markdown Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
parent
0f1983f32b
commit
1af7e2510f
@ -80,7 +80,7 @@ foreign_exchange:
|
|||||||
|
|
||||||
## API information
|
## 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 twenty-five queries per day. The sensor polls every 5 minutes, so you will only get data for the first two hours per day. This can be configured using the `scan_interval` variable.
|
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. This can be configured using the `scan_interval` variable. To find the necessary symbols, you can use the search function of the API. For example, try [this SYMBOL_SEARCH query](https://www.alphavantage.co/query?function=SYMBOL_SEARCH&apikey=<your-api-key>&keywords=IBM).
|
||||||
|
|
||||||
The paid version starts at 75 queries per minute, increasing ticker quantity quite a bit.
|
The paid version starts at 75 queries per minute, increasing ticker quantity quite a bit.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user