Skip to main content

Insider Trading


Implementation details

Class names

Model nameParameters classData class
InsiderTradingInsiderTradingQueryParamsInsiderTradingData

Import Statement

from openbb_core.provider.standard_models.insider_trading import (
InsiderTradingData,
InsiderTradingQueryParams,
)

Parameters

symbol: str
Symbol to get data for.

limit: int | None
The number of data entries to return.

Data

symbol: str | None
Symbol representing the entity requested in the data.

company_cik: str | None
CIK number of the company.

filing_date: date | datetime | None
Filing date of the trade.

transaction_date: date | None
Date of the transaction.

owner_cik: int | str | None
Reporting individual's CIK.

owner_name: str | None
Name of the reporting individual.

owner_title: str | None
The title held by the reporting individual.

ownership_type: str | None
Type of ownership, e.g., direct or indirect.

transaction_type: str | None
Type of transaction being reported.

acquisition_or_disposition: str | None
Acquisition or disposition of the shares.

security_type: str | None
The type of security transacted.

securities_owned: float | None
Number of securities owned by the reporting individual.

securities_transacted: float | None
Number of securities transacted by the reporting individual.

transaction_price: float | None
The price of the transaction.

filing_url: str | None
Link to the filing.