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

NameTypeDescriptionDefaultOptional
symbolstrSymbol to get data for.False
limitintThe number of data entries to return.500True
providerLiteral['fmp', 'intrinio', 'tmx']The provider to use for the query, by default None. If None, the provider specified in defaults is selected or 'fmp' if there is no default.fmpTrue

Data

NameTypeDescription
symbolstrSymbol representing the entity requested in the data.
company_cikUnion[int, str]CIK number of the company.
filing_dateUnion[date, datetime]Filing date of the trade.
transaction_datedateDate of the transaction.
owner_cikUnion[int, str]Reporting individual's CIK.
owner_namestrName of the reporting individual.
owner_titlestrThe title held by the reporting individual.
transaction_typestrType of transaction being reported.
acquisition_or_dispositionstrAcquisition or disposition of the shares.
security_typestrThe type of security transacted.
securities_ownedfloatNumber of securities owned by the reporting individual.
securities_transactedfloatNumber of securities transacted by the reporting individual.
transaction_pricefloatThe price of the transaction.
filing_urlstrLink to the filing.