Insider Ownership by Company

Insider Ownership by Company Web API Documentation

Returns a list of all insider ownership interests in a company.

Endpoint:
https://api.intrinio.com/companies/insider_ownership.csv

Parameters

Name Description Example
identifier
* required
The stock market ticker symbol associated with the companies common stock securities or the Central Index Key issued by the SEC, which is the unique identifier all company filings are issued under. AAPL
type
The type of ownership to return for share values and amounts. Direct ownership is where the owner owns shares in the company directly. Indirect ownership is where the owner has influence over shares owned by another entity, such as a trust, LLC, or family member. NOTE: Multiple owners can have indirect ownership through the same entity, which may appear to sum up to more than the total shares outstanding, since shared indirect ownership would be double-counted.
Options:
both
direct
indirect
show more show less
both
page_number
An integer greater than or equal to 1 for specifying the page number for the return values. -
page_size
An integer greater than or equal to 1 for specifying the number of results on each page. 10
hide_paging
Hide first row of paging information.
Options:
true
show more show less
true
identifier
* required
The stock market ticker symbol associated with the companies common stock securities or the Central Index Key issued by the SEC, which is the unique identifier all company filings are issued under.
type
* required
The type of ownership to return for share values and amounts. Direct ownership is where the owner owns shares in the company directly. Indirect ownership is where the owner has influence over shares owned by another entity, such as a trust, LLC, or family member. NOTE: Multiple owners can have indirect ownership through the same entity, which may appear to sum up to more than the total shares outstanding, since shared indirect ownership would be double-counted.
page_number
* required
An integer greater than or equal to 1 for specifying the page number for the return values.
page_size
* required
An integer greater than or equal to 1 for specifying the number of results on each page.
hide_paging
* required
Hide first row of paging information.

Output Fields

Name Description Type
owner_cik The Central Index Key issued by the SEC, which is the unique identifier for all owners string
owner_name The name of the owner, either an institutional owner or an insider owner string
last_reported_date The last insider transaction date where indicated ownership date
value The value of the owners direct and indirect interests in the company based on the price from the previous day’s price. number
amount The total number of the owners direct and indirect interests in the company - direct interests are in the insiders name, while indirect interests may be in a trust, foundation, or spouses name but the owner still has some control over the securities number
owner_cik
The Central Index Key issued by the SEC, which is the unique identifier for all owners
owner_name
The name of the owner, either an institutional owner or an insider owner
last_reported_date
The last insider transaction date where indicated ownership
value
The value of the owners direct and indirect interests in the company based on the price from the previous day’s price.
amount
The total number of the owners direct and indirect interests in the company - direct interests are in the insiders name, while indirect interests may be in a trust, foundation, or spouses name but the owner still has some control over the securities