/events/{identifier}The dated things a company does
Results, AGMs and dividend dates for one company, newest first.
Resolved to the COMPANY, not the share class: an AGM is one meeting however many lines are listed, and holders of every class attend the same one. That is the opposite of /dividends, where a dividend belongs to the class that receives it.
Ask for the window you intend to render. A calendar drawing fourteen months has room for about ten events before its labels collide, and trimming a full history client-side wastes the round trip.
Every event here has been announced, so the series is complete looking backwards and thin looking forwards — a future date appears only where an issuer committed to one when declaring a dividend. Notified results dates and projected cadence are not served yet.
Code samples
Try it
Parameters
Path parameters
identifierrequiredAn ISIN, or a symbol in bare (PPET) or MIC-qualified (XLON:PPET) form.
Query parameters
dateFromEarliest event date, inclusive. Accepts a partial date (2026, 2026-03).
dateToLatest event date, inclusive.
pageSizeNumber of items per page (default 50, max 200)
50pageNumberPage number (1-indexed). Mutually exclusive with pageCursor.