tidyquant (version 1.0.7)

av_api_key: Set Alpha Vantage API Key

Description

Set Alpha Vantage API Key

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) {
av_api_key(api_key = "foobar")
}

Run the code above in your browser using DataLab