Australian Prudential Regulation Authority API
APRA publishes the ADI list (every authorised bank, building society, and credit union), Monthly Banking Statistics (MADIS), and quarterly superannuation performance.
Bank competitive analysis, deposit-share tracking, super-fund comparisons, MySuper benchmarking, and any compliance product that needs ADI status.
Why use ausdata.io. APRA publishes a workbook per release. We turn each release into JSON rows so you can query a single bank or rank funds without opening Excel.
Datasets we serve from APRA
- Authorised Deposit-taking Institutions
/v1/data/apra/adi-listThe current list of APRA-authorised deposit-taking institutions (ADIs) as JSON. Covers major banks, mutuals, credit unions, and foreign bank branches with licence status, institution type, and ABN. Sourced from the official APRA register and refreshed weekly. Use it to validate banking counterparties or build licence-status checks.
- Monthly Banking Statistics
/v1/data/apra/monthly-bankingAPRA Monthly Authorised Deposit-taking Institution Statistics as JSON. Bank-level deposits, housing loans, and business credit by month. Sourced from the APRA MADIS publication and refreshed each release. Skip the Excel workbook and query bank balance-sheet trends directly with a bearer token.
- Superannuation Fund Performance
/v1/data/apra/super-performanceAPRA-regulated superannuation fund performance as JSON. Net returns, fees, and assets by fund and investment option. Sourced from APRA's quarterly super statistics. Compare MySuper products or feed fund-selection tools without parsing the APRA workbook.
Sample queries
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://api.ausdata.io/v1/data/apra/adi-list"
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://api.ausdata.io/v1/data/apra/monthly-banking?bank=Example+Bank+Ltd&limit=12"
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://api.ausdata.io/v1/data/apra/super-performance?option=MySuper&limit=10"Composers that use APRA
- Bank Deposit Share
Big-4 share of household deposits versus the rest of the system.
- Raw Data Passthrough
Direct access to any underlying dataset, normalised to JSON.
- Upcoming Releases
The next 30 days of official Australian-government statistical releases.
- Release Pulse
What just dropped from ABS, RBA, APRA over the last 7 days.
Licence
CC-BY 3.0 AU. Attribution returned on every response.
Query APRA data in one curl
500 free calls per month. No credit card.
Get a free key