All Insider Transactions Filings

All Insider Transactions Filings Java API Documentation

Returns all insider transactions filings fitting the optional supplied start and end date.

API Class:
InsiderTransactionFilingsApi
Instance Method:
getAllInsiderTransactionFilings()

Stock Price Code Example

Use my API Key
import com.intrinio.api.*;
import com.intrinio.models.*;
import com.intrinio.invoker.*;
import com.intrinio.invoker.auth.*;
import org.threeten.bp.*;
import java.math.BigDecimal;
import java.util.*;
public class Main {
public static void main(String[] args) throws Exception {
ApiClient defaultClient = Configuration.getDefaultApiClient();
ApiKeyAuth auth = (ApiKeyAuth) defaultClient.getAuthentication("ApiKeyAuth");
auth.setApiKey("YOUR_API_KEY");
defaultClient.setAllowRetries(true);
InsiderTransactionFilingsApi insiderTransactionFilingsApi = new InsiderTransactionFilingsApi();
LocalDate startDate = LocalDate.of(2015,1,01);
LocalDate endDate = null;
Integer pageSize = 100;
String sortBy = "updated_on";
String nextPage = null;
ApiResponseOwnerInsiderTransactionFilings result = insiderTransactionFilingsApi.getAllInsiderTransactionFilings(startDate, endDate, pageSize,
      sortBy, nextPage);
System.out.println(result);
}
}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
startDateLocalDateFiled on or after the given date[optional]  
endDateLocalDateFiled before or after the given date[optional]  
pageSizeIntegerThe number of results to return[optional] [default to 100]  
sortByStringThe field to sort by. Default is 'filing_date'. Valid values are - 'filing_date', 'updated_on'.[optional]  
nextPageStringGets the next page of data from a previous API call[optional]  


Return Type

object
ApiResponseOwnerInsiderTransactionFilings

Properties

NameTypeDescription
transactionFilingsList 
ownerOwnerSummaryThe owner associated with the transaction filing  
nextPageStringThe token required to request the next page of the data. If null, no further results are available.  
object
InsiderTransactionFiling

Properties

NameTypeDescription
filingDateLocalDateThe date of the filing with the SEC made by the owner  
filingUrlStringThe URL of the filing with the SEC  
issuerTickerStringThe ticker of the issuing company.  
issuerCikStringThe Central Index Key (CIK) of the issuing company.  
issuerCompanyStringThe name of the issuing company.  
transactionsListThe insider transactions associated with the filing  
companyCompanySummaryThe company associated with the filing  
ownerOwnerSummaryThe owner associated with the filing  
object
InsiderTransaction

Properties

NameTypeDescription
directorBoolean(true/false) A boolean indicating whether or not the owner is a director in the company  
officerBoolean(true/false) A boolean indicating whether or not the owner is a officer in the company  
tenPercentOwnerBoolean(true/false) A boolean indicating whether or not the owner has a ten percent or greater interest in the company  
otherRelationBoolean(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  
officerTitleStringThe officer title of the owner in the company  
derivativeTransactionBoolean(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  
tickerStringThe ticker symbol for the company's common stock  
securityTitleStringThe name of the derivative security transacted  
conversionExercisePriceBigDecimalThe conversion or exercise price of the derivative security transacted  
transactionDateLocalDateThe date of the transaction  
deemedExecutionDateLocalDateThe date of the transaction had it not a directly identifiable date  
transactionTypeCodeStringA symbol representing the transaction type; P = PurchaseS = SaleA = AwardM = Conversion to CommonC = ConversionX = Exercise of Derivative More Transaction Codes  
acquisitionDispositionCodeStringA symbol representing whether or not the derivative securities are Acquired or Disposed; A = AcquisitionD = Disposition  
amountOfSharesBigDecimalThe number of derivative securities involved in the subject transaction  
exerciseDateLocalDateThe exercise date of the derivative securities  
expirationDateLocalDateThe expiration date of the derivative securities  
underlyingSecurityTitleStringThe name of the underlying non-derivative security related to this derivative transaction  
underlyingSharesBigDecimalThe number of non-derivative shares involved in the subject transaction  
transactionPriceBigDecimalThe price of the derivative securities  
totalSharesOwnedBigDecimalThe total number of derivative securities owned following the subject transaction  
ownershipTypeCodeStringA symbol representing the ownership of the securities transacted; D = Direct OwnershipI = Indirect Ownership  
companyCompanySummaryThe company associated with the filing  
ownerOwnerSummaryThe owner associated with the filing  
object
CompanySummary

Properties

NameTypeDescription
idStringThe Intrinio ID of the company  
tickerStringThe stock market ticker symbol associated with the company's common stock securities  
nameStringThe company's common name  
leiStringThe Legal Entity Identifier (LEI) assigned to the company  
cikStringThe Central Index Key (CIK) assigned to the company  
object
OwnerSummary

Properties

NameTypeDescription
ownerCikStringThe Central Index Key issued by the SEC, which is the unique identifier all owner filings  
ownerNameStringThe name of the owner  
object
CompanySummary

Properties

NameTypeDescription
idStringThe Intrinio ID of the company  
tickerStringThe stock market ticker symbol associated with the company's common stock securities  
nameStringThe company's common name  
leiStringThe Legal Entity Identifier (LEI) assigned to the company  
cikStringThe Central Index Key (CIK) assigned to the company  
object
OwnerSummary

Properties

NameTypeDescription
ownerCikStringThe Central Index Key issued by the SEC, which is the unique identifier all owner filings  
ownerNameStringThe name of the owner  
object
OwnerSummary

Properties

NameTypeDescription
ownerCikStringThe Central Index Key issued by the SEC, which is the unique identifier all owner filings  
ownerNameStringThe name of the owner