Returns all insider transactions filings fitting the optional supplied start and end date.
Name | Type | Description | Notes |
---|---|---|---|
start_date | date | Filed on or after the given date | [optional] |
end_date | date | Filed before or after the given date | [optional] |
page_size | int | The number of results to return | [optional] [default to 100] |
sort_by | str | The field to sort by. Default is 'filing_date'. Valid values are - 'filing_date', 'updated_on'. | [optional] |
next_page | str | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
transaction_filings | list[InsiderTransactionFiling] | |
owner | OwnerSummary | The owner associated with the transaction filing |
next_page | str | The token required to request the next page of the data. If null, no further results are available. |
Name | Type | Description |
---|---|---|
filing_date | date | The date of the filing with the SEC made by the owner |
filing_url | str | The URL of the filing with the SEC |
issuer_ticker | str | The ticker of the issuing company. |
issuer_cik | str | The Central Index Key (CIK) of the issuing company. |
issuer_company | str | The name of the issuing company. |
transactions | list[InsiderTransaction] | The insider transactions associated with the filing |
company | CompanySummary | The company associated with the filing |
owner | OwnerSummary | The owner associated with the filing |
Name | Type | Description | |||||
---|---|---|---|---|---|---|---|
director | bool | (True/False) A boolean indicating whether or not the owner is a director in the company | |||||
officer | bool | (True/False) A boolean indicating whether or not the owner is a officer in the company | |||||
ten_percent_owner | bool | (True/False) A boolean indicating whether or not the owner has a ten percent or greater interest in the company | |||||
other_relation | bool | (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 | str | The officer title of the owner in the company | |||||
derivative_transaction | bool | (True) A boolean indicating the transaction is a derivative transaction, which may or may not become common stock due to various possible exercise or conversion requirements | |||||
ticker | str | The ticker symbol for the company's common stock | |||||
security_title | str | The name of the derivative security transacted | |||||
conversion_exercise_price | float | The conversion or exercise price of the derivative security transacted | |||||
transaction_date | date | The date of the transaction | |||||
deemed_execution_date | date | The date of the transaction had it not a directly identifiable date | |||||
transaction_type_code | str | A symbol representing the transaction type; P = Purchase | S = Sale | A = Award | M = Conversion to Common | C = Conversion | X = Exercise of Derivative More Transaction Codes |
acquisition_disposition_code | str | A symbol representing whether or not the derivative securities are Acquired or Disposed; A = Acquisition | D = Disposition | ||||
amount_of_shares | float | The number of derivative securities involved in the subject transaction | |||||
exercise_date | date | The exercise date of the derivative securities | |||||
expiration_date | date | The expiration date of the derivative securities | |||||
underlying_security_title | str | The name of the underlying non-derivative security related to this derivative transaction | |||||
underlying_shares | float | The number of non-derivative shares involved in the subject transaction | |||||
transaction_price | float | The price of the derivative securities | |||||
total_shares_owned | float | The total number of derivative securities owned following the subject transaction | |||||
ownership_type_code | str | A symbol representing the ownership of the securities transacted; D = Direct Ownership | I = Indirect Ownership | ||||
company | CompanySummary | The company associated with the filing | |||||
owner | OwnerSummary | The owner associated with the filing |
Name | Type | Description |
---|---|---|
id | str | The Intrinio ID of the company |
ticker | str | The stock market ticker symbol associated with the company's common stock securities |
name | str | The company's common name |
lei | str | The Legal Entity Identifier (LEI) assigned to the company |
cik | str | The Central Index Key (CIK) assigned to the company |
Name | Type | Description |
---|---|---|
id | str | The Intrinio ID of the company |
ticker | str | The stock market ticker symbol associated with the company's common stock securities |
name | str | The company's common name |
lei | str | The Legal Entity Identifier (LEI) assigned to the company |
cik | str | The Central Index Key (CIK) assigned to the company |