🇷🇴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)
| Code | Name | Type |
|---|---|---|
| RO-AB | Alba | Department |
| RO-AG | ArgeÅŸ | Department |
| RO-AR | Arad | Department |
| RO-B | BucureÅŸti | Municipality |
| RO-BC | Bacău | Department |
| RO-BH | Bihor | Department |
| RO-BN | Bistriţa-Năsăud | Department |
| RO-BR | Brăila | Department |
| RO-BT | BotoÅŸani | Department |
| RO-BV | BraÅŸov | Department |
| RO-BZ | Buzău | Department |
| RO-CJ | Cluj | Department |
| RO-CL | Călăraşi | Department |
| RO-CS | CaraÅŸ-Severin | Department |
| RO-CT | Constanţa | Department |
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.
Use Romania data in your project
Get ISO codes, subdivisions, currency, and more with a single npm package.
npm install @koshmoney/countries