🇸🇦Saudi Arabia (SA)
ISO 3166 country code - Asia / Western Asia
About Saudi Arabia
Saudi Arabia (SA) is located in Asia, Western Asia. The official currency is the Saudi Riyal (SAR). It has 13 administrative subdivisions defined in ISO 3166-2.
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 |
| SA-06 | Ḩā'il | Province |
| SA-07 | Tabūk | Province |
| SA-08 | Al Ḩudūd ash Shamālīyah | Province |
| SA-09 | Jāzān | Province |
| SA-10 | Najrān | Province |
| SA-11 | Al Bāḩah | Province |
| SA-12 | Al Jawf | Province |
| SA-14 | 'Asīr | Province |
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