API Documentation

⌘K
GET/api/1/calendar/dividends/{year}

Dividend Calendar

Returns ex-dividend dates and amounts for a given year

Parameters

3
limitnumber
query

Max entries to return (default 500, max 5000)

countrystring
query

Filter by country code (e.g. US, DE)

yearstringrequired
path

Year (e.g. 2026) or "initial" for current ± 1 year

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/calendar/dividends/2025?limit=500&country=US' \
  -H 'Accept: application/json'
200 Response
{}