1539+ datasets Β· NZ & OECD Β· Refreshed daily to quarterly

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.

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 connector generators for Meltano, Fivetran, and Azure Data Factory β€” plus Python and R clients.

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 β€” your API key is waiting in your dashboard.

2

Query any dataset

curl https://api.eolas.fyi/v1/datasets/rbnz_b1_exchange_rates_monthly/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("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 β†’
demo.eolas.fyi
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 1539+ datasets
  • βœ“ JSON & CSV
  • βœ“ Date range filtering
  • Β· 10 requests / month
Get started
Popular

Pro

$49 / mo
  • βœ“ All 1539+ datasets
  • βœ“ JSON & CSV
  • βœ“ Date range filtering
  • βœ“ Unlimited requests
  • βœ“ Email support

Enterprise

Custom
  • βœ“ All 1539+ datasets
  • βœ“ JSON & CSV
  • βœ“ Unlimited requests
  • βœ“ Custom datasets
  • βœ“ SLA & dedicated support
  • βœ“ Snowflake data share
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