1416+ datasets · NZ & OECD · Updated weekly

for your information

One source.
Every data stack.

Official statistics from Stats NZ, RBNZ, the OECD and a dozen other NZ government sources — served via a single REST API that plugs straight into Snowflake, dbt, Fivetran, Python, R, Power BI, Excel and more. No scraping, no wrangling, no waiting.

What's included

Open full view →

Every dataset, sized by source. Hover to inspect, click to dig in.

Click anywhere to explore →

How it works

1

Create an account

Sign up with your email — your API key is waiting in your dashboard.

2

Query any dataset

curl https://api.eolas.fyi/v1/datasets/nz_cpi/data \
  -H "X-API-Key: your_key_here"

3

Get clean JSON or CSV

Filter by date range, add ?format=csv for spreadsheet-ready output.

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("nz_cpi", start="2020-01-01")
print(df.head())
📊
remotes::install_github("phildonovan/eolas-r")
library(eolas)
eolas_key("your_key")
df <- eolas_get("nz_cpi", 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 →
demo.virtus-solutions.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. Full pricing details →

Free

$0 / mo
  • ✓ All 1416+ datasets
  • ✓ JSON & CSV
  • · 100 requests / month
  • · Up to 50,000 rows / request
Get started

Starter

$10 / mo
  • ✓ All 1416+ datasets
  • ✓ JSON & CSV
  • ✓ 100 requests / month
  • ✓ Up to 50,000 rows / request
Popular

Pro

$49 / mo
  • ✓ All 1416+ datasets
  • ✓ JSON & CSV
  • ✓ Unlimited requests
  • ✓ Unlimited rows per request
  • ✓ Email support

Enterprise

Custom
  • ✓ All 1416+ datasets
  • ✓ Unlimited requests
  • ✓ Snowflake data share
  • ✓ Connector generators (Meltano, Fivetran, ADF)
  • ✓ SLA & dedicated support
  • ✓ Custom datasets
Contact us

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