Skip to content

IntrinioConfig

QuantConnect.Data.Custom.Intrinio.IntrinioConfig

Bases: Object

Auxiliary class to access all Intrinio API data.

rate_gate

rate_gate: RateGate = ...

IS_INITIALIZED

IS_INITIALIZED: bool

Check if Intrinio API user and password are not empty or null.

password

password: str = ...

Intrinio API password

user

user: str = ...

Intrinio API user

set_time_interval_between_calls

set_time_interval_between_calls(
    time_span: timedelta,
) -> None

Sets the time interval between calls. For more information, please refer to: https://intrinio.com/documentation/api#limits

Parameters:

Name Type Description Default
time_span timedelta

Time interval between to consecutive calls.

required

set_user_and_password

set_user_and_password(user: str, password: str) -> None

Set the Intrinio API user and password.