Australian Securities and Investments Commission API
ASIC publishes the company register, the AFS licensee register, the banned and disqualified persons register, and the financial advisers register.
KYC pipelines, counterparty checks, financial-services compliance, due diligence, and CRM enrichment without scraping ASIC Connect.
Why use ausdata.io. ASIC Connect is a search UI, not an API. We mirror the public registers and serve them as JSON, refreshed daily.
Datasets we serve from ASIC
- Banned and Disqualified Persons
/v1/data/asic/banned-personsQuery the ASIC Banned and Disqualified Persons register as a clean JSON REST API. Returns each banned individual with disqualification dates, reasons, and the regulator action. Updated daily from the official ASIC register. One bearer token, consistent envelope, no scraping or HTML parsing required.
- AFS Licensees
/v1/data/asic/afs-licenseesThe current Australian Financial Services (AFS) licensee register as JSON. Each row returns licence number, holder name, ABN, authorisation date, and authorised activities. Sourced from the ASIC professional registers and refreshed weekly. Validate financial counterparties or build licence-status checks without scraping ASIC Connect.
- Company Register
/v1/data/asic/companiesLook up registered Australian companies by ACN, ABN, or name. Returns company status, type, registration date, and registered office state. Sourced from the ASIC company register and refreshed daily. Use it to verify counterparties, enrich CRM records, or build KYC pipelines without scraping ASIC Connect.
- Awarded Government Contracts
/v1/data/austender/contractsStream awarded Australian Government contracts as JSON. Each row includes agency, supplier, contract value, start and end dates, and category. Sourced from AusTender notices and refreshed daily. Filter by agency, supplier ABN, value range, or date. Cleaner than the AusTender CSV export and indexed for fast queries.
- Government Supplier Profiles
/v1/data/austender/suppliersAggregated AusTender supplier profiles as JSON. Total contract value, contract count, top agencies, and category mix per supplier ABN. Built from AusTender contract notices and refreshed daily. Skip the CSV exports and query supplier history directly.
- Charity Register
/v1/data/acnc/charitiesThe ACNC charity register as JSON. Charity name, ABN, status, size, jurisdictions, and reported revenue. Sourced from the official ACNC register and refreshed weekly. Verify registered charities or build donation tooling without scraping the ACNC site.
Sample queries
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://api.ausdata.io/v1/data/asic/banned-persons?state=NSW&limit=10"
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://api.ausdata.io/v1/data/asic/afs-licensees?limit=10"
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://api.ausdata.io/v1/data/asic/companies?acn=004085616"Composers that use ASIC
Licence
CC-BY 4.0. Attribution returned on every response.
Query ASIC data in one curl
500 free calls per month. No credit card.
Get a free key