Skip to contents

Requires the riingo package to be installed.

Usage

tiingo_api_key(api_key)

Arguments

api_key

Optionally passed parameter to set Tiingo api_key.

Value

Returns invisibly the currently set api_key

Details

A wrapper for riingo::ringo_set_token()

See also

tq_get() get = "tiingo"

Examples

if (FALSE) {
  tiingo_api_key(api_key = "foobar")
}