🇸🇦Saudi Arabia (SA)
ISO 3166 country code - Asia / Western Asia
Alpha-2SA
Alpha-3SAU
Numeric682
Currency
ر.س SAR - Saudi Riyal
Code Example
import { country } from '@koshmoney/countries';
// Look up Saudi Arabia by alpha-2 code
const sa = country.getCountry('SA');
// => { name: 'Saudi Arabia', alpha2: 'SA', alpha3: 'SAU', numeric: '682' }
// Look up by alpha-3 code
country.getCountryByAlpha3('SAU');
// Look up by numeric code
country.getCountryByNumeric('682');Subdivisions (13)
| Code | Name | Type |
|---|---|---|
| SA-01 | Ar Riyāḑ | Province |
| SA-02 | Makkah al Mukarramah | Province |
| SA-03 | Al Madīnah al Munawwarah | Province |
| SA-04 | Ash Sharqīyah | Province |
| SA-05 | Al Qaşīm | Province |
...and 8 more. View all 13 subdivisions →
FAQ
- What is the ISO code for Saudi Arabia?
- Saudi Arabia has three ISO 3166-1 codes: Alpha-2 "SA", Alpha-3 "SAU", and Numeric "682".
- How many subdivisions does Saudi Arabia have?
- Saudi Arabia has 13 subdivisions defined in ISO 3166-2, including Ar Riyāḑ, Makkah al Mukarramah, Al Madīnah al Munawwarah, and more.
- How to look up Saudi Arabia in JavaScript?
- Install @koshmoney/countries via npm, then use country.getCountry('SA') to get all ISO codes, or subdivision.getByCountry('SA') for subdivisions.
Use Saudi Arabia data in your project
Get ISO codes, subdivisions, currency, and more with a single npm package.
npm install @koshmoney/countries