Skip to content

TRY to USD exchange rate API

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

0.02042

▼ +9.23% over 6M

1 TRY = 0.02042 USD · 1 USD = 48.9668 TRY · Get this rate via the API

1 TRY buys 0.02042 USD as of 2026-09-25, so 1 USD buys 48.9668 TRY. Over the last 6 months, TRY/USD traded between 0.02042 and 0.02250, averaged 0.02146 and fell 9.23%. The API holds daily TRY/USD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TRY/USD over 6M

TRY/USD over 6M: show the values
PointTRY/USD
2026-03-290.02250
2026-04-050.02242
2026-04-120.02238
2026-04-190.02229
2026-04-260.02221
2026-05-030.02214
2026-05-100.02205
2026-05-170.02196
2026-05-240.02188
2026-05-310.02179
2026-06-070.02170
2026-06-140.02162
2026-06-210.02153
2026-06-280.02145
2026-07-050.02136
2026-07-120.02134
2026-07-190.02120
2026-07-260.02112
2026-08-020.02103
2026-08-090.02095
2026-08-160.02088
2026-08-230.02082
2026-08-300.02073
2026-09-060.02065
2026-09-130.02058
2026-09-200.02050

High

0.02250

Low

0.02042

Average

0.02146

For developers

Get this rate via the API

One GET request returns the TRY/USD 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=TRY&currencies=USD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TRY&currencies=USD");
const data = await response.json();
Python
import requests

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

Replace YOUR_API_KEY with the key from your dashboard.

TRY/USD API questions

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

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

How far back does TRY/USD historical data go?

Daily TRY/USD 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 TRY/USD 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.