TOP to TRY exchange rate API
Pa’anga to Turkish Lira · quoted 2026-09-24
20.6829
▲ +17.82% over 1Y
1 TOP = 20.6829 TRY · 1 TRY = 0.04835 TOP · Get this rate via the API
1 TOP buys 20.6829 TRY as of 2026-09-24, so 1 TRY buys 0.04835 TOP. Over the last year, TOP/TRY traded between 17.5549 and 20.7290, averaged 19.0273 and rose 17.82%. The API holds daily TOP/TRY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TOP/TRY over 1Y: show the values
| Point | TOP/TRY |
|---|---|
| 2025-09-24 | 17.5549 |
| 2025-10-01 | 17.5828 |
| 2025-10-08 | 17.6857 |
| 2025-10-15 | 17.7704 |
| 2025-10-22 | 17.8298 |
| 2025-10-29 | 17.6252 |
| 2025-11-05 | 17.9128 |
| 2025-11-12 | 17.9162 |
| 2025-11-19 | 17.7003 |
| 2025-11-26 | 17.7203 |
| 2025-12-03 | 17.7024 |
| 2025-12-10 | 17.8433 |
| 2025-12-17 | 17.9129 |
| 2025-12-24 | 17.9743 |
| 2025-12-31 | 18.0501 |
| 2026-01-07 | 18.0624 |
| 2026-01-14 | 18.1937 |
| 2026-01-21 | 18.3085 |
| 2026-01-28 | 18.5114 |
| 2026-02-04 | 18.6484 |
| 2026-02-11 | 18.7148 |
| 2026-02-18 | 18.7021 |
| 2026-02-25 | 18.7712 |
| 2026-03-04 | 18.7376 |
| 2026-03-11 | 18.7757 |
| 2026-03-18 | 18.8929 |
| 2026-03-25 | 18.8944 |
| 2026-04-01 | 18.8385 |
| 2026-04-08 | 18.8614 |
| 2026-04-16 | 19.2939 |
| 2026-04-23 | 19.1335 |
| 2026-04-30 | 19.4800 |
| 2026-05-07 | 19.4092 |
| 2026-05-14 | 19.5905 |
| 2026-05-21 | 19.6093 |
| 2026-05-28 | 19.6694 |
| 2026-06-04 | 19.5966 |
| 2026-06-11 | 19.5143 |
| 2026-06-18 | 20.0519 |
| 2026-06-25 | 19.6435 |
| 2026-07-02 | 19.7054 |
| 2026-07-09 | 19.7672 |
| 2026-07-16 | 20.0101 |
| 2026-07-23 | 20.1582 |
| 2026-07-30 | 20.1553 |
| 2026-08-06 | 20.1654 |
| 2026-08-13 | 20.2703 |
| 2026-08-20 | 20.4658 |
| 2026-08-27 | 20.6105 |
| 2026-09-03 | 20.6724 |
| 2026-09-10 | 20.7290 |
| 2026-09-17 | 20.6893 |
| 2026-09-24 | 20.7043 |
High
20.7290
Low
17.5549
Average
19.0273
Get this rate via the API
One GET request returns the TOP/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=TOP¤cies=TRY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=TRY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=TRY").json()Replace YOUR_API_KEY with the key from your dashboard.
TOP/TRY API questions
How do I get the TOP/TRY exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=TRY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/TRY rate in rates.TRY.
How far back does TOP/TRY historical data go?
Daily TOP/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 TOP/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.