1537+ datasets · NZ + OECD · refreshed on source cadence

for your information

Clean official NZ data.
One API for analysts and warehouses.

Official statistics from Stats NZ, RBNZ, the OECD and other NZ government sources — typed columns, not merged Excel headers. Use it in R, Python, and Excel today; pipe it into Snowflake, dbt, or Fivetran when you're ready. No scraping, no wrangling, no waiting.

Analysts: R / Python / Excel → · Data platforms: Snowflake & connectors →

Source-linked · licence on every table · AWS Sydney · status · security

Clean

Typed columns, not merged Excel headers

RBNZ publishes exchange rates as a 3-row merged spreadsheet. eolas gives you nzd_usd and consumers_price_index_cpi_yoy_pct as typed columns — same schema across every source.

Current

Refreshed on source cadence

Daily RBNZ and OECD runs, weekly Stats NZ and LINZ, monthly Treasury — automated pipelines that keep running when agencies redesign their sites. Status page shows last successful runs.

Integrated

One API, every stack

REST endpoints, bulk Parquet downloads, Snowflake zero-copy share, and Python / R clients for notebooks, jobs, and non-Snowflake warehouses.

What's included

Open full view →

Every dataset across 6 domains, each sized by how much data it holds. Click to explore the full interactive catalog.

Click anywhere to explore →

How it works

1

Create an account

Sign up with your email — free tier, no credit card. Your API key is waiting in the dashboard.

2

Pull data in one line

from eolas_data import Client
df = Client("your_key").get("rbnz_b1_exchange_rates_monthly", start="2020-01-01")

Same data in R (eolas_get(...)), CSV download, or raw HTTP.

3

Analyse, chart, or load to a warehouse

Clean typed columns for notebooks and spreadsheets — or load via Snowflake share, Python/R jobs, or the unlimited REST API on Enterprise.

Client Libraries

Use your favourite language — no manual HTTP required.

🐍

Python

pip install eolas-data
from eolas_data import Client

client = Client("your_key")
df = client.get("rbnz_b1_exchange_rates_monthly", start="2020-01-01")
print(df.head())
📊
remotes::install_github("phildonovan/eolas-r")
library(eolas)
eolas_key("your_key")
df <- eolas_get("rbnz_b1_exchange_rates_monthly", start = "2020-01-01")
plot(df$date, df$value, type = "l")
Live demo

See it in action

The NZ Economic Overview dashboard is built entirely with the eolas R package — CPI, unemployment, GDP growth, and house prices in one interactive view.

Each chart is one line of R. The full dashboard is ~20 lines.

Open live dashboard →

Built with the R client — same pattern for analysts →

virtus-solutions.shinyapps.io
eolas NZ Economic Overview Get free API key →

Inflation

NZ CPI % YoY · OECD

Unemployment

Rate % · OECD

GDP growth

% YoY · OECD

House prices

Price index · RBNZ

Plug in anywhere

eolas is a single, maintained source of truth that flows into whatever tools your team already uses — from notebooks to warehouses to BI tools.

Fivetran dbt Airflow Prefect Jupyter DuckDB Redshift BigQuery Databricks Snowflake Power BI Excel Google Sheets
See all integration guides →

Pricing

Start free. Upgrade when you need more.

Free

$0 / mo
  • ✓ All 1537+ datasets
  • ✓ JSON & CSV
  • ✓ Date range filtering
  • · 10 requests / month
  • · Up to 50,000 rows / request

Enough for a real short analysis — no card required.

Get started
Popular

Pro

NZD $49 / mo
  • ✓ All 1537+ datasets
  • ✓ JSON & CSV
  • ✓ Date range filtering
  • ✓ Unlimited requests
  • ✓ Email support

Team

NZD $39 / seat / mo
  • ✓ Everything in Pro, per seat
  • ✓ Shared team workspace
  • ✓ Invite & manage members
  • ✓ Pooled usage, single invoice
Get started

Enterprise

Custom
  • ✓ All 1537+ datasets
  • ✓ JSON & CSV
  • ✓ Unlimited requests
  • ✓ Custom datasets
  • ✓ SLA & dedicated support
  • ✓ Snowflake data share
Contact us

Prices in NZD inclusive of GST. Reverse-charge applies for qualifying B2B EU/UK customers.

Get your API key

Free tier, no credit card required. Your key is waiting in your dashboard.

Create free account →

Already have an account? Log in