Institutional Ownership by Security

Institutional Ownership by Security Ruby API Documentation

Returns a list of all institutional owners of a given security.

API Class:
Intrinio::SecurityApi
Instance Method:
get_security_insider_ownership()

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
security_api = Intrinio::SecurityApi.new
identifier = "AAPL"
opts = {
next_page: nil
}
result = security_api.get_security_insider_ownership(identifier, opts)
pp result
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierStringA Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) 
next_pageStringGets the next page of data from a previous API call[optional]  

Return Type

object
Intrinio::ApiResponseSecurityInstitutionalOwnership

Properties

NameTypeDescription
ownershipArray 
next_pageStringThe token required to request the next page of the data. If null, no further results are available.  
object
Intrinio::InstitutionalOwnership

Properties

NameTypeDescription
owner_cikStringThe Central Index Key issued by the SEC, which is the unique identifier all owner filings  
owner_nameStringThe name of the institutional owner  
period_endedDateThe date of the latest 13-F filing on record with the SEC.  
valueFloatThe market value in amount of dollars of the holding in the listed security  
amountFloatThe number of shares held in the listed security  
sole_voting_authorityFloatThe number of shares where the insitutional holder has sole voting authority  
shared_voting_authorityFloatThe number of shares where the insitutional holder has shared voting authority  
no_voting_authorityFloatThe number of shares where the insitutional holder has no voting authority  
previous_amountFloatThe prior quarter number of shares held by the owner  
amount_changeFloatThe change in number of shares held from the prior quarter  
amount_percent_changeFloatThe percentage change in the number of shares held from the prior quarter