Skip to main content
GET
Get Company Institution Holders Info

Authorizations

X-API-Key
string
header
required

API Key authentication. Example: "your-api-key-here"

Query Parameters

symbol
string
required

Stock symbol (uppercase, e.g., TSM, AAPL, MSFT)

limit
integer

Limit number of results (default: 50, max: 5000)

Required range: 1 <= x <= 5000
start_time
integer
required

Start time (Unix timestamp, required)

end_time
integer
required

End time (Unix timestamp, required)

time_type
enum<string>
required

Time type for filtering: 'CALENDAR_END_DATE' uses Date field, 'FILING_DATE' uses FilingDate field, 'OBSERVED_AT' uses publish_time field

Available options:
CALENDAR_END_DATE,
FILING_DATE,
OBSERVED_AT

Response

Successfully retrieved institution holder data

data
object[]
error
object
metadata
any
pagination
any
request_id
string
success
boolean