Skip to content

Commit 11f69df

Browse files
authored
Update alpha_vantage.markdown
Add search URL
1 parent 0f1983f commit 11f69df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_integrations/alpha_vantage.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ foreign_exchange:
8080
8181
## API information
8282
83-
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.
83+
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 as in this example: https://www.alphavantage.co/query?function=SYMBOL_SEARCH&apikey=<your-api-key&keywords=IBM>
8484

8585
The paid version starts at 75 queries per minute, increasing ticker quantity quite a bit.
8686

0 commit comments

Comments
 (0)