Institutional Ownership by Security

Institutional Ownership by Security Java API Documentation

Returns a list of all institutional owners of a given security.

API Class:
SecurityApi
Instance Method:
getSecurityInsiderOwnership()

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);
SecurityApi securityApi = new SecurityApi();
String identifier = "AAPL";
String nextPage = null;
ApiResponseSecurityInstitutionalOwnership result = securityApi.getSecurityInsiderOwnership(identifier, nextPage);
System.out.println(result);
}
}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierStringA Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) 
nextPageStringGets the next page of data from a previous API call[optional]  


Return Type

object
ApiResponseSecurityInstitutionalOwnership

Properties

NameTypeDescription
ownershipList 
nextPageStringThe token required to request the next page of the data. If null, no further results are available.  
object
InstitutionalOwnership

Properties

NameTypeDescription
ownerCikStringThe Central Index Key issued by the SEC, which is the unique identifier all owner filings  
ownerNameStringThe name of the institutional owner  
periodEndedLocalDateThe date of the latest 13-F filing on record with the SEC.  
valueBigDecimalThe market value in amount of dollars of the holding in the listed security  
amountBigDecimalThe number of shares held in the listed security  
soleVotingAuthorityBigDecimalThe number of shares where the insitutional holder has sole voting authority  
sharedVotingAuthorityBigDecimalThe number of shares where the insitutional holder has shared voting authority  
noVotingAuthorityBigDecimalThe number of shares where the insitutional holder has no voting authority  
previousAmountBigDecimalThe prior quarter number of shares held by the owner  
amountChangeBigDecimalThe change in number of shares held from the prior quarter  
amountPercentChangeBigDecimalThe percentage change in the number of shares held from the prior quarter