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.

Optional: False


limit: int

The number of data entries to return.

Default: 500

Optional: True

Data

symbol: str

Symbol representing the entity requested in the data.

company_cik: Union[str, int]

CIK number of the company.

filing_date: Union[date, datetime]

Filing date of the trade.

transaction_date: date

Date of the transaction.

owner_cik: Union[str, int]

Reporting individual's CIK.

owner_name: str

Name of the reporting individual.

owner_title: str

The title held by the reporting individual.

transaction_type: str

Type of transaction being reported.

acquisition_or_disposition: str

Acquisition or disposition of the shares.

security_type: str

The type of security transacted.

securities_owned: float

Number of securities owned by the reporting individual.

securities_transacted: float

Number of securities transacted by the reporting individual.

transaction_price: float

The price of the transaction.

filing_url: str

Link to the filing.