APRA . Quarterly

APRA Superannuation Fund Performance as a JSON REST API

APRA-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.

Endpoint

GEThttps://api.ausdata.io/v1/data/apra/super-performance

Sample request

curl -H "Authorization: Bearer YOUR_API_KEY" \
  "https://api.ausdata.io/v1/data/apra/super-performance?option=MySuper&limit=10"

Sample response

JSON
{
  "data": [
    {
      "fund": "Example Super",
      "option": "MySuper Balanced",
      "period": "2025-Q1",
      "net_return_pct": 8.4,
      "fees_pct": 0.85,
      "assets_aud_m": 12400
    }
  ],
  "meta": {
    "endpoint": "/v1/data/apra/super-performance",
    "source": {
      "name": "APRA",
      "url": "https://www.apra.gov.au/quarterly-superannuation-statistics",
      "attribution": "(c) APRA, CC-BY 4.0"
    },
    "retrieved_at": "<ISO timestamp>"
  }
}

Response fields

FieldTypeDescription
fundstringSuper fund name
optionstringInvestment option label
periodstringReference quarter
net_return_pctnumberAnnualised net return, percent
fees_pctnumberTotal fees as percent of assets
assets_aud_mnumberAssets under management, AUD millions

Frequently asked questions

How do I query the Superannuation Fund Performance dataset via API?
Send a GET request to https://api.ausdata.io/v1/data/apra/super-performance with an Authorization: Bearer <your-key> header. The response is JSON with a data array and a meta block containing the source and retrieval timestamp. Get a free key at ausdata.io with 500 calls per month.
How often is the Superannuation Fund Performance data updated?
The Superannuation Fund Performance dataset is refreshed quarterly from Australian Prudential Regulation Authority (APRA). The meta.retrieved_at field on every response tells you exactly when the underlying data was last pulled.
Is there a free tier for the APRA Superannuation Fund Performance API?
Yes. ausdata.io offers a free tier of 500 calls per month across every endpoint, including Superannuation Fund Performance. No credit card required. Paid plans start at $29 AUD per month for 10,000 calls.
What format does the Superannuation Fund Performance API return?
JSON, with a consistent envelope: a data field carrying the rows or object, and a meta field with the source agency, source URL, attribution string, and retrieved_at timestamp. UTF-8, ISO 8601 dates, CC-BY attribution included on every response.

Start querying APRA Superannuation Fund Performance

500 free calls per month. No credit card.

Get a free key