Institutional Ownership by Security

Institutional Ownership by Security Javascript 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
var intrinioSDK = require('intrinio-sdk');
intrinioSDK.ApiClient.instance.authentications['ApiKeyAuth'].apiKey = "YOUR_API_KEY";
intrinioSDK.ApiClient.instance.enableRetries = true;
var security = new intrinioSDK.SecurityApi();
var identifier = "AAPL";
var opts = {
'nextPage': null
};
security.getSecurityInsiderOwnership(identifier, opts).then(function(data) {
data = JSON.stringify(data, null, 2)
console.log(data);
}, function(error) {
console.error(error);
});
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
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
ownership[InstitutionalOwnership] 
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  
periodEndedDateThe date of the latest 13-F filing on record with the SEC.  
valueNumberThe market value in amount of dollars of the holding in the listed security  
amountNumberThe number of shares held in the listed security  
soleVotingAuthorityNumberThe number of shares where the insitutional holder has sole voting authority  
sharedVotingAuthorityNumberThe number of shares where the insitutional holder has shared voting authority  
noVotingAuthorityNumberThe number of shares where the insitutional holder has no voting authority  
previousAmountNumberThe prior quarter number of shares held by the owner  
amountChangeNumberThe change in number of shares held from the prior quarter  
amountPercentChangeNumberThe percentage change in the number of shares held from the prior quarter