🇨🇴Colombia (CO)
ISO 3166 country code - South America / South America
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 |
...and 28 more. 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