GET/events/{identifier}
Advanced or higher

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

curl -X GET 'https://api.tickerapp.net/v2/events/GB0005405286' \
  -H 'x-api-key: $TICKER_API_KEY'

Try it

Try it live
Send a real request to this endpoint with your API key. Sign in to try it from your browser.
Sign in to try →

Parameters

Path parameters

identifierrequired
string

An ISIN, or a symbol in bare (PPET) or MIC-qualified (XLON:PPET) form.

Query parameters

dateFrom
string

Earliest event date, inclusive. Accepts a partial date (2026, 2026-03).

dateTo
string

Latest event date, inclusive.

pageSize
integer

Number of items per page (default 50, max 200)

Default: 50
pageNumber
integer

Page number (1-indexed). Mutually exclusive with pageCursor.

Responses

200Corporate events for the company
{
  "entity": {
    "name": string
  },
  "data": [object],
  "meta": {
    "paging": ClassicPaging
  }
}
403The plan does not include corporate event data
404Company not found, or it has no recorded events