Skip to main content

insider_trading

Get data about trading by a company's management team and board of directors.

Parameters

symbol: str
Symbol to get data for.

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


Returns

results: InsiderTrading

Serializable results.

provider: Optional[Literal['fmp', 'intrinio', 'sec', 'tmx']]

Provider name.

warnings: Optional[list[Warning_]]

list of warnings.

chart: Optional[Chart]

Chart object.

extra: dict[str, Any]

Extra info.


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.