ESG disclosure data for Australian portfolios

Analyst tier fit

ESG teams reporting under ISSB or AASB S2 need verifiable Australian source data, not vendor estimates. We mirror WGEA, AEMO, and ABS as JSON with CC-BY attribution returned on every call.

The friction today

  • .WGEA ships one XLSX per reporting year. Pivot tables die between releases.
  • .AEMO publishes per-region CSV ZIPs every 5 minutes. Nobody wants to parse nemweb.
  • .Audit trails need source URLs. Manual scrapes lose them.

The workflow in 3 calls

  1. 1

    Pull employer gender pay gap

    GET /v1/data/wgea/employer-gpg

    Filter by ABN or industry.

  2. 2

    Get NEM regional emissions intensity

    GET /v1/data/aemo/emissions-intensity

    5-minute resolution by state.

  3. 3

    Map to portfolio holdings

    GET /v1/data/asic/companies

    ABN to ASX-code crosswalk.

Try it now

cURL
curl "https://api.ausdata.io/v1/data/wgea/employer-gpg?industry=Mining" \
  -H "Authorization: Bearer YOUR_KEY"

Right tier for esg and sustainability teams

Analyst is enough for quarterly disclosure. Move to Embed if you push live data into a customer dashboard.

See pricing

Related

Get a free API key

500 free calls per month. No credit card.