🇹🇷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)

CodeNameType
TR-01AdanaProvince
TR-02AdıyamanProvince
TR-03AfyonkarahisarProvince
TR-04AğrıProvince
TR-05AmasyaProvince
TR-06AnkaraProvince
TR-07AntalyaProvince
TR-08ArtvinProvince
TR-09AydınProvince
TR-10BalıkesirProvince
TR-11BilecikProvince
TR-12BingölProvince
TR-13BitlisProvince
TR-14BoluProvince
TR-15BurdurProvince

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