Institutional Ownership by Security

Institutional Ownership by Security Python API Documentation

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

API Class:
SecurityApi
Instance Method:
get_security_insider_ownership()

Stock Price Code Example

Use my API Key
from __future__ import print_function
import time
import intrinio_sdk as intrinio
from intrinio_sdk.rest import ApiException
intrinio.ApiClient().set_api_key('YOUR_API_KEY')
intrinio.ApiClient().allow_retries(True)
identifier = 'AAPL'
next_page = ''
response = intrinio.SecurityApi().get_security_insider_ownership(identifier, next_page=next_page)
print(response)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

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


Return Type

object
ApiResponseSecurityInstitutionalOwnership

Properties

NameTypeDescription
ownershiplist[InstitutionalOwnership] 
next_pagestrThe token required to request the next page of the data. If null, no further results are available.  
object
InstitutionalOwnership

Properties

NameTypeDescription
owner_cikstrThe Central Index Key issued by the SEC, which is the unique identifier all owner filings  
owner_namestrThe 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