All Insider Transactions Filings

All Insider Transactions Filings Python API Documentation

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

API Class:
InsiderTransactionFilingsApi
Instance Method:
get_all_insider_transaction_filings()

Stock Price Code Example

Use my API Key
from __future__ import print_function
import time
import intrinio_sdk as intrinio
from intrinio_sdk.rest import ApiException
intrinio.ApiClient().set_api_key('YOUR_API_KEY')
intrinio.ApiClient().allow_retries(True)
start_date = '2015-01-01'
end_date = ''
page_size = 100
sort_by = 'updated_on'
next_page = ''
response = intrinio.InsiderTransactionFilingsApi().get_all_insider_transaction_filings(start_date=start_date, end_date=end_date, page_size=page_size,
  sort_by=sort_by, next_page=next_page)
print(response)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

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


Return Type

object
ApiResponseOwnerInsiderTransactionFilings

Properties

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

Properties

NameTypeDescription
filing_datedateThe date of the filing with the SEC made by the owner  
filing_urlstrThe URL of the filing with the SEC  
issuer_tickerstrThe ticker of the issuing company.  
issuer_cikstrThe Central Index Key (CIK) of the issuing company.  
issuer_companystrThe name of the issuing company.  
transactionslist[InsiderTransaction]The insider transactions associated with the filing  
companyCompanySummaryThe company associated with the filing  
ownerOwnerSummaryThe owner associated with the filing  
object
InsiderTransaction

Properties

NameTypeDescription
directorbool(True/False) A boolean indicating whether or not the owner is a director in the company  
officerbool(True/False) A boolean indicating whether or not the owner is a officer in the company  
ten_percent_ownerbool(True/False) A boolean indicating whether or not the owner has a ten percent or greater interest in the company  
other_relationbool(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_titlestrThe officer title of the owner in the company  
derivative_transactionbool(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  
tickerstrThe ticker symbol for the company's common stock  
security_titlestrThe name of the derivative security transacted  
conversion_exercise_pricefloatThe conversion or exercise price of the derivative security transacted  
transaction_datedateThe date of the transaction  
deemed_execution_datedateThe date of the transaction had it not a directly identifiable date  
transaction_type_codestrA symbol representing the transaction type; P = PurchaseS = SaleA = AwardM = Conversion to CommonC = ConversionX = Exercise of Derivative More Transaction Codes  
acquisition_disposition_codestrA symbol representing whether or not the derivative securities are Acquired or Disposed; A = AcquisitionD = Disposition  
amount_of_sharesfloatThe number of derivative securities involved in the subject transaction  
exercise_datedateThe exercise date of the derivative securities  
expiration_datedateThe expiration date of the derivative securities  
underlying_security_titlestrThe name of the underlying non-derivative security related to this derivative transaction  
underlying_sharesfloatThe number of non-derivative shares involved in the subject transaction  
transaction_pricefloatThe price of the derivative securities  
total_shares_ownedfloatThe total number of derivative securities owned following the subject transaction  
ownership_type_codestrA 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
idstrThe Intrinio ID of the company  
tickerstrThe stock market ticker symbol associated with the company's common stock securities  
namestrThe company's common name  
leistrThe Legal Entity Identifier (LEI) assigned to the company  
cikstrThe Central Index Key (CIK) assigned to the company  
object
OwnerSummary

Properties

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

Properties

NameTypeDescription
idstrThe Intrinio ID of the company  
tickerstrThe stock market ticker symbol associated with the company's common stock securities  
namestrThe company's common name  
leistrThe Legal Entity Identifier (LEI) assigned to the company  
cikstrThe Central Index Key (CIK) assigned to the company  
object
OwnerSummary

Properties

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

Properties

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