ASIC Extract API
/asic_extract
Orders a full ASIC company or person extract. Supports current, historical and relational extract types for companies. Current or historical for persons. The job is queued and returns an api_reference. Poll the retrieve endpoint until the extract payload is read
Example Request
POSTRequest Schema
type
company or person.
extract_type
Companies: current, historical, or relational. Persons: current or historical only.
abn
Required for company when ACN isn't supplied. 11 digits, whitespace ignored.
acn
Required for company when ABN isn't supplied.
person_id
Required for person extracts. From asic_extract_person_search.
additional_person_ids
Linked ASIC person IDs from the search result. Don't repeat the primary person_id.
search_id
Required for person extracts. From the search response.
name
Required for person extracts. Uppercase legal name matching the search result.
birth_date
Required for person extracts. From the search result.
Available Response Data
2 Data Pointsapi_reference
used to poll /asic_extract/{api_reference} for the payload
Acknowledgement message
API Data Scale & Coverage tag
Unmatched data depth to power your compliance and verification workflows.
Technical Use Cases tag
Extract Full ASIC company record
Order a current, historical or relational extract for any registered company. Feeds downstream KYC, due diligence and litigation processes
Extract Historical roles and shareholdings
Historical person extracts include ceased roles and shareholdings. Important for investigating an individual's full ASIC footprint over time.
Compliance & Security tag
Enterprise-grade infrastructure audited against the standards your regulators require.
Common Questions tag
Everything you need to know about implementation details and compliance infrastructure.
rocket_launch Implementation
What extract types are available?
add
What extract types are available?
Companies: current (Current Extract), historical (Current plus Historical Extract), relational (Relational Extract). Persons: current (current roles or shareholdings only) or historical (includes ceased).
rocket_launch Implementation
When do I use additional_person_ids?
add
When do I use additional_person_ids?
When the asic_extract_person_search response includes linked person IDs in the additional array. Pass those IDs (not the primary one) in additional_person_ids so the resulting extract stitches together every related role.
API Testing Sandbox tag
Test the ASIC Extract API directly in your browser with live mock data and see instant results.
rocket_launch Request Sandbox AccessAccess to live sandbox environments requires manual approval from our compliance team.