av_api_key | R Documentation |
Set the Alpha Vantage API Key
av_api_key(api_key)
api_key |
A character string with your Alpha Vantage API Key. |
The Alpha Vantage API key must be set prior to using av_get()
. You can obtain
an API key at the Alpha Vantage Website.
Invisibly returns API key once set. Use print method to view.
av_get()
## Not run:
av_api_key("YOUR_API_KEY")
av_get(symbol = "MSFT", av_fun = "TIME_SERIES_INTRADAY", interval = "15min", outputsize = "full")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.