Resource
Events
Moves, deals, funding rounds, public offerings and AUM records, newest first.
The object
Query parameters cover the common filters. For move type, job title, person or compensation type, save a search with POST /v1/search/events and pass its queryId.
Events
{
"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
- GETList events
/v1/eventsEvents newest first, filtered by type, date, organisation, industry, or a saved search. - GETGet an event
/v1/events/{eventReference}One event in full, with its type-specific data and source articles. - GETGet similar moves
/v1/events/{eventReference}/statistics/{statisticReference}/similarmovesHow many comparable moves happened over the period: same job title, or same organisation when the move has no title.