av_api_key: Set the Alpha Vantage API Key

View source: R/av_api_key.R

av_api_keyR Documentation

Set the Alpha Vantage API Key

Description

Set the Alpha Vantage API Key

Usage

av_api_key(api_key)

Arguments

api_key

A character string with your Alpha Vantage API Key.

Details

The Alpha Vantage API key must be set prior to using av_get(). You can obtain an API key at the Alpha Vantage Website.

Value

Invisibly returns API key once set. Use print method to view.

See Also

av_get()

Examples

## Not run: 
av_api_key("YOUR_API_KEY")
av_get(symbol = "MSFT", av_fun = "TIME_SERIES_INTRADAY", interval = "15min", outputsize = "full")

## End(Not run)


business-science/alphavantager documentation built on April 6, 2023, 11:22 p.m.