TRY to ZWL exchange rate API
Turkish Lira to Zimbabwe Dollar · quoted 2026-09-25
1359.31
▼ +10.06% over YTD
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 year to date, TRY/ZWL traded between 7.1200 and 1511.43, averaged 1286.26 and fell 10.06%. 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 YTD: show the values
| Point | TRY/ZWL |
|---|---|
| 2025-12-31 | 1511.43 |
| 2026-01-07 | 1502.56 |
| 2026-01-14 | 1489.87 |
| 2026-01-21 | 1479.41 |
| 2026-01-28 | 1474.29 |
| 2026-02-04 | 1472.90 |
| 2026-02-11 | 1465.27 |
| 2026-02-18 | 1461.31 |
| 2026-02-25 | 1465.94 |
| 2026-03-04 | 1464.18 |
| 2026-03-11 | 1451.94 |
| 2026-03-18 | 1429.96 |
| 2026-03-25 | 1428.78 |
| 2026-04-01 | 1425.48 |
| 2026-04-08 | 1423.54 |
| 2026-04-15 | 7.20 |
| 2026-04-22 | 7.17 |
| 2026-04-29 | 7.14 |
| 2026-05-06 | 7.12 |
| 2026-05-14 | 1417.32 |
| 2026-05-21 | 1436.68 |
| 2026-05-29 | 1464.36 |
| 2026-06-05 | 1457.73 |
| 2026-06-14 | 1447.11 |
| 2026-06-21 | 1440.56 |
| 2026-06-28 | 1438.35 |
| 2026-07-05 | 1433.17 |
| 2026-07-12 | 1424.68 |
| 2026-07-19 | 1415.73 |
| 2026-07-26 | 1406.72 |
| 2026-08-02 | 1403.43 |
| 2026-08-09 | 1395.52 |
| 2026-08-16 | 1386.94 |
| 2026-08-24 | 1384.16 |
| 2026-08-31 | 1372.02 |
| 2026-09-07 | 1370.34 |
| 2026-09-14 | 1369.81 |
| 2026-09-21 | 1364.58 |
High
1511.43
Low
7.1200
Average
1286.26
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.