Skip to Content

🇹🇷Turkey (TR)

ISO 3166 country code - Asia / Western Asia

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

...and 76 more. 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