🇨🇱Chile (CL)
ISO 3166 country code - South America / South America
About Chile
Chile (CL) is located in South America, South America. The official currency is the Chilean Peso (CLP). It has 15 administrative subdivisions defined in ISO 3166-2.
Alpha-2CL
Alpha-3CHL
Numeric152
Currency
$ CLP - Chilean Peso
Code Example
import { country } from '@koshmoney/countries';
// Look up Chile by alpha-2 code
const cl = country.getCountry('CL');
// => { name: 'Chile', alpha2: 'CL', alpha3: 'CHL', numeric: '152' }
// Look up by alpha-3 code
country.getCountryByAlpha3('CHL');
// Look up by numeric code
country.getCountryByNumeric('152');Subdivisions (15)
| Code | Name | Type |
|---|---|---|
| CL-AI | Aysén | Region |
| CL-AN | Antofagasta | Region |
| CL-AP | Arica y Parinacota | Region |
| CL-AR | Araucanía | Region |
| CL-AT | Atacama | Region |
| CL-BI | Biobío | Region |
| CL-CO | Coquimbo | Region |
| CL-LI | Libertador General Bernardo O'Higgins | Region |
| CL-LL | Los Lagos | Region |
| CL-LR | Los Ríos | Region |
| CL-MA | Magallanes | Region |
| CL-ML | Maule | Region |
| CL-RM | Región Metropolitana de Santiago | Region |
| CL-TA | Tarapacá | Region |
| CL-VS | Valparaíso | Region |
FAQ
- What is the ISO code for Chile?
- Chile has three ISO 3166-1 codes: Alpha-2 "CL", Alpha-3 "CHL", and Numeric "152".
- How many subdivisions does Chile have?
- Chile has 15 subdivisions defined in ISO 3166-2, including Aysén, Antofagasta, Arica y Parinacota, and more.
- How to look up Chile in JavaScript?
- Install @koshmoney/countries via npm, then use country.getCountry('CL') to get all ISO codes, or subdivision.getByCountry('CL') for subdivisions.
Related Countries
Use Chile data in your project
Get ISO codes, subdivisions, currency, and more with a single npm package.
npm install @koshmoney/countries