Returns a list of all insider transactions in a company. Criteria for being an insider include being a director, officer, or 10%+ owner in the company. Transactions are detailed for both non-derivative and derivative transactions by the insider.
Name | Description | Example |
---|---|---|
identifier
* required
|
The stock market ticker symbol associated with the companies common stock securities or the Central Index Key issued by the SEC, which is the unique identifier all company filings are issued under. | AAPL |
ownership_type_code
|
The type of ownership to return transactions for. 'D' is for direct transactions. 'I' is for indirect transactions. Omit for both types.
Options:
D
I
show more
show less
|
- |
latest_only
|
A boolean to include only transactions from the latest filing per owner. Useful for calculating insider ownership.
Options:
true
false
show more
show less
|
true |
start_date
|
The earliest filing date for which to return transactions, in the format YYYY-MM-DD. | 2017-04-20 |
end_date
|
The last filing date for which to return transactions, in the format YYYY-MM-DD. | 2017-07-20 |
page_number
|
An integer greater than or equal to 1 for specifying the page number for the return values. | 1 |
page_size
|
An integer greater than or equal to 1 for specifying the number of results on each page. | 10 |
hide_paging
|
Hide first row of paging information.
Options:
true
show more
show less
|
true |
identifier
* required
The stock market ticker symbol associated with the companies common stock securities or the Central Index Key issued by the SEC, which is the unique identifier all company filings are issued under.
|
||
ownership_type_code
* required
The type of ownership to return transactions for. 'D' is for direct transactions. 'I' is for indirect transactions. Omit for both types.
|
||
latest_only
* required
A boolean to include only transactions from the latest filing per owner. Useful for calculating insider ownership.
|
||
start_date
* required
The earliest filing date for which to return transactions, in the format YYYY-MM-DD.
|
||
end_date
* required
The last filing date for which to return transactions, in the format YYYY-MM-DD.
|
||
page_number
* required
An integer greater than or equal to 1 for specifying the page number for the return values.
|
||
page_size
* required
An integer greater than or equal to 1 for specifying the number of results on each page.
|
||
hide_paging
* required
Hide first row of paging information.
|
Name | Description | Type |
---|---|---|
owner_cik | the owner’s Central Index Key (CIK) unique identifier with the SEC | string |
owner_name | the name of the owner | string |
filing_date | the date of the filing with the SEC made by the owner | date |
filing_url | the URL of the filing with the SEC | string |
director | (true/false) a boolean indicating whether or not the owner is a director in the company | boolean |
officer | (true/false) a boolean indicating whether or not the owner is a officer in the company | boolean |
ten_percent_owner | (true/false) a boolean indicating whether or not the owner has a ten percent or greater interest in the company | boolean |
other_relation | (true/false) a boolean indicating whether or not the owner has another relationship with the company beside, direct, officer, or significant owner in the company | boolean |
officer_title | the officer title of the owner in the company | string |
derivative_transaction | a boolean indicating the transaction is not a derivative transaction and instead is dealings in the common stock of the company | boolean |
security_title | the name of the security transacted | string |
transaction_date | the date of the transaction by the owner | date |
deemed_execution_date | the date of the transaction by the owner had it not a directly identifiable date | date |
transaction_type_code | a symbol representing the transaction type; P = Purchase | S = Sale | A = Award | M = Conversion | F = Payment of Exercise or Tax Withholding | G = Gift More Transaction Codes amount_of_shares = the number of shares involved in the subject transaction | string |
acquisition_disposition_code | a symbol representing whether or not the securities are Acquired or Disposed; A = Acquisition | D = Disposition | string |
transaction_price | the price (or weighted average price) of the transaction | number |
total_shares_owned | immediately after the transaction, the total number of shares owned by the owner | number |
ownership_type_code | a symbol representing the ownership of the securities transacted; D = Direct Ownership | I = Indirect Ownership | string |
nature_of_ownership | if the ownership type is indirect, an indication of who is the owner of the securities; usually a trust, foundation, or spouse | string |
report_line_number | the line number of the transaction from the filing document | number |
owner_cik
the owner’s Central Index Key (CIK) unique identifier with the SEC
|
||
owner_name
the name of the owner
|
||
filing_date
the date of the filing with the SEC made by the owner
|
||
filing_url
the URL of the filing with the SEC
|
||
director
(true/false) a boolean indicating whether or not the owner is a director in the company
|
||
officer
(true/false) a boolean indicating whether or not the owner is a officer in the company
|
||
ten_percent_owner
(true/false) a boolean indicating whether or not the owner has a ten percent or greater interest in the company
|
||
other_relation
(true/false) a boolean indicating whether or not the owner has another relationship with the company beside, direct, officer, or significant owner in the company
|
||
officer_title
the officer title of the owner in the company
|
||
derivative_transaction
a boolean indicating the transaction is not a derivative transaction and instead is dealings in the common stock of the company
|
||
security_title
the name of the security transacted
|
||
transaction_date
the date of the transaction by the owner
|
||
deemed_execution_date
the date of the transaction by the owner had it not a directly identifiable date
|
||
transaction_type_code
a symbol representing the transaction type; P = Purchase | S = Sale | A = Award | M = Conversion | F = Payment of Exercise or Tax Withholding | G = Gift More Transaction Codes amount_of_shares = the number of shares involved in the subject transaction
|
||
acquisition_disposition_code
a symbol representing whether or not the securities are Acquired or Disposed; A = Acquisition | D = Disposition
|
||
transaction_price
the price (or weighted average price) of the transaction
|
||
total_shares_owned
immediately after the transaction, the total number of shares owned by the owner
|
||
ownership_type_code
a symbol representing the ownership of the securities transacted; D = Direct Ownership | I = Indirect Ownership
|
||
nature_of_ownership
if the ownership type is indirect, an indication of who is the owner of the securities; usually a trust, foundation, or spouse
|
||
report_line_number
the line number of the transaction from the filing document
|