Returns all insider transactions filings fitting the optional supplied start and end date.
Name | Type | Description | Notes |
---|---|---|---|
startDate | LocalDate | Filed on or after the given date | [optional] |
endDate | LocalDate | Filed before or after the given date | [optional] |
pageSize | Integer | 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 | LocalDate | 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 | Boolean | (true/false) A boolean indicating whether or not the owner is a director in the company | |||||
officer | Boolean | (true/false) A boolean indicating whether or not the owner is a officer in the company | |||||
tenPercentOwner | Boolean | (true/false) A boolean indicating whether or not the owner has a ten percent or greater interest in the company | |||||
otherRelation | Boolean | (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 | Boolean | (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 | BigDecimal | The conversion or exercise price of the derivative security transacted | |||||
transactionDate | LocalDate | The date of the transaction | |||||
deemedExecutionDate | LocalDate | 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 | BigDecimal | The number of derivative securities involved in the subject transaction | |||||
exerciseDate | LocalDate | The exercise date of the derivative securities | |||||
expirationDate | LocalDate | The expiration date of the derivative securities | |||||
underlyingSecurityTitle | String | The name of the underlying non-derivative security related to this derivative transaction | |||||
underlyingShares | BigDecimal | The number of non-derivative shares involved in the subject transaction | |||||
transactionPrice | BigDecimal | The price of the derivative securities | |||||
totalSharesOwned | BigDecimal | 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 |