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

start_time
integer<int64>

Start time (Unix timestamp) - optional, requires end_time

end_time
integer<int64>

End time (Unix timestamp) - optional, requires start_time

Response

Successfully retrieved earnings calendar data

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