687+ datasets · NZ, AU & OECD · Updated weekly

One source.
Every data stack.

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.

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/series/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 vswarehouse
from vswarehouse import Client

client = Client("vs_your_key")
df = client.get("nz_cpi", start="2020-01-01")
print(df.head())
📊
remotes::install_github("phildonovan/vswarehouse-r")
library(vswarehouse)
vs_key("vs_your_key")
df <- vs_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 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 →
demo.virtus-solutions.io
vs-warehouse 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

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.

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 687+ datasets
  • ✓ JSON & CSV
  • ✓ Date range filtering
  • · 10 requests / month
Get started

Starter

$10 / mo
  • ✓ All 687+ datasets
  • ✓ JSON & CSV
  • ✓ Date range filtering
  • ✓ 100 requests / month
Popular

Pro

$49 / mo
  • ✓ All 687+ datasets
  • ✓ JSON & CSV
  • ✓ Date range filtering
  • ✓ Unlimited requests
  • ✓ Email support

Enterprise

Custom
  • ✓ All 687+ 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