Skip to Content

🇷🇴Romania (RO)

ISO 3166 country code - Europe / Eastern Europe

Alpha-2RO
Alpha-3ROU
Numeric642
Currency

lei RON - Romanian Leu

Memberships

EU, SEPA, EEA

Code Example

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

// Look up Romania by alpha-2 code
const ro = country.getCountry('RO');
// => { name: 'Romania', alpha2: 'RO', alpha3: 'ROU', numeric: '642' }

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

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

Subdivisions (42)

CodeNameType
RO-ABAlbaDepartment
RO-AGArgeşDepartment
RO-ARAradDepartment
RO-BBucureştiMunicipality
RO-BCBacăuDepartment

...and 37 more. View all 42 subdivisions →

FAQ

What is the ISO code for Romania?
Romania has three ISO 3166-1 codes: Alpha-2 "RO", Alpha-3 "ROU", and Numeric "642".
How many subdivisions does Romania have?
Romania has 42 subdivisions defined in ISO 3166-2, including Alba, Argeş, Arad, and more.
How to look up Romania in JavaScript?
Install @koshmoney/countries via npm, then use country.getCountry('RO') to get all ISO codes, or subdivision.getByCountry('RO') for subdivisions.

Related Countries

Use Romania data in your project

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

npm install @koshmoney/countries