API Documentation

⌘K
GET/api/1/equity/dividends/{identifier}

Dividends API

Returns individual dividend payments for the given ISIN

Parameters

1
identifierstringrequired
path

Security identifier: ISIN, ticker, CUSIP, SEDOL, or WKN (e.g. US0378331005, AAPL)

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/equity/dividends/US0378331005' \
  -H 'Accept: application/json'
200 Response
[
  {
  "payDate": "2003-03-07T00:00:00.000Z",
  "period": "2003-03-07T00:00:00.000Z",
  "dividend": 0.08
}
]