All Owners

All Owners Ruby API Documentation

Returns all owners and information for all insider and institutional owners of securities covered by Intrinio.

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

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
opts = {
institutional: nil,
page_size: 100,
next_page: nil
}
result = owners_api.get_all_owners(opts)
pp result
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
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]  
page_sizeIntegerThe number of results to return[optional] [default to 100]  
next_pageStringGets the next page of data from a previous API call[optional]  

Return Type

object
Intrinio::ApiResponseOwners

Properties

NameTypeDescription
ownersArrayA list of owners  
next_pageStringThe token required to request the next page of the data. If null, no further results are available.  
object
Intrinio::OwnerSummary

Properties

NameTypeDescription
owner_cikStringThe Central Index Key issued by the SEC, which is the unique identifier all owner filings  
owner_nameStringThe name of the owner