🇶🇦Qatar (QA)
ISO 3166 country code - Asia / Western Asia
Alpha-2QA
Alpha-3QAT
Numeric634
Currency
ر.ق QAR - Qatari Riyal
Code Example
import { country } from '@koshmoney/countries';
// Look up Qatar by alpha-2 code
const qa = country.getCountry('QA');
// => { name: 'Qatar', alpha2: 'QA', alpha3: 'QAT', numeric: '634' }
// Look up by alpha-3 code
country.getCountryByAlpha3('QAT');
// Look up by numeric code
country.getCountryByNumeric('634');Subdivisions (7)
| Code | Name | Type |
|---|---|---|
| QA-DA | Ad Dawḩah | Municipality |
| QA-KH | Al Khawr wa adh Dhakhīrah | Municipality |
| QA-MS | Ash Shamāl | Municipality |
| QA-RA | Ar Rayyān | Municipality |
| QA-US | Umm Şalāl | Municipality |
...and 2 more. View all 7 subdivisions →
FAQ
- What is the ISO code for Qatar?
- Qatar has three ISO 3166-1 codes: Alpha-2 "QA", Alpha-3 "QAT", and Numeric "634".
- How many subdivisions does Qatar have?
- Qatar has 7 subdivisions defined in ISO 3166-2, including Ad Dawḩah, Al Khawr wa adh Dhakhīrah, Ash Shamāl, and more.
- How to look up Qatar in JavaScript?
- Install @koshmoney/countries via npm, then use country.getCountry('QA') to get all ISO codes, or subdivision.getByCountry('QA') for subdivisions.
Use Qatar data in your project
Get ISO codes, subdivisions, currency, and more with a single npm package.
npm install @koshmoney/countries