Owner by ID

Owner by ID R API Documentation

Returns the Owner with the given ID

API Class:
IntrinioSDK::OwnersApi
Instance Method:
get_owner_by_id()

Stock Price Code Example

Use my API Key
client <- IntrinioSDK::ApiClient$new()
# Configure API key authorization: ApiKeyAuth
client$configuration$apiKey <- "YOUR_API_KEY"
#Configure retries
client$configuration$allowRetries <- TRUE
# Setup API with client
OwnersApi <- IntrinioSDK::OwnersApi$new(client)
# Required params
identifier <- "0000001800"
response <- OwnersApi$get_owner_by_id(identifier)
print(response)
print(response$content)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierCharacterAn Intrinio ID or CIK of an Owner 


Return Type

object
IntrinioSDK::Owner

Properties

NameTypeDescription
idCharacterThe Intrinio ID for the Owner  
company_idCharacterThe Intrinio ID for the company for which the Security is issued  
owner_cikCharacterThe Central Index Key issued by the SEC, which is the unique identifier all owner filings  
nameCharacterThe name of the owner  
stateCharacterThe state in which the owner is located  
state_incCharacterThe state in which the owner is incorporated  
country_incCharacterThe country in which the owner is incorporated  
business_addressCharacterThe owner's business address  
business_phone_noCharacterThe owner's business phone number  
mailing_addressCharacterThe owner's mailing address  
institutionalLogicalA boolean to include only insider owners who have filed forms 3, 4, or 5 with the SEC  
updated_onPOSIXltThe date and time when the data was last updated.  
created_onPOSIXltThe date and time when the data was created