🇱🇾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)
| Code | Name | Type |
|---|---|---|
| LY-BA | Banghāzī | Popularate |
| LY-BU | Al Buţnān | Popularate |
| LY-DR | Darnah | Popularate |
| LY-GT | Ghāt | Popularate |
| LY-JA | Al Jabal al Akhḑar | Popularate |
| LY-JG | Al Jabal al Gharbī | Popularate |
| LY-JI | Al Jifārah | Popularate |
| LY-JU | Al Jufrah | Popularate |
| LY-KF | Al Kufrah | Popularate |
| LY-MB | Al Marqab | Popularate |
| LY-MI | Mişrātah | Popularate |
| LY-MJ | Al Marj | Popularate |
| LY-MQ | Murzuq | Popularate |
| LY-NL | Nālūt | Popularate |
| LY-NQ | An Nuqāţ al Khams | Popularate |
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.
Use Libya data in your project
Get ISO codes, subdivisions, currency, and more with a single npm package.
npm install @koshmoney/countries