🇹🇷Turkey (TR)
ISO 3166 country code - Asia / Western Asia
About Turkey
Turkey (TR) is located in Asia, Western Asia. The official currency is the Turkish Lira (TRY). It has 81 administrative subdivisions defined in ISO 3166-2.
Alpha-2TR
Alpha-3TUR
Numeric792
Currency
₺ TRY - Turkish Lira
Code Example
import { country } from '@koshmoney/countries';
// Look up Turkey by alpha-2 code
const tr = country.getCountry('TR');
// => { name: 'Turkey', alpha2: 'TR', alpha3: 'TUR', numeric: '792' }
// Look up by alpha-3 code
country.getCountryByAlpha3('TUR');
// Look up by numeric code
country.getCountryByNumeric('792');Subdivisions (81)
| Code | Name | Type |
|---|---|---|
| TR-01 | Adana | Province |
| TR-02 | Adıyaman | Province |
| TR-03 | Afyonkarahisar | Province |
| TR-04 | Ağrı | Province |
| TR-05 | Amasya | Province |
| TR-06 | Ankara | Province |
| TR-07 | Antalya | Province |
| TR-08 | Artvin | Province |
| TR-09 | Aydın | Province |
| TR-10 | Balıkesir | Province |
| TR-11 | Bilecik | Province |
| TR-12 | Bingöl | Province |
| TR-13 | Bitlis | Province |
| TR-14 | Bolu | Province |
| TR-15 | Burdur | Province |
Showing 15 of 81. View all 81 subdivisions →
FAQ
- What is the ISO code for Turkey?
- Turkey has three ISO 3166-1 codes: Alpha-2 "TR", Alpha-3 "TUR", and Numeric "792".
- How many subdivisions does Turkey have?
- Turkey has 81 subdivisions defined in ISO 3166-2, including Adana, Adıyaman, Afyonkarahisar, and more.
- How to look up Turkey in JavaScript?
- Install @koshmoney/countries via npm, then use country.getCountry('TR') to get all ISO codes, or subdivision.getByCountry('TR') for subdivisions.
Related Countries
Use Turkey data in your project
Get ISO codes, subdivisions, currency, and more with a single npm package.
npm install @koshmoney/countries