Skip to main content
GET
Get Earnings Calendar Data

Authorizations

X-API-Key
string
header
required

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

Query Parameters

symbol
string

Stock symbol (e.g., AAPL, MSFT) - optional. US share classes accept both BRK.B and BRK-B.

start_time
integer<int64>

Start time (Unix timestamp) - optional, requires end_time

end_time
integer<int64>

End time (Unix timestamp) - optional, requires start_time

limit
integer<int32>

Max records to return (1-1000, default 1000)

offset
integer<int32>

Records to skip (default 0)

sort_order
enum<string>

Sort direction by date: asc or desc (default desc)

Available options:
asc,
desc
updated_after
integer<int64>

Inclusive row-update bound (Unix seconds); requires updated_before

updated_before
integer<int64>

Exclusive row-update bound (Unix seconds); must exceed updated_after

cursor
string

Opaque update-window continuation; incompatible with offset

Response

Successfully retrieved earnings calendar data

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