Skip to content

Tiingo

QuantConnect.DataSource.Tiingo

Bases: Object

Helper class for Tiingo configuration

auth_code

auth_code: str

Gets the Tiingo API token.

is_auth_code_set

is_auth_code_set: bool

Returns true if the Tiingo API token has been set.

set_auth_code

set_auth_code(auth_code: str) -> None

Sets the Tiingo API token.

Parameters:

Name Type Description Default
auth_code str

The Tiingo API token

required