Skip to main content
NZ FR / API · New Zealand

Build on New Zealand filings programmatically.

A typed REST API over 153,234 filings from 187 New Zealand listed companies — JSON metadata, Markdown body, and original PDF. Webhooks on every new release.

Public-company filings in New Zealand are supervised by Financial Markets Authority (FMA). Reporting follows NZ IFRS. Filings are most commonly published in English. Major issuers are listed on S&P/NZX 50 and S&P/NZX 10. Mixed — March, June, and calendar year-ends.

Building on New Zealand filings programmatically

The FinancialReports API delivers NZX-sourced New Zealand filings through the standard unified endpoint — ?country=NZ scopes queries to New Zealand issuers. Volume is low-to-moderate: ~180 listed companies under semi-annual reporting generate approximately 300–600 filings per month. New Zealand is a manageable single-country integration — ideal for Australasia-focused strategies that want NZX alongside ASX coverage.

Webhook subscriptions deliver NZX filings within minutes of MAP publication. New Zealand market disclosure follows NZX trading hours (10:00–16:45 NZST, UTC+12/+13 — note NZ is among the first markets globally to open each calendar day). The webhook payload schema is market-agnostic. The UTC+12/+13 timezone means NZX disclosure arrives during late evening European time and early morning US East Coast.

Filing content is available as JSON metadata, Markdown (extracted from NZX PDF filings), and original source documents. English is the sole filing language — NZX filings flow directly into any NLP or LLM pipeline without translation. NZ IFRS compliance means financial statements are directly comparable to other IFRS markets. Common integrations include S&P/NZX 50 fundamental data pipelines, trans-Tasman dual-listed company monitoring, New Zealand electricity sector gentailer tracking, dairy sector monitoring (a2 Milk, Fonterra), and Australasian healthcare and infrastructure sector analysis spanning NZX and ASX.

Filings indexed
153,234
in New Zealand
Listed companies
187
New Zealand issuers
Auth
x-api-key
single header
Webhook latency
< 1 min
from regulator publish

Reporting at a glance — New Zealand

Regulator, indices, accounting, language
Primary indices
S&P/NZX 50S&P/NZX 10
Accounting standards
NZ IFRS
Reporting languages
English
Fiscal year
Mixed — March, June, and calendar year-ends

Quick start — New Zealand filings

REST · JSON · Markdown · PDF
# 1. List filings for New Zealand, newest first
curl "https://api.financialreports.eu/api/filings/?countries=NZ" \
    -H "x-api-key: $FR_API_KEY"

# 2. Pull full Markdown for one filing
curl https://api.financialreports.eu/api/filings/<id>/markdown/ \
    -H "x-api-key: $FR_API_KEY"

# 3. Filter by filing type — annual reports only
curl "https://api.financialreports.eu/api/filings/?countries=NZ&type=10-K" \
    -H "x-api-key: $FR_API_KEY"

# 4. Filter by ISIN (single issuer)
curl "https://api.financialreports.eu/api/filings/?company_isin=DE000A1EWWW0" \
    -H "x-api-key: $FR_API_KEY"

Full API documentation ↗ · OpenAPI schema ↗

Get API access for New Zealand

Pricing · trial keys · enterprise
Get API access Talk to the team Read the docs ↗

Filings activity by year

Last 6 years · New Zealand issuers
  • 2026 6,625
  • 2025 18,794
  • 2024 18,025
  • 2023 16,699
  • 2022 15,836
  • 2021 15,953

Reporting languages

Filing-by-filing distribution
  • English 153,234

FAQ — New Zealand

Coverage, formats, integration
How do I authenticate API requests for New Zealand filings?
Send a single header — `x-api-key: $FR_API_KEY` — on every request. The same key works across all 42 covered markets; there's no per-country key.
What format does the New Zealand API return?
Filing metadata is returned as JSON. Full filing bodies are available as Markdown (one endpoint) and original PDF. The same payload shape is used across every covered market.
Do you provide webhooks for new New Zealand filings?
Yes. Webhook subscribers receive a POST with full filing metadata within ~60 seconds of the regulator publishing the document.
Is there a rate limit on the New Zealand API?
Standard plans are throttled to a generous request budget that suits typical research and dashboards. Bulk and high-throughput plans negotiate higher limits.
Is there a free tier for New Zealand data?
The web product (search, browse, single-filing read) is free and indexed for the public web. Programmatic API access is a paid plan; trial keys are available on request.