Search Owners

Search Owners Java API Documentation

Searches for Owners matching the text `query`

API Class:
OwnersApi
Instance Method:
searchOwners()

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);
OwnersApi ownersApi = new OwnersApi();
String query = "Cook";
Boolean institutional = null;
Integer pageSize = 100;
String nextPage = null;
ApiResponseOwners result = ownersApi.searchOwners(query, institutional, pageSize, nextPage);
System.out.println(result);
}
}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
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]  
pageSizeIntegerThe 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
ownersList<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