ESG disclosure data for Australian portfolios
Analyst tier fitESG 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
Pull employer gender pay gap
GET /v1/data/wgea/employer-gpgFilter by ABN or industry.
- 2
Get NEM regional emissions intensity
GET /v1/data/aemo/emissions-intensity5-minute resolution by state.
- 3
Map to portfolio holdings
GET /v1/data/asic/companiesABN 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.
Related
500 free calls per month. No credit card.