🇨🇱Chile (CL)
ISO 3166 country code - South America / South America
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 |
...and 10 more. View all 15 subdivisions →
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