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: show the values
| Point | USD/TRY |
|---|---|
| 2021-09-28 | 8.8787 |
| 2021-11-09 | 9.7266 |
| 2021-12-21 | 13.0263 |
| 2022-02-01 | 13.3787 |
| 2022-03-15 | 14.6454 |
| 2022-04-28 | 14.8175 |
| 2022-06-09 | 17.2302 |
| 2022-07-21 | 17.6809 |
| 2022-09-01 | 18.2076 |
| 2022-10-13 | 18.5893 |
| 2022-11-24 | 18.6276 |
| 2023-01-06 | 18.7681 |
| 2023-02-17 | 18.8685 |
| 2023-03-31 | 19.1846 |
| 2023-05-17 | 19.7585 |
| 2023-06-28 | 26.0711 |
| 2023-08-09 | 27.0294 |
| 2023-09-20 | 27.0360 |
| 2023-11-01 | 28.3309 |
| 2023-12-13 | 29.0534 |
| 2024-01-29 | 30.3529 |
| 2024-03-11 | 32.0016 |
| 2024-04-24 | 32.5189 |
| 2024-06-06 | 32.2377 |
| 2024-07-18 | 33.0875 |
| 2024-08-28 | 34.0370 |
| 2024-10-02 | 34.2270 |
| 2024-11-01 | 34.3370 |
| 2024-12-01 | 34.6996 |
| 2024-12-31 | 35.3616 |
| 2025-01-30 | 35.7810 |
| 2025-03-01 | 36.3990 |
| 2025-03-31 | 37.9472 |
| 2025-04-30 | 38.4748 |
| 2025-05-30 | 39.2410 |
| 2025-06-29 | 39.8648 |
| 2025-07-29 | 40.5745 |
| 2025-08-28 | 41.0420 |
| 2025-09-27 | 41.3758 |
| 2025-10-27 | 41.9200 |
| 2025-11-26 | 42.4513 |
| 2025-12-26 | 42.9106 |
| 2026-01-25 | 43.3664 |
| 2026-02-24 | 43.8517 |
| 2026-03-26 | 44.3666 |
| 2026-04-25 | 45.0150 |
| 2026-05-25 | 45.7142 |
| 2026-06-24 | 46.4891 |
| 2026-07-24 | 47.3453 |
| 2026-08-23 | 48.0271 |
| 2026-09-22 | 48.8085 |
High
48.8948
Low
8.8787
Average
31.7621
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=TRY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=TRY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=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¤cies=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.