Skip to main content
GET
Get Stock Event Screener

Authorizations

X-API-Key
string
header
required

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

Query Parameters

event_type
string
required

Event type. One of: IPO Date, Split Date, Earnings Date

start_time
integer<int64>
required

Start time (Unix timestamp in seconds). For Split Date and Earnings Date, the date range (end_time - start_time) must not exceed 1 year.

end_time
integer<int64>
required

End time (Unix timestamp in seconds). For Split Date and Earnings Date, the date range (end_time - start_time) must not exceed 1 year.

Response

Successfully retrieved stock events

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