Institutional Holdings by Owner

Institutional Holdings by Owner Ruby API Documentation

Returns a list of all ownership interests and the value of their interests by a single institutional owner.

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

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 = 430692
opts = {
page_size: 100,
as_of_date: Date.parse("2021-01-05"),
next_page: nil
}
result = owners_api.institutional_holdings_by_owner(identifier, opts)
pp result
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierStringThe Central Index Key issued by the SEC, which is the unique identifier all owner filings are issued under. 
page_sizeIntegerThe number of results to return[optional] [default to 100]  
as_of_dateDateReturn only holdings filed before this date.[optional]  
next_pageStringGets the next page of data from a previous API call[optional]  

Return Type

object
Intrinio::ApiResponseOwnerInstitutionalHoldings

Properties

NameTypeDescription
holdingsObject 
next_pageStringThe token required to request the next page of the data. If null, no further results are available.