TRY to ZWL exchange rate API
Turkish Lira to Zimbabwe Dollar · quoted 2026-09-25
1359.31
▼ +15.26% over 1Y
1 TRY = 1359.31 ZWL · 1 ZWL = 0.000736 TRY · Get this rate via the API
1 TRY buys 1359.31 ZWL as of 2026-09-25, so 1 ZWL buys 0.000736 TRY. Over the last year, TRY/ZWL traded between 7.0980 and 1604.06, averaged 1331.83 and fell 15.26%. The API holds daily TRY/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TRY/ZWL over 1Y: show the values
| Point | TRY/ZWL |
|---|---|
| 2025-09-25 | 1604.06 |
| 2025-10-02 | 1603.65 |
| 2025-10-09 | 1600.53 |
| 2025-10-16 | 1590.87 |
| 2025-10-23 | 1576.26 |
| 2025-10-30 | 1574.18 |
| 2025-11-06 | 1561.40 |
| 2025-11-13 | 1557.39 |
| 2025-11-20 | 1549.20 |
| 2025-11-27 | 1542.24 |
| 2025-12-04 | 1541.78 |
| 2025-12-12 | 1532.44 |
| 2025-12-19 | 1523.75 |
| 2025-12-26 | 1515.55 |
| 2026-01-02 | 1509.07 |
| 2026-01-09 | 1491.13 |
| 2026-01-16 | 1480.38 |
| 2026-01-23 | 1476.25 |
| 2026-01-30 | 1470.39 |
| 2026-02-06 | 1475.88 |
| 2026-02-13 | 1460.09 |
| 2026-02-20 | 1457.61 |
| 2026-02-27 | 1458.10 |
| 2026-03-06 | 1460.17 |
| 2026-03-13 | 1440.41 |
| 2026-03-20 | 1426.95 |
| 2026-03-27 | 1425.78 |
| 2026-04-03 | 1421.02 |
| 2026-04-10 | 7.21 |
| 2026-04-17 | 7.18 |
| 2026-04-24 | 7.15 |
| 2026-05-01 | 7.13 |
| 2026-05-08 | 7.10 |
| 2026-05-16 | 1417.38 |
| 2026-05-24 | 1440.58 |
| 2026-05-31 | 1465.39 |
| 2026-06-09 | 1452.24 |
| 2026-06-16 | 1440.37 |
| 2026-06-23 | 1439.12 |
| 2026-06-30 | 1437.15 |
| 2026-07-07 | 1434.78 |
| 2026-07-14 | 1424.53 |
| 2026-07-21 | 1418.74 |
| 2026-07-28 | 1418.07 |
| 2026-08-04 | 1401.48 |
| 2026-08-11 | 1392.85 |
| 2026-08-18 | 1392.87 |
| 2026-08-26 | 1383.94 |
| 2026-09-02 | 1386.64 |
| 2026-09-09 | 1377.67 |
| 2026-09-16 | 1375.93 |
| 2026-09-23 | 1365.89 |
High
1604.06
Low
7.0980
Average
1331.83
Get this rate via the API
One GET request returns the TRY/ZWL 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=TRY¤cies=ZWL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TRY¤cies=ZWL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TRY¤cies=ZWL").json()Replace YOUR_API_KEY with the key from your dashboard.
TRY/ZWL API questions
How do I get the TRY/ZWL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TRY¤cies=ZWL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TRY/ZWL rate in rates.ZWL.
How far back does TRY/ZWL historical data go?
Daily TRY/ZWL 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/ZWL 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.