INSIDER_TRADING
Get data about trading by a company's management team and board of directors.
Syntax
=OBB.EQUITY.OWNERSHIP.INSIDER_TRADING(symbol,[limit],[transactionType])
Examples
=OBB.EQUITY.OWNERSHIP.INSIDER_TRADING("AAPL")
=OBB.EQUITY.OWNERSHIP.INSIDER_TRADING("AAPL",500)
Parameters
Name | Type | Description | Required |
---|---|---|---|
symbol | Text | Symbol to get data for. | True |
limit | Number | The number of data entries to return. | False |
transactionType | Text | Type of the transaction. Options: award, conversion, return, expire_short, in_kind, gift, expire_long, discretionary, other, small, exempt, otm, purchase, sale, tender, will, itm, trust. | False |
Data
- fmp
Name | Description |
---|---|
symbol | Symbol representing the entity requested in the data. |
company_cik | CIK number of the company. |
filing_date | Filing date of the trade. |
transaction_date | Date of the transaction. |
owner_cik | Reporting individual's CIK. |
owner_name | Name of the reporting individual. |
owner_title | The title held by the reporting individual. |
transaction_type | Type of transaction being reported. |
acquisition_or_disposition | Acquisition or disposition of the shares. |
security_type | The type of security transacted. |
securities_owned | Number of securities owned by the reporting individual. |
securities_transacted | Number of securities transacted by the reporting individual. |
transaction_price | The price of the transaction. |
filing_url | Link to the filing. |
form_type | Form type of the insider trading. |