---
{
  "id": "conversion",
  "lang": "en",
  "title": "Convert GBP, EUR and USD to TRY without direction errors",
  "description": "Use multiplication or division correctly for GBP, EUR and USD against TRY. Includes fixed-budget and reverse-conversion examples.",
  "answer": "Multiply a foreign amount by the buy rate when you sell it for TRY. Divide a TRY budget by the sell rate when you buy foreign currency. Account for confirmed fees separately.",
  "category": "guide",
  "published": "2026-09-12",
  "updated": "2026-09-12",
  "imageAlt": "A blank calculator and notebook beside three paper tokens arranged in a sequence.",
  "related": [
    "buy-sell",
    "fees",
    "reference"
  ]
}
---

## State the units first

Write the amount you have and the currency you want. “Convert 500” is incomplete. “Sell 500 EUR for TRY” identifies both the amount and the direction.

KKTC Exchange shows TRY per one GBP, EUR or USD. You can select each currency separately. The calculator uses the selected office's quote. The [Bank of England's exchange-rate explanation](https://www.bankofengland.co.uk/explainers/who-sets-exchange-rates) describes a rate as the price of one currency in another.

## Sell foreign currency for Turkish lira

Multiply the foreign amount by the office's buy rate:

```
TRY before fees = foreign amount × buy rate
```

These rates are **calculation examples only**. They do not describe current market prices.

| Example transaction | Example buy rate | Result before fees |
| --- | --- | --- |
| Sell 150 GBP | 60 TRY per GBP | 150 × 60 = 9,000 TRY |
| Sell 250 EUR | 50 TRY per EUR | 250 × 50 = 12,500 TRY |
| Sell 400 USD | 40 TRY per USD | 400 × 40 = 16,000 TRY |

The different rates here make the arithmetic easy to follow. They do not compare the value of real offers. Replace each example rate with a confirmed quote for your own transaction.

## Buy foreign currency with a TRY budget

Divide the TRY budget by the office's sell rate:

```
Foreign amount before fees = TRY budget ÷ sell rate
```

For an example sell rate of 50 TRY per EUR, a 12,500 TRY budget produces 250 EUR before fees. Multiplying 12,500 by 50 would use the units in the wrong direction.

If a fixed 100 TRY fee comes out of that budget, the amount available for conversion is 12,400 TRY. At the same example rate, this produces 248 EUR. Confirm how the office applies any fee before you calculate.

## Buy an exact foreign amount

If you need an exact amount of foreign currency, multiply it by the sell rate. For example, 200 GBP at an invented sell rate of 61 TRY per GBP costs 12,200 TRY before fees.

This differs from spending a fixed TRY budget. The first calculation asks “How many lira do I need?” The second asks “How much foreign currency can I buy?” Choose the question that matches your transaction.

## Do not reverse the wrong rate

Selling foreign currency uses the buy rate. Buying it back uses the sell rate. Do not divide by the original buy rate to estimate a new purchase.

A direct GBP-to-EUR exchange also needs its own quote. Converting GBP into TRY and then TRY into EUR models two separate transactions. It does not prove that an office will offer the same result for a direct exchange. The app calculator supports foreign currency and TRY, not direct foreign-to-foreign transactions.

## Keep calculation precision

Keep all available decimal places during intermediate calculations. Round only the final displayed result. The office can apply its own cash denominations and rounding method, so confirm the payable amount.

Turkish and English number formats use different decimal separators. In Turkish text, 1.000,50 means one thousand and fifty hundredths. In English text, the same number is 1,000.50. Check the amount field after entry, especially when you paste a formatted number.

## Check your result before you travel

1. Open the [calculator](/en/#converter).
2. Select the currency, direction and office.
3. Enter the amount in the currency identified by that direction.
4. Check the quote time and any warning.
5. Ask the office to confirm the final amount and fees.

Read the [fee examples](/en/guides/spread-fees-total-cost/) for net totals. Read the [reference rate article](/en/guides/reference-and-transaction-rates/) if your result differs from a central bank figure.
