Institutional Ownership by Security

Institutional Ownership by Security R API Documentation

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

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

Stock Price Code Example

Use my API Key
client <- IntrinioSDK::ApiClient$new()
# Configure API key authorization: ApiKeyAuth
client$configuration$apiKey <- "YOUR_API_KEY"
#Configure retries
client$configuration$allowRetries <- TRUE
# Setup API with client
SecurityApi <- IntrinioSDK::SecurityApi$new(client)
# Required params
identifier <- "AAPL"
# Optional params
opts <- list(
next_page = NULL
)
response <- SecurityApi$get_security_insider_ownership(identifier, opts)
print(response)
print(response$content)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

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


Return Type

object
IntrinioSDK::ApiResponseSecurityInstitutionalOwnership

Properties

NameTypeDescription
ownershipList of InstitutionalOwnership 
ownership_data_frameData FrameData frame representation of ownership
next_pageCharacterThe token required to request the next page of the data. If null, no further results are available.  
object
IntrinioSDK::InstitutionalOwnership

Properties

NameTypeDescription
owner_cikCharacterThe Central Index Key issued by the SEC, which is the unique identifier all owner filings  
owner_nameCharacterThe name of the institutional owner  
period_endedDateThe date of the latest 13-F filing on record with the SEC.  
valueNumericThe market value in amount of dollars of the holding in the listed security  
amountNumericThe number of shares held in the listed security  
sole_voting_authorityNumericThe number of shares where the insitutional holder has sole voting authority  
shared_voting_authorityNumericThe number of shares where the insitutional holder has shared voting authority  
no_voting_authorityNumericThe number of shares where the insitutional holder has no voting authority  
previous_amountNumericThe prior quarter number of shares held by the owner  
amount_changeNumericThe change in number of shares held from the prior quarter  
amount_percent_changeNumericThe percentage change in the number of shares held from the prior quarter