Skip to main content

otc

Get the weekly aggregate trade data for Over The Counter deals.

ATS and non-ATS trading data for each ATS/firm with trade reporting obligations under FINRA rules.

Examples

from openbb import obb
obb.equity.darkpool.otc(provider='finra')
# Get OTC data for a symbol
obb.equity.darkpool.otc(symbol='AAPL', provider='finra')

Parameters

symbol: str
Symbol to get data for.


Returns

results: list[OTCAggregate]

Serializable results.

provider: Optional[Literal['finra']]

Provider name.

warnings: Optional[list[Warning_]]

list of warnings.

chart: Optional[Chart]

Chart object.

extra: dict[str, Any]

Extra info.


Data

update_date: date
Most recent date on which total trades is updated based on data received from each ATS/OTC.

share_quantity: float
Aggregate weekly total number of shares reported by each ATS for the Symbol.

trade_quantity: float
Aggregate weekly total number of trades reported by each ATS for the Symbol