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 | URL of the filing. |
company_name | Name of the company. |
conversion_exercise_price | Conversion/Exercise price of the shares. |
deemed_execution_date | Deemed execution date of the trade. |
exercise_date | Exercise date of the trade. |
expiration_date | Expiration date of the derivative. |
underlying_security_title | Name of the underlying non-derivative security related to this derivative transaction. |
underlying_shares | Number of underlying shares related to this derivative transaction. |
nature_of_ownership | Nature of ownership of the insider trading. |
director | Whether the owner is a director. |
officer | Whether the owner is an officer. |
ten_percent_owner | Whether the owner is a 10% owner. |
other_relation | Whether the owner is having another relation. |
derivative_transaction | Whether the owner is having a derivative transaction. |
report_line_number | Report line number of the insider trading. |