🇨🇴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)

CodeNameType
CO-AMAAmazonasDepartment
CO-ANTAntioquiaDepartment
CO-ARAAraucaDepartment
CO-ATLAtlánticoDepartment
CO-BOLBolívarDepartment
CO-BOYBoyacáDepartment
CO-CALCaldasDepartment
CO-CAQCaquetáDepartment
CO-CASCasanareDepartment
CO-CAUCaucaDepartment
CO-CESCesarDepartment
CO-CHOChocóDepartment
CO-CORCórdobaDepartment
CO-CUNCundinamarcaDepartment
CO-DCDistrito 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