Learn R Programming

tidyquant (version 1.0.9)

av_api_key: Set Alpha Vantage API Key

Description

Requires the alphavantager packager to use.

Usage

av_api_key(api_key)

Value

Returns invisibly the currently set api_key

Arguments

api_key

Optionally passed parameter to set Alpha Vantage api_key.

Details

A wrapper for alphavantager::av_api_key()

See Also

tq_get() get = "alphavantager"

Examples

Run this code

if (FALSE) {
if (rlang::is_installed("alphavantager")) {
av_api_key(api_key = "foobar")
}
}

Run the code above in your browser using DataLab