for your information
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
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.
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.
REST endpoints, bulk Parquet downloads, Snowflake zero-copy share, and Python / R clients for notebooks, jobs, and non-Snowflake warehouses.
Every dataset across 6 domains, each sized by how much data it holds. Click to explore the full interactive catalog.
Click anywhere to explore →
Create an account
Sign up with your email — free tier, no credit card. Your API key is waiting in the dashboard.
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.
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.
Use your favourite language — no manual HTTP required.
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())
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 →
Inflation
NZ CPI % YoY · OECD
Unemployment
Rate % · OECD
GDP growth
% YoY · OECD
House prices
Price index · RBNZ
eolas is a single, maintained source of truth that flows into whatever tools your team already uses — from notebooks to warehouses to BI tools.
Start free. Upgrade when you need more.
Enough for a real short analysis — no card required.
Get startedPrices in NZD inclusive of GST. Reverse-charge applies for qualifying B2B EU/UK customers.
Free tier, no credit card required. Your key is waiting in your dashboard.
Create free account →Already have an account? Log in