🇷🇺Russia (RU)
ISO 3166 country code - Europe / Eastern Europe
Alpha-2RU
Alpha-3RUS
Numeric643
Currency
₽ RUB - Russian Ruble
Code Example
import { country } from '@koshmoney/countries';
// Look up Russia by alpha-2 code
const ru = country.getCountry('RU');
// => { name: 'Russia', alpha2: 'RU', alpha3: 'RUS', numeric: '643' }
// Look up by alpha-3 code
country.getCountryByAlpha3('RUS');
// Look up by numeric code
country.getCountryByNumeric('643');Subdivisions (83)
| Code | Name | Type |
|---|---|---|
| RU-AD | Adygeja, Respublika | Republic |
| RU-AL | Altaj, Respublika | Republic |
| RU-ALT | Altajskij kraj | Administrative territory |
| RU-AMU | Amurskaja oblast' | Administrative region |
| RU-ARK | Arhangel'skaja oblast' | Administrative region |
...and 78 more. View all 83 subdivisions →
FAQ
- What is the ISO code for Russia?
- Russia has three ISO 3166-1 codes: Alpha-2 "RU", Alpha-3 "RUS", and Numeric "643".
- How many subdivisions does Russia have?
- Russia has 83 subdivisions defined in ISO 3166-2, including Adygeja, Respublika, Altaj, Respublika, Altajskij kraj, and more.
- How to look up Russia in JavaScript?
- Install @koshmoney/countries via npm, then use country.getCountry('RU') to get all ISO codes, or subdivision.getByCountry('RU') for subdivisions.
Related Countries
Use Russia data in your project
Get ISO codes, subdivisions, currency, and more with a single npm package.
npm install @koshmoney/countries