All Owners

All Owners Python API Documentation

Returns all owners and information for all insider and institutional owners of securities covered by Intrinio.

API Class:
OwnersApi
Instance Method:
get_all_owners()

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)
institutional = ''
page_size = 100
next_page = ''
response = intrinio.OwnersApi().get_all_owners(institutional=institutional, page_size=page_size, next_page=next_page)
print(response)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
institutionalboolReturns insider owners who have filed forms 3, 4, or 5 with the SEC only. Possible values are True, False, or omit for both.[optional]  
page_sizeintThe number of results to return[optional] [default to 100]  
next_pagestrGets the next page of data from a previous API call[optional]  


Return Type

object
ApiResponseOwners

Properties

NameTypeDescription
ownerslist[OwnerSummary]A list of owners  
next_pagestrThe token required to request the next page of the data. If null, no further results are available.  
object
OwnerSummary

Properties

NameTypeDescription
owner_cikstrThe Central Index Key issued by the SEC, which is the unique identifier all owner filings  
owner_namestrThe name of the owner