get_officer_history
Retrieve the complete historical timeline of directors and executives for any NZX-listed company, including tenure, status, and committee memberships.
Instructions
Get the full historical officer timeline for an NZX company — every director and executive who has ever held a role, with start/end dates, tenure, status, and committees. Includes both board members (from director_appointments) and C-suite executives (from management_team). Each officer carries a stable permanent_id (NZX-P-NNNNNN) for cross-referencing across NZXplorer. Use for questions about past leadership, board turnover, executive churn, board refreshment, or who used to run a company.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Only appointments effective on/before this date (YYYY-MM-DD) | |
| from | No | Only appointments effective on/after this date (YYYY-MM-DD) | |
| role | No | Filter by role keyword (comma-separated): 'chair,ceo,cfo,director' | |
| type | No | Filter by officer type: 'board', 'executive', or 'all' (default 'all') | |
| status | No | Filter by status (comma-separated): 'current,resigned,retired' | |
| ticker | Yes | NZX ticker symbol (e.g. 'FPH', 'AIR', 'SPK') |