Search Owners

Search Owners Ruby API Documentation

Searches for Owners matching the text `query`

API Class:
Intrinio::OwnersApi
Instance Method:
search_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
query = "Cook"
opts = {
institutional: nil,
page_size: 100,
next_page: nil
}
result = owners_api.search_owners(query, opts)
pp result
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
queryString 
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