🇨🇴Colombia (CO)
ISO 3166 country code - South America / South America
About Colombia
Colombia (CO) is located in South America, South America. The official currency is the Colombian Peso (COP). It has 33 administrative subdivisions defined in ISO 3166-2.
Alpha-2CO
Alpha-3COL
Numeric170
Currency
$ COP - Colombian Peso
Code Example
import { country } from '@koshmoney/countries';
// Look up Colombia by alpha-2 code
const co = country.getCountry('CO');
// => { name: 'Colombia', alpha2: 'CO', alpha3: 'COL', numeric: '170' }
// Look up by alpha-3 code
country.getCountryByAlpha3('COL');
// Look up by numeric code
country.getCountryByNumeric('170');Subdivisions (33)
| Code | Name | Type |
|---|---|---|
| CO-AMA | Amazonas | Department |
| CO-ANT | Antioquia | Department |
| CO-ARA | Arauca | Department |
| CO-ATL | Atlántico | Department |
| CO-BOL | BolÃvar | Department |
| CO-BOY | Boyacá | Department |
| CO-CAL | Caldas | Department |
| CO-CAQ | Caquetá | Department |
| CO-CAS | Casanare | Department |
| CO-CAU | Cauca | Department |
| CO-CES | Cesar | Department |
| CO-CHO | Chocó | Department |
| CO-COR | Córdoba | Department |
| CO-CUN | Cundinamarca | Department |
| CO-DC | Distrito Capital de Bogotá | Capital district |
Showing 15 of 33. View all 33 subdivisions →
FAQ
- What is the ISO code for Colombia?
- Colombia has three ISO 3166-1 codes: Alpha-2 "CO", Alpha-3 "COL", and Numeric "170".
- How many subdivisions does Colombia have?
- Colombia has 33 subdivisions defined in ISO 3166-2, including Amazonas, Antioquia, Arauca, and more.
- How to look up Colombia in JavaScript?
- Install @koshmoney/countries via npm, then use country.getCountry('CO') to get all ISO codes, or subdivision.getByCountry('CO') for subdivisions.
Related Countries
Use Colombia data in your project
Get ISO codes, subdivisions, currency, and more with a single npm package.
npm install @koshmoney/countries