tidyquant (version 0.5.8)

av_api_key: Set Alpha Vantage API Key

Description

Set Alpha Vantage API Key

Usage

av_api_key(api_key)

Arguments

api_key

Optionally passed parameter to set Alpha Vantage api_key.

Value

Returns invisibly the currently set api_key

Details

A wrapper for alphavantager::av_api_key()

See Also

tq_get() get = "alphavantager"

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
av_api_key(api_key = "foobar")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab