Owner by ID

Owner by ID Javascript API Documentation

Returns the Owner with the given ID

API Class:
OwnersApi
Instance Method:
getOwnerById()

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 owners = new intrinioSDK.OwnersApi();
var identifier = "0000001800";
owners.getOwnerById(identifier).then(function(data) {
data = JSON.stringify(data, null, 2)
console.log(data);
}, function(error) {
console.error(error);
});
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierStringAn Intrinio ID or CIK of an Owner 


Return Type

object
Owner

Properties

NameTypeDescription
idStringThe Intrinio ID for the Owner  
companyIdStringThe Intrinio ID for the company for which the Security is issued  
ownerCikStringThe Central Index Key issued by the SEC, which is the unique identifier all owner filings  
nameStringThe name of the owner  
stateStringThe state in which the owner is located  
stateIncStringThe state in which the owner is incorporated  
countryIncStringThe country in which the owner is incorporated  
businessAddressStringThe owner's business address  
businessPhoneNoStringThe owner's business phone number  
mailingAddressStringThe owner's mailing address  
institutionalBooleanA boolean to include only insider owners who have filed forms 3, 4, or 5 with the SEC  
updatedOnDateThe date and time when the data was last updated.  
createdOnDateThe date and time when the data was created