# Events

Moves, deals, funding rounds, public offerings and AUM records, newest first.

Canonical: https://chikaraintel.com/docs/api/reference/events

Query parameters cover the common filters. For move type, job title, person or compensation type, save a search with [POST /v1/search/events](/docs/api/reference/search/create-event-search) and pass its `queryId`.

```json
{
  "reference": "e5f6a7b8-c9d0-4e1f-8a3b-c4d5e6f7a881",
  "event_type": "move",
  "summary": "Halberd Industrial Group appoints Elena Marchetti as Chief Financial Officer",
  "publish_date": "2026-08-04T07:00:00+00:00",
  "data": {
    "…": "fields for this event type"
  },
  "links": []
}
```

## Operations

- GET `/v1/events`: Events newest first, filtered by type, date, organisation, industry, or a saved search.
- GET `/v1/events/{eventReference}`: One event in full, with its type-specific data and source articles.
- GET `/v1/events/{eventReference}/statistics/{statisticReference}/similarmoves`: How many comparable moves happened over the period: same job title, or same organisation when the move has no title.
