Institutional Holdings by Owner

Institutional Holdings by Owner Python API Documentation

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

API Class:
OwnersApi
Instance Method:
institutional_holdings_by_owner()

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 = '430692'
page_size = 100
as_of_date = '2021-01-05'
next_page = ''
response = intrinio.OwnersApi().institutional_holdings_by_owner(identifier, page_size=page_size, as_of_date=as_of_date, next_page=next_page)
print(response)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

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


Return Type

object
ApiResponseOwnerInstitutionalHoldings

Properties

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