Search Owners

Search Owners Web API Documentation

Searches for Owners matching the text `query`

Endpoint:
https://api-v2.intrinio.com/owners/search

Parameters

Name Description Example
query
* required
Cook
institutional
Returns insider owners who have filed forms 3, 4, or 5 with the SEC only. Possible values are true, false, or omit for both. -
page_size
The number of results to return -
next_page
Gets the next page of data from a previous API call -
query
* required
institutional
* required
Returns insider owners who have filed forms 3, 4, or 5 with the SEC only. Possible values are true, false, or omit for both.
page_size
* required
The number of results to return
next_page
* required
Gets the next page of data from a previous API call

Output Fields

Name Description Type
owners
A list of owners array
owner_cik
The Central Index Key issued by the SEC, which is the unique identifier all owner filings string
owner_name
The name of the owner string
next_page The token required to request the next page of the data. If null, no further results are available. string
owners
A list of owners
next_page
The token required to request the next page of the data. If null, no further results are available.