Search Owners

Search Owners Javascript API Documentation

Searches for Owners matching the text `query`

API Class:
OwnersApi
Instance Method:
searchOwners()

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 query = "Cook";
var opts = {
'institutional': null,
'pageSize': 100,
'nextPage': null
};
owners.searchOwners(query, opts).then(function(data) {
data = JSON.stringify(data, null, 2)
console.log(data);
}, function(error) {
console.error(error);
});
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
queryString 
institutionalBooleanReturns insider owners who have filed forms 3, 4, or 5 with the SEC only. Possible values are true, false, or omit for both.[optional]  
pageSizeNumberThe number of results to return[optional] [default to 100]  
nextPageStringGets the next page of data from a previous API call[optional]  


Return Type

object
ApiResponseOwners

Properties

NameTypeDescription
owners[OwnerSummary]A list of owners  
nextPageStringThe token required to request the next page of the data. If null, no further results are available.  
object
OwnerSummary

Properties

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