Owner by ID

Owner by ID Ruby API Documentation

Returns the Owner with the given ID

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

Stock Price Code Example

Use my API Key
# Load the gem
require 'intrinio-sdk'
require 'pp'
# Setup authorization
Intrinio.configure do |config|
config.api_key['api_key'] = 'YOUR_API_KEY'
config.allow_retries = true
end
owners_api = Intrinio::OwnersApi.new
identifier = "0000001800"
result = owners_api.get_owner_by_id(identifier)
pp result
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierStringAn Intrinio ID or CIK of an Owner 

Return Type

object
Intrinio::Owner

Properties

NameTypeDescription
idStringThe Intrinio ID for the Owner  
company_idStringThe Intrinio ID for the company for which the Security is issued  
owner_cikStringThe 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  
state_incStringThe state in which the owner is incorporated  
country_incStringThe country in which the owner is incorporated  
business_addressStringThe owner's business address  
business_phone_noStringThe owner's business phone number  
mailing_addressStringThe owner's mailing address  
institutionalBOOLEANA 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