API Documentation

⌘K
GET/api/1/analytics/corporate-events/{ticker}

Corporate Events

Returns SEC 8-K corporate events for a company (material events, earnings releases, acquisitions, management changes, etc.)

Parameters

3
daysnumber
query

Number of days of history (default 365, max 1825)

limitnumber
query

Max results (default 50, max 200)

tickerstringrequired
path

Ticker symbol (e.g. AAPL)

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/analytics/corporate-events/AAPL?days=365&limit=50' \
  -H 'Accept: application/json'
200 Response
[
  {}
]