Official statistics from Stats NZ, the ABS, OECD and more — 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.
Every dataset, sized by source. Hover to inspect, click to dig in.
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/series/nz_cpi/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 vswarehouse
from vswarehouse import Client
client = Client("vs_your_key")
df = client.get("nz_cpi", start="2020-01-01")
print(df.head())
The NZ Economic Overview dashboard is built entirely with the vswarehouse 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
vs-warehouse 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