🇱🇾Libya (LY)

ISO 3166 country code - Africa / Northern Africa

About Libya

Libya (LY) is located in Africa, Northern Africa. The official currency is the Libyan Dinar (LYD). It has 22 administrative subdivisions defined in ISO 3166-2.

Alpha-2LY
Alpha-3LBY
Numeric434
Currency

ل.د LYD - Libyan Dinar

Code Example

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

// Look up Libya by alpha-2 code
const ly = country.getCountry('LY');
// => { name: 'Libya', alpha2: 'LY', alpha3: 'LBY', numeric: '434' }

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

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

Subdivisions (22)

CodeNameType
LY-BABanghāzīPopularate
LY-BUAl BuţnānPopularate
LY-DRDarnahPopularate
LY-GTGhātPopularate
LY-JAAl Jabal al AkhḑarPopularate
LY-JGAl Jabal al GharbīPopularate
LY-JIAl JifārahPopularate
LY-JUAl JufrahPopularate
LY-KFAl KufrahPopularate
LY-MBAl MarqabPopularate
LY-MIMişrātahPopularate
LY-MJAl MarjPopularate
LY-MQMurzuqPopularate
LY-NLNālūtPopularate
LY-NQAn Nuqāţ al KhamsPopularate

Showing 15 of 22. View all 22 subdivisions →

FAQ

What is the ISO code for Libya?
Libya has three ISO 3166-1 codes: Alpha-2 "LY", Alpha-3 "LBY", and Numeric "434".
How many subdivisions does Libya have?
Libya has 22 subdivisions defined in ISO 3166-2, including Banghāzī, Al Buţnān, Darnah, and more.
How to look up Libya in JavaScript?
Install @koshmoney/countries via npm, then use country.getCountry('LY') to get all ISO codes, or subdivision.getByCountry('LY') for subdivisions.

Related Countries

Use Libya data in your project

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

npm install @koshmoney/countries