USD to TRY exchange rate API
US Dollar to Turkish Lira · quoted 2026-09-27
48.8948
▲ +13.80% over YTD
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 year to date, USD/TRY traded between 42.9649 and 48.8948, averaged 45.6934 and rose 13.80%. 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 YTD: show the values
| Point | USD/TRY |
|---|---|
| 2025-12-31 | 42.9649 |
| 2026-01-07 | 43.0427 |
| 2026-01-14 | 43.1800 |
| 2026-01-21 | 43.2982 |
| 2026-01-28 | 43.4146 |
| 2026-02-04 | 43.5097 |
| 2026-02-11 | 43.6394 |
| 2026-02-18 | 43.7573 |
| 2026-02-25 | 43.8690 |
| 2026-03-04 | 43.9741 |
| 2026-03-11 | 44.0956 |
| 2026-03-18 | 44.2208 |
| 2026-03-25 | 44.3571 |
| 2026-04-01 | 44.4668 |
| 2026-04-08 | 44.4821 |
| 2026-04-15 | 44.7110 |
| 2026-04-22 | 44.9247 |
| 2026-04-29 | 45.0696 |
| 2026-05-06 | 45.2247 |
| 2026-05-13 | 45.4178 |
| 2026-05-20 | 45.5865 |
| 2026-05-27 | 45.9048 |
| 2026-06-03 | 45.9574 |
| 2026-06-10 | 46.1378 |
| 2026-06-17 | 46.3172 |
| 2026-06-24 | 46.4891 |
| 2026-07-01 | 46.6719 |
| 2026-07-08 | 46.8574 |
| 2026-07-15 | 47.0314 |
| 2026-07-22 | 47.2176 |
| 2026-07-29 | 47.3977 |
| 2026-08-05 | 47.5758 |
| 2026-08-12 | 47.7577 |
| 2026-08-19 | 47.9346 |
| 2026-08-26 | 48.1173 |
| 2026-09-02 | 48.2937 |
| 2026-09-09 | 48.4773 |
| 2026-09-16 | 48.6574 |
| 2026-09-23 | 48.8373 |
High
48.8948
Low
42.9649
Average
45.6934
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.