Skip to main content

OTC Aggregate


Implementation details

Class names

Model nameParameters classData class
OTCAggregateOTCAggregateQueryParamsOTCAggregateData

Import Statement

from openbb_core.provider.standard_models.otc_aggregate import (
OTCAggregateData,
OTCAggregateQueryParams,
)

Parameters

NameTypeDescriptionDefaultOptional
symbolstrSymbol to get data for.NoneTrue
providerLiteral['finra']The provider to use for the query, by default None. If None, the provider specified in defaults is selected or 'finra' if there is no default.finraTrue

Data

NameTypeDescription
update_datedateMost recent date on which total trades is updated based on data received from each ATS/OTC.
share_quantityfloatAggregate weekly total number of shares reported by each ATS for the Symbol.
trade_quantityfloatAggregate weekly total number of trades reported by each ATS for the Symbol