API Documentation

⌘K
GET/api/1/calendar/dividends-forward

Forward Dividend Calendar

Returns upcoming ex-dividend dates from the forward dividend calendar

Parameters

2
limitnumber
query

Max entries to return (default 100, max 500)

daysnumber
query

Look-ahead window in days (default 60, max 365)

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/calendar/dividends-forward?limit=100&days=60' \
  -H 'Accept: application/json'
200 Response
[
  {}
]