NZME Limited — Investor Relations & Filings
NZME Limited operates an integrated portfolio of digital, print, and audio assets to deliver news, sport, and entertainment content. Key brands include flagship news platforms and a diverse radio network featuring stations such as Newstalk ZB, ZM, and Radio Hauraki. The company also manages specialized digital marketplaces, including OneRoof for real estate and Driven for automotive listings. NZME provides comprehensive advertising and marketing solutions, leveraging its extensive reach across various demographic segments. By integrating its content across multiple channels, the organization facilitates high levels of audience engagement and offers data-driven insights for commercial partners. Its operations focus on content creation, digital innovation, and the distribution of information through both traditional and emerging media formats.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Annual Shareholders' Meeting Results | 2026-04-22 | English | |
| Annual Shareholders' Meeting Presentation and Addresses | 2026-04-22 | English | |
| SPH Notice - Spheria Asset Management Pty Ltd | 2026-04-13 | English | |
| SPH Notice - Spheria Asset Management Pty Ltd | 2026-04-06 | English | |
| SPH Notice - Pinnacle Investment Management Group Limited | 2026-03-31 | English | |
| Ongoing Disclosure Notice | 2026-03-27 | English |
Market data
Market data not available
Price history
Peer group · Radio broadcasting and audio distribution activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
SPORTS ENTERTAINMENT GROUP LIMITED
Multi-platform sports media group managing radio, digital c…
|
SEG | AU | Publishing, broadcasting, and c… |
|
Spotify Technology
A global audio streaming service offering music, podcasts, …
|
639 | LU | Publishing, broadcasting, and c… |
|
Standard Radio Inc.
Major Canadian radio broadcaster operating 51 stations and …
|
— | CA | Publishing, broadcasting, and c… |
|
Telemedia Inc.
Historical major multimedia holding company and large priva…
|
8167 | CA | Publishing, broadcasting, and c… |
|
Tencent Music Entertainment Group
Online music and audio platform with streaming, social ente…
|
TME | US | Publishing, broadcasting, and c… |
|
Townsquare Media, Inc.
A digital media and marketing solutions company for small a…
|
TSQ | US | Publishing, broadcasting, and c… |
NZME Limited via the API
Pull this company's filings, identifiers, and metadata as JSON or Markdown. Authenticate with your API key, then query by company ID, ISIN, or LEI. Full schema documented in the OpenAPI spec.
Endpoints
| GET | /api/companies/66246/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=66246 | Paginated list of all filings (filterable by type, date, language) |
| GET | /api/filings/{id}/ | Single filing — metadata, document URL, processing status |
| GET | /api/filings/{id}/markdown/ | Filing content as Markdown (PDF → text/tables/figures) |
| GET | /api/isins/?company=66246 | All ISINs registered to this company |
| GET | /api/filing-types/ | Reference: every filing-type code + category |
cURL
$ curl https://api.financialreports.eu/api/filings/?company=66246 \ -H "x-api-key: $FR_API_KEY" \ -H "Accept: application/json"
Python
import requests r = requests.get( "https://api.financialreports.eu/api/filings/", params={"company": 66246}, headers={"x-api-key": API_KEY}, ) filings = r.json()["results"]
MCP server
// MCP server URL https://mcp.financialfilings.com/mcp // Once connected, the LLM can query this company directly: "Pull the latest 5 filings for NZME Limited (id: 66246)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.