🇷🇴Romania (RO)

ISO 3166 country code - Europe / Eastern Europe

About Romania

Romania (RO) is located in Europe, Eastern Europe. The official currency is the Romanian Leu (RON). It has 42 administrative subdivisions defined in ISO 3166-2. Romania is a member of EU, SEPA, EEA.

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
RO-BHBihorDepartment
RO-BNBistriţa-NăsăudDepartment
RO-BRBrăilaDepartment
RO-BTBotoÅŸaniDepartment
RO-BVBraÅŸovDepartment
RO-BZBuzăuDepartment
RO-CJClujDepartment
RO-CLCălăraşiDepartment
RO-CSCaraÅŸ-SeverinDepartment
RO-CTConstanţaDepartment

Showing 15 of 42. 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