nzx

Retrieve delayed NZX market data via read-only CLI commands.

24|6|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/thecolab-ai/.skills --skill nzx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nzx
Source: https://github.com/thecolab-ai/.skills/tree/main/skills/nzx
Command: npx skills add https://github.com/thecolab-ai/.skills --skill nzx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Users need NZX-listed share, index, dividend, and historical performance data in a machine-usable form without dealing with login, accounts, or complex scraping.

Core Features & Use Cases

  • Delayed NZX quotes: Fetch read-only delayed snapshots for one or more NZX tickers, including key price and change fields.
  • Index levels: Retrieve delayed S&P/NZX 50, 20, and All index snapshots with day change.
  • NZX Market movers: Show top gainers or losers for NZSX with volume and price movement.
  • Historical daily performance: Pull roughly two years of daily OHLC-style data with volume/activity fields and date filtering.
  • Dividends: Retrieve upcoming and recent past dividends for a ticker (including amount per security derived from base quantity).
  • Ticker/company search: Resolve company/instrument names to NZSX tickers to enable follow-on quote/history/dividends calls.

Quick Start

Ask your agent: "Run nzx quote for AIR, FPH, and MEL and return the results as JSON."

Frequently Asked Questions about nzx

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get delayed NZX quotes for specific tickers without logging in?

Retrieve delayed NZX quotes by requesting a snapshot for one or more tickers, which returns key price and change fields without requiring authenticated access or account login.

How do I retrieve historical OHLC data for NZX-listed shares?

Pull roughly two years of daily OHLC-style historical performance data for NZX tickers, complete with volume and activity fields, and apply date filtering to restrict the results to a bounded range.

Can I find recent and upcoming dividends for a specific NZX ticker?

Retrieve upcoming and recent past dividends for an NZX ticker, including the dividend amount per security derived from the base quantity, without needing an authenticated API account.

What is the best way to list top gainers and losers on the NZSX today?

Show top gainers or losers for the NZSX by requesting market movers, which returns the top equities ranked by price movement and trading volume using delayed public market data.

How do I resolve a New Zealand company name to its NZSX ticker symbol?

Resolve company or instrument names to their corresponding NZSX tickers using a search function, enabling accurate follow-on lookups for delayed quotes, dividends, and historical data.

Are there limitations to using delayed NZX market data for real-time trading?

Delayed NZX market data has a 20-minute lag, making it unsuitable for real-time trading execution but perfectly viable for generating end-of-day snapshots, historical analysis, and dividend tracking.