List the datasets
curl -H 'Authorization: Bearer ak_your_key' \
https://api.ausdata.io/v1/datasets/asic More examples: fetch data, inspect a schema
Fetch rows from one dataset:
curl -H 'Authorization: Bearer ak_your_key' \
'https://api.ausdata.io/v1/data/asic/ASIC_AFS_LICENSEE?limit=10' Inspect a dataset's schema and filters:
curl -H 'Authorization: Bearer ak_your_key' \
https://api.ausdata.io/v1/describe/asic/ASIC_AFS_LICENSEE Datasets (10)
Every Australian Securities and Investments Commission dataset, one call to /v1/data/asic/{id} as JSON or CSV.
| Dataset | What it is |
|---|---|
| ASIC_AFS_LICENSEE | ASIC Australian Financial Services Licensee Register |
| ASIC_AUDITORS | ASIC Registered Auditor Register |
| ASIC_BANNED_ORGS | ASIC Banned and Disqualified Organisations Register |
| ASIC_BANNED_PERSONS | ASIC Banned and Disqualified Persons Register |
| ASIC_CREDIT_LICENSEE | ASIC Australian Credit Licensee Register |
| ASIC_CREDIT_REPRESENTATIVE | ASIC Credit Representative Register |
| ASIC_FINANCIAL_ADVISERS | ASIC Financial Advisers Register |
| ASIC_LIQUIDATOR | ASIC Registered Liquidator Register |
| ASIC_SHORT_POSITIONS | ASIC Daily Aggregated Short Position Report |
| ASIC_SMSF_AUDITORS | ASIC Self-Managed Super Fund Auditor Register |
Use it from an AI agent (MCP)
Australian Securities and Investments Commission also ships as a free, MIT-licensed Model Context Protocol server on PyPI, giving Claude and other agents search, describe, get_data and latest over ASIC data, no gateway key required.
pip install asic-mcp Attribution for every response is returned in meta.sources[].attribution. Reproduce it when you publish.