🇦🇺Australia (AU)

ISO 3166 country code - Oceania / Australia and New Zealand

About Australia

Australia (AU) is located in Oceania, Australia and New Zealand. The official currency is the Australian Dollar (AUD). It has 8 administrative subdivisions defined in ISO 3166-2.

Alpha-2AU
Alpha-3AUS
Numeric036
Currency

$ AUD - Australian Dollar

Code Example

import { country } from '@koshmoney/countries';

// Look up Australia by alpha-2 code
const au = country.getCountry('AU');
// => { name: 'Australia', alpha2: 'AU', alpha3: 'AUS', numeric: '036' }

// Look up by alpha-3 code
country.getCountryByAlpha3('AUS');

// Look up by numeric code
country.getCountryByNumeric('036');

Subdivisions (8)

CodeNameType
AU-ACTAustralian Capital TerritoryTerritory
AU-NSWNew South WalesState
AU-NTNorthern TerritoryTerritory
AU-QLDQueenslandState
AU-SASouth AustraliaState
AU-TASTasmaniaState
AU-VICVictoriaState
AU-WAWestern AustraliaState

FAQ

What is the ISO code for Australia?
Australia has three ISO 3166-1 codes: Alpha-2 "AU", Alpha-3 "AUS", and Numeric "036".
How many subdivisions does Australia have?
Australia has 8 subdivisions defined in ISO 3166-2, including Australian Capital Territory, New South Wales, Northern Territory, and more.
How to look up Australia in JavaScript?
Install @koshmoney/countries via npm, then use country.getCountry('AU') to get all ISO codes, or subdivision.getByCountry('AU') for subdivisions.

Related Articles

Related Countries

Use Australia data in your project

Get ISO codes, subdivisions, currency, and more with a single npm package.

npm install @koshmoney/countries