Latest Insider Transaction Filing by Company

Latest Insider Transaction Filing by Company Csharp API Documentation

Returns the latest insider transaction filing for a company.

API Class:
Intrinio.SDK.Api.CompanyApi
Instance Method:
LatestInsiderTransactionFilingByCompany()

Stock Price Code Example

Use my API Key
using System;
using System.Diagnostics;
using System.Collections;
using System.Collections.Generic;
using Intrinio.SDK.Api;
using Intrinio.SDK.Client;
using Intrinio.SDK.Model;
using Newtonsoft.Json;
namespace Example
{
public class LatestInsiderTransactionFilingByCompanyExample
{
public static void Main()
{
Configuration.Default.AddApiKey("api_key", "YOUR_API_KEY");
Configuration.Default.AllowRetries = true;
var companyApi = new CompanyApi();
string identifier = "AAPL";
string nextPage = null;
InsiderTransactionFiling result = companyApi.LatestInsiderTransactionFilingByCompany(identifier, nextPage);
Console.WriteLine(JsonConvert.SerializeObject(result, Formatting.Indented));
}
}
}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierstringA Company identifier (Ticker, CIK, LEI, Intrinio ID) 
nextPagestringGets the next page of data from a previous API call[optional]  


Return Type

object
Intrinio.SDK.Model.InsiderTransactionFiling

Properties

NameTypeDescription
FilingDateDateTime?The 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
Intrinio.SDK.Model.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  
TenPercentOwnerbool?(true/false) A boolean indicating whether or not the owner has a ten percent or greater interest in the company  
OtherRelationbool?(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  
DerivativeTransactionbool?(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  
ConversionExercisePricedecimal?The conversion or exercise price of the derivative security transacted  
TransactionDateDateTime?The date of the transaction  
DeemedExecutionDateDateTime?The 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  
AmountOfSharesdecimal?The number of derivative securities involved in the subject transaction  
ExerciseDateDateTime?The exercise date of the derivative securities  
ExpirationDateDateTime?The expiration date of the derivative securities  
UnderlyingSecurityTitlestringThe name of the underlying non-derivative security related to this derivative transaction  
UnderlyingSharesdecimal?The number of non-derivative shares involved in the subject transaction  
TransactionPricedecimal?The price of the derivative securities  
TotalSharesOwneddecimal?The 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
Intrinio.SDK.Model.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
Intrinio.SDK.Model.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
Intrinio.SDK.Model.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
Intrinio.SDK.Model.OwnerSummary

Properties

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