/dividends/{identifier}/historyDeclared dividends for a single instrument
Every dividend an issuer has declared for one instrument, newest first, including one declared but not yet paid. Amounts are reported in the unit the announcement used and are not converted, so read amount.unit alongside every figure: 4.4 with unit: minor and 0.044 with unit: major are the same amount.
Where one claim is listed as parallel lines in different currencies, each line returns only its own currency's dividends, even though a single announcement declares them all. Ask for the line you want.
Code samples
Try it
Parameters
Path parameters
identifierrequiredISIN (12 chars) or MIC:symbol.
Query parameters
dateFromFilter by declaration date from this date (partial ISO8601 accepted). Note this is the date the dividend was declared, not the period it relates to — a dividend for one financial year is often declared in the next.
dateToFilter by declaration date to this date (partial ISO8601 accepted).
pageSizeNumber of items per page (default 50, max 200)
50pageNumberPage number (1-indexed). Mutually exclusive with pageCursor.
Responses
200Dividend history for the instrument{
"instrument": {
"isin": string
},
"entity": {
"name": string
},
"listing": {
"symbol": string | null,
"mic": string
},
"data": [DividendRecord],
"meta": {
"paging": ClassicPaging
}
}403The plan does not include dividend data404Instrument not found, or it has no recorded dividends