API Documentation
⌘K
API Key
Get free key 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
3daysnumberNumber of days of history (default 365, max 1825)
limitnumberMax results (default 50, max 200)
tickerstringrequiredTicker 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
[
{}
]