Returns all insider transactions filings fitting the optional supplied start and end date.
Name | Type | Description | Notes |
---|---|---|---|
startDate | DateTime? | Filed on or after the given date | [optional] |
endDate | DateTime? | Filed before or after the given date | [optional] |
pageSize | int? | The number of results to return | [optional] [default to 100] |
sortBy | string | The field to sort by. Default is 'filing_date'. Valid values are - 'filing_date', 'updated_on'. | [optional] |
nextPage | string | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
TransactionFilings | List | |
Owner | OwnerSummary | The owner associated with the transaction filing |
NextPage | string | The token required to request the next page of the data. If null, no further results are available. |
Name | Type | Description |
---|---|---|
FilingDate | DateTime? | The date of the filing with the SEC made by the owner |
FilingUrl | string | The URL of the filing with the SEC |
IssuerTicker | string | The ticker of the issuing company. |
IssuerCik | string | The Central Index Key (CIK) of the issuing company. |
IssuerCompany | string | The name of the issuing company. |
Transactions | List | 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 | |||||
TenPercentOwner | bool? | (true/false) A boolean indicating whether or not the owner has a ten percent or greater interest in the company | |||||
OtherRelation | 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 | |||||
OfficerTitle | string | The officer title of the owner in the company | |||||
DerivativeTransaction | 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 | string | The ticker symbol for the company's common stock | |||||
SecurityTitle | string | The name of the derivative security transacted | |||||
ConversionExercisePrice | decimal? | The conversion or exercise price of the derivative security transacted | |||||
TransactionDate | DateTime? | The date of the transaction | |||||
DeemedExecutionDate | DateTime? | The date of the transaction had it not a directly identifiable date | |||||
TransactionTypeCode | string | 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 |
AcquisitionDispositionCode | string | A symbol representing whether or not the derivative securities are Acquired or Disposed; A = Acquisition | D = Disposition | ||||
AmountOfShares | decimal? | The number of derivative securities involved in the subject transaction | |||||
ExerciseDate | DateTime? | The exercise date of the derivative securities | |||||
ExpirationDate | DateTime? | The expiration date of the derivative securities | |||||
UnderlyingSecurityTitle | string | The name of the underlying non-derivative security related to this derivative transaction | |||||
UnderlyingShares | decimal? | The number of non-derivative shares involved in the subject transaction | |||||
TransactionPrice | decimal? | The price of the derivative securities | |||||
TotalSharesOwned | decimal? | The total number of derivative securities owned following the subject transaction | |||||
OwnershipTypeCode | string | 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 | string | The Intrinio ID of the company |
Ticker | string | The stock market ticker symbol associated with the company's common stock securities |
Name | string | The company's common name |
Lei | string | The Legal Entity Identifier (LEI) assigned to the company |
Cik | string | The Central Index Key (CIK) assigned to the company |
Name | Type | Description |
---|---|---|
Id | string | The Intrinio ID of the company |
Ticker | string | The stock market ticker symbol associated with the company's common stock securities |
Name | string | The company's common name |
Lei | string | The Legal Entity Identifier (LEI) assigned to the company |
Cik | string | The Central Index Key (CIK) assigned to the company |