Australian macro data for equity research

Analyst tier fit

Equity research desks need cash rate, CPI, unemployment, and bank deposit share without rebuilding the same scrapers every quarter. ausdata.io serves all four as flat JSON behind one bearer token.

The friction today

  • .ABS SDMX queries take half a day to learn before you get a single value.
  • .APRA workbooks change column order between releases and break Excel models.
  • .Bloomberg licences cost more than the data you actually use.

The workflow in 3 calls

  1. 1

    Pull the macro snapshot

    GET /v1/economic-dashboard

    Five headline indicators in one call.

  2. 2

    Layer the cash rate history

    GET /v1/data/rba/f1.1

    Joins cleanly to your discount-rate model.

  3. 3

    Add bank deposit share

    GET /v1/data/apra/madis

    Monthly bank-by-bank competitive view.

Try it now

cURL
curl https://api.ausdata.io/v1/economic-dashboard \
  -H "Authorization: Bearer YOUR_KEY"

Right tier for equity analysts

Analyst (10k calls/month, $39) covers a typical desk running 200 model refreshes a day.

See pricing

Related

Get a free API key

500 free calls per month. No credit card.