Learn R Programming

tidyquant (version 1.0.9)

tiingo_api_key: Set Tiingo API Key

Description

Requires the riingo package to be installed.

Usage

tiingo_api_key(api_key)

Value

Returns invisibly the currently set api_key

Arguments

api_key

Optionally passed parameter to set Tiingo api_key.

Details

A wrapper for riingo::ringo_set_token()

See Also

tq_get() get = "tiingo"

Examples

Run this code
if (FALSE) { # rlang::is_installed("riingo")
if (FALSE) {
  tiingo_api_key(api_key = "foobar")
}
}

Run the code above in your browser using DataLab