Skip to content

USD to TRY exchange rate API

US Dollar to Turkish Lira · quoted 2026-09-27

48.8948

▲ +450.70% over 5Y

1 USD = 48.8948 TRY · 1 TRY = 0.02045 USD · Get this rate via the API

1 USD buys 48.8948 TRY as of 2026-09-27, so 1 TRY buys 0.02045 USD. Over the last 5 years, USD/TRY traded between 8.8787 and 48.8948, averaged 31.7621 and rose 450.70%. The API holds daily USD/TRY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

USD/TRY over 5Y

USD/TRY over 5Y: show the values
PointUSD/TRY
2021-09-288.8787
2021-11-099.7266
2021-12-2113.0263
2022-02-0113.3787
2022-03-1514.6454
2022-04-2814.8175
2022-06-0917.2302
2022-07-2117.6809
2022-09-0118.2076
2022-10-1318.5893
2022-11-2418.6276
2023-01-0618.7681
2023-02-1718.8685
2023-03-3119.1846
2023-05-1719.7585
2023-06-2826.0711
2023-08-0927.0294
2023-09-2027.0360
2023-11-0128.3309
2023-12-1329.0534
2024-01-2930.3529
2024-03-1132.0016
2024-04-2432.5189
2024-06-0632.2377
2024-07-1833.0875
2024-08-2834.0370
2024-10-0234.2270
2024-11-0134.3370
2024-12-0134.6996
2024-12-3135.3616
2025-01-3035.7810
2025-03-0136.3990
2025-03-3137.9472
2025-04-3038.4748
2025-05-3039.2410
2025-06-2939.8648
2025-07-2940.5745
2025-08-2841.0420
2025-09-2741.3758
2025-10-2741.9200
2025-11-2642.4513
2025-12-2642.9106
2026-01-2543.3664
2026-02-2443.8517
2026-03-2644.3666
2026-04-2545.0150
2026-05-2545.7142
2026-06-2446.4891
2026-07-2447.3453
2026-08-2348.0271
2026-09-2248.8085

High

48.8948

Low

8.8787

Average

31.7621

For developers

Get this rate via the API

One GET request returns the USD/TRY rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=TRY"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=TRY");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=TRY").json()

Replace YOUR_API_KEY with the key from your dashboard.

USD/TRY API questions

How do I get the USD/TRY exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=TRY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest USD/TRY rate in rates.TRY.

How far back does USD/TRY historical data go?

Daily USD/TRY rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free USD/TRY exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.