Skip to main content
GET
Get Outstanding Shares Data

Authorizations

X-API-Key
string
header
required

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

Query Parameters

symbol
string
required

Stock symbol (e.g., AAPL)

period_type
enum<string>
required

Period type

Available options:
quarterly,
annual
start_time
integer<int64>
required

Start time (Unix timestamp in seconds)

end_time
integer<int64>
required

End time (Unix timestamp in seconds)

time_type
enum<string>

Time filter dimension (default CALENDAR_END_DATE)

Available options:
CALENDAR_END_DATE,
FILING_DATE,
OBSERVED_AT

Response

OK

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