🇦🇷Argentina (AR)
ISO 3166 country code - South America / South America
Alpha-2AR
Alpha-3ARG
Numeric032
Currency
$ ARS - Argentine Peso
Code Example
import { country } from '@koshmoney/countries';
// Look up Argentina by alpha-2 code
const ar = country.getCountry('AR');
// => { name: 'Argentina', alpha2: 'AR', alpha3: 'ARG', numeric: '032' }
// Look up by alpha-3 code
country.getCountryByAlpha3('ARG');
// Look up by numeric code
country.getCountryByNumeric('032');Subdivisions (24)
| Code | Name | Type |
|---|---|---|
| AR-A | Salta | Province |
| AR-B | Buenos Aires | Province |
| AR-C | Ciudad Autónoma de Buenos Aires | City |
| AR-D | San Luis | Province |
| AR-E | Entre Ríos | Province |
...and 19 more. View all 24 subdivisions →
FAQ
- What is the ISO code for Argentina?
- Argentina has three ISO 3166-1 codes: Alpha-2 "AR", Alpha-3 "ARG", and Numeric "032".
- How many subdivisions does Argentina have?
- Argentina has 24 subdivisions defined in ISO 3166-2, including Salta, Buenos Aires, Ciudad Autónoma de Buenos Aires, and more.
- How to look up Argentina in JavaScript?
- Install @koshmoney/countries via npm, then use country.getCountry('AR') to get all ISO codes, or subdivision.getByCountry('AR') for subdivisions.
Related Countries
Use Argentina data in your project
Get ISO codes, subdivisions, currency, and more with a single npm package.
npm install @koshmoney/countries