API Documentation

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

Corporate Events (8-K) API

Returns 8-K corporate events (material announcements, M&A, leadership changes, restatements) for a company from SEC EDGAR

Parameters

2
limitnumber
query

Max results (default 50, max 200)

tickerstringrequired
path

Stock ticker symbol (e.g. AAPL)

Responses

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