Discover/nzx.com API
live

nzx.com APInzx.com

Access daily OHLC prices, trading volume, company listings, and instrument details for NZX-listed stocks via a structured JSON API.

Endpoints
3
Updated
3mo ago
Try it
NZX stock ticker code (e.g. MHJ, AIR, FPH, FBU)
api.parse.bot/scraper/7392557d-d880-428c-a870-0c3c60653fd3/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/7392557d-d880-428c-a870-0c3c60653fd3/get_daily_price_volume?code=AIR' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalclick to expand

Get daily price and volume data for an NZX-listed stock. Returns up to 2 years of merged OHLC price data and trading volume/value for every trading day, sorted newest first.

Input
ParamTypeDescription
coderequiredstringNZX stock ticker code (e.g. MHJ, AIR, FPH, FBU)
Response
{
  "type": "object",
  "fields": {
    "code": "string - Stock ticker code",
    "isin": "string - International Securities Identification Number",
    "name": "string - Full instrument name",
    "period": "string - Data period (2Y)",
    "currency": "string - Currency code (e.g. NZD)",
    "daily_data": "array - Daily records sorted newest first, each with date, open, high, low, close, market_price, volume, value, trade_count, on_market_volume, off_market_volume, capitalisation",
    "total_days": "integer - Number of trading days returned"
  },
  "sample": {
    "data": {
      "code": "AIR",
      "isin": "NZAIRE0001S2",
      "name": "Air New Zealand Limited (NS) Ordinary Shares",
      "period": "2Y",
      "currency": "NZD",
      "daily_data": [
        {
          "low": null,
          "date": "2026-05-14",
          "high": null,
          "open": null,
          "close": null,
          "value": 0,
          "volume": 0,
          "trade_count": 0,
          "market_price": 0.405,
          "capitalisation": 1309592623.365,
          "on_market_volume": 0,
          "off_market_volume": 0
        }
      ],
      "total_days": 502
    },
    "status": "success"
  }
}

About the nzx.com API

The NZX API provides access to New Zealand Exchange market data across 3 endpoints, covering daily OHLC price and volume history, a full company directory, and per-instrument details. The get_daily_price_volume endpoint returns up to 2 years of trading day records — including open, high, low, close, volume, value, and trade count — for any NZX-listed ticker code such as AIR, FPH, or FBU.

Daily Price and Volume History

The get_daily_price_volume endpoint accepts an NZX ticker code (e.g. MHJ, AIR, FPH) and returns a daily_data array sorted newest first. Each record includes date, open, high, low, close, market_price, volume, value, trade_count, and on_ma. The response also carries top-level fields: isin, name, currency, period (fixed at 2Y), and total_days — the number of trading days in the returned dataset.

Company Directory

The list_companies endpoint requires no inputs and returns every NZX-listed company as an array. Each company object includes code, short_name, registered_name, listing_status, and first_listed. The total field gives the count of companies in the response. Results are sorted alphabetically by ticker code, making it straightforward to iterate over the full exchange.

Instrument Details

The get_instrument_details endpoint takes a ticker code and returns an instruments array. Each instrument record includes isin, code, name, security_class, market_type, category, currency_code, shares_issued, and first_listed. A single ticker can map to multiple instrument entries where different security classes exist for the same issuer.

Coverage and Data Currency

All data covers instruments listed on the NZX. Price history extends back up to two years from the current date. The currency field in both price and instrument responses is typically NZD, though some instruments may carry different designations.

Common use cases
  • Build a historical price chart for any NZX stock using up to 2 years of daily OHLC data from get_daily_price_volume.
  • Screen NZX-listed companies by listing_status using the full directory from list_companies.
  • Calculate daily trading volume trends and value turnover for NZX equities using volume and value fields.
  • Enrich a portfolio tracker with isin, shares_issued, and security_class from get_instrument_details.
  • Identify newly listed companies on the NZX by sorting the first_listed field returned by list_companies.
  • Cross-reference NZX instruments with global securities databases using the isin field.
  • Monitor average trade size per session by dividing value by trade_count in the daily records.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does NZX provide an official developer API?+
NZX does not publish a public developer API. Market data services from NZX are available only through licensed commercial data vendors, not through a freely accessible programmatic interface.
What does `get_daily_price_volume` return beyond OHLC prices?+
Each daily record includes volume (shares traded), value (dollar value of trades), trade_count (number of individual transactions), market_price, and on_ma in addition to the standard open, high, low, and close fields. The response also includes the instrument's isin, name, and currency at the top level.
Can I retrieve intraday price data or real-time quotes through this API?+
Not currently. The API returns end-of-day data only, with one record per trading day going back up to two years. You can fork this API on Parse and revise it to add an intraday or real-time quotes endpoint if the underlying source exposes that data.
Does the API cover NZX derivatives, bonds, or funds — or only equities?+
The endpoints cover instruments accessible via NZX ticker codes, which may include managed funds and ETFs depending on what get_instrument_details returns for a given code. Dedicated coverage of NZX-listed bonds or derivatives is not currently guaranteed. You can fork this API on Parse and revise it to add endpoints targeting those instrument categories.
Is there pagination for `list_companies`?+
The list_companies endpoint returns all listed companies in a single response along with a total count. There are no pagination parameters — the full directory is delivered at once.
Page content last updated . Spec covers 3 endpoints from nzx.com.
Related APIs in FinanceSee all →
mazda.ca API
Find current vehicle deals, financing rates, lease options, and incentives across all Mazda Canada models and trims, with pricing tailored to your province. Get instant payment quotes to compare your options and discover the best offers available.
13f.info API
13f.info API
etoro.com API
Monitor top eToro traders by accessing their profiles, portfolio holdings, performance statistics, and trading history to inform your investment decisions. Discover trending stocks and cryptocurrencies, search for specific instruments, and view detailed market data and news to stay updated on investment opportunities.
vegasinsider.com API
Retrieve MLB betting odds from major sportsbooks including bet365, FanDuel, and DraftKings, covering Moneyline, Total, and Runline markets for any supported date. Easily compare odds across books to identify the best available lines.
bizapedia.com API
Search for detailed business profiles and contact information from Bizapedia, including company details, employee data, and communication channels. Access comprehensive business intelligence to research companies and build targeted contact lists.
customs.gov.mv API
Check import/export duties, tariff classifications, and exchange rates for Maldives customs compliance, plus track vessel movements, company registrations, and declaration statuses. Get real-time data directly from the official customs portal to streamline your trade and logistics operations.
morningstar.com.au API
Access comprehensive financial data for Australian stocks, ETFs, and managed funds including key metrics, valuations, dividends, and historical prices. Search securities, review company profiles and ownership details, and stay informed with market news and upcoming dividend information.
immobiliare.it API
Search Italian property listings for sale or rent, browse real estate agencies, and explore price trends across Italian cities — all via immobiliare.it.