Owner by ID

Owner by ID Python API Documentation

Returns the Owner with the given ID

API Class:
OwnersApi
Instance Method:
get_owner_by_id()

Stock Price Code Example

Use my API Key
from __future__ import print_function
import time
import intrinio_sdk as intrinio
from intrinio_sdk.rest import ApiException
intrinio.ApiClient().set_api_key('YOUR_API_KEY')
intrinio.ApiClient().allow_retries(True)
identifier = '0000001800'
response = intrinio.OwnersApi().get_owner_by_id(identifier)
print(response)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierstrAn Intrinio ID or CIK of an Owner 


Return Type

object
Owner

Properties

NameTypeDescription
idstrThe Intrinio ID for the Owner  
company_idstrThe Intrinio ID for the company for which the Security is issued  
owner_cikstrThe Central Index Key issued by the SEC, which is the unique identifier all owner filings  
namestrThe name of the owner  
statestrThe state in which the owner is located  
state_incstrThe state in which the owner is incorporated  
country_incstrThe country in which the owner is incorporated  
business_addressstrThe owner's business address  
business_phone_nostrThe owner's business phone number  
mailing_addressstrThe owner's mailing address  
institutionalboolA boolean to include only insider owners who have filed forms 3, 4, or 5 with the SEC  
updated_ondatetimeThe date and time when the data was last updated.  
created_ondatetimeThe date and time when the data was created