for your information
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.
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 connector generators for Meltano, Fivetran, and Azure Data Factory β plus Python and R clients.
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 β your API key is waiting in your dashboard.
Query any dataset
curl https://api.eolas.fyi/v1/datasets/rbnz_b1_exchange_rates_monthly/data \
-H "X-API-Key: your_key_here"
Get clean JSON or CSV
Filter by date range, add ?format=csv for spreadsheet-ready output.
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 β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.
Free tier, no credit card required. Your key is waiting in your dashboard.
Create free account βAlready have an account? Log in