Skip to Content

🇱🇰Sri Lanka (LK)

ISO 3166 country code - Asia / Southern Asia

Alpha-2LK
Alpha-3LKA
Numeric144
Currency

Rs LKR - Sri Lankan Rupee

Code Example

import { country } from '@koshmoney/countries';

// Look up Sri Lanka by alpha-2 code
const lk = country.getCountry('LK');
// => { name: 'Sri Lanka', alpha2: 'LK', alpha3: 'LKA', numeric: '144' }

// Look up by alpha-3 code
country.getCountryByAlpha3('LKA');

// Look up by numeric code
country.getCountryByNumeric('144');

Subdivisions (34)

CodeNameType
LK-1Basnāhira paḷātaProvince
LK-11ColomboDistrict
LK-12GampahaDistrict
LK-13KalutaraDistrict
LK-2Central ProvinceProvince

...and 29 more. View all 34 subdivisions →

FAQ

What is the ISO code for Sri Lanka?
Sri Lanka has three ISO 3166-1 codes: Alpha-2 "LK", Alpha-3 "LKA", and Numeric "144".
How many subdivisions does Sri Lanka have?
Sri Lanka has 34 subdivisions defined in ISO 3166-2, including Basnāhira paḷāta, Colombo, Gampaha, and more.
How to look up Sri Lanka in JavaScript?
Install @koshmoney/countries via npm, then use country.getCountry('LK') to get all ISO codes, or subdivision.getByCountry('LK') for subdivisions.

Related Countries

Use Sri Lanka data in your project

Get ISO codes, subdivisions, currency, and more with a single npm package.

npm install @koshmoney/countries