Skip to Content

🇦🇹Austria (AT)

ISO 3166 country code - Europe / Western Europe

Alpha-2AT
Alpha-3AUT
Numeric040
Currency

EUR - Euro

Memberships

EU, SEPA, EEA, Eurozone, Schengen

Code Example

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

// Look up Austria by alpha-2 code
const at = country.getCountry('AT');
// => { name: 'Austria', alpha2: 'AT', alpha3: 'AUT', numeric: '040' }

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

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

Subdivisions (9)

CodeNameType
AT-1BurgenlandFederal länder
AT-2KärntenFederal länder
AT-3NiederösterreichFederal länder
AT-4OberösterreichFederal länder
AT-5SalzburgFederal länder

...and 4 more. View all 9 subdivisions →

FAQ

What is the ISO code for Austria?
Austria has three ISO 3166-1 codes: Alpha-2 "AT", Alpha-3 "AUT", and Numeric "040".
How many subdivisions does Austria have?
Austria has 9 subdivisions defined in ISO 3166-2, including Burgenland, Kärnten, Niederösterreich, and more.
How to look up Austria in JavaScript?
Install @koshmoney/countries via npm, then use country.getCountry('AT') to get all ISO codes, or subdivision.getByCountry('AT') for subdivisions.

Related Countries

Use Austria data in your project

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

npm install @koshmoney/countries