Owner by ID

Owner by ID Java API Documentation

Returns the Owner with the given ID

API Class:
OwnersApi
Instance Method:
getOwnerById()

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 identifier = "0000001800";
Owner result = ownersApi.getOwnerById(identifier);
System.out.println(result);
}
}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
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  
updatedOnOffsetDateTimeThe date and time when the data was last updated.  
createdOnOffsetDateTimeThe date and time when the data was created