Skip to content

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

TRY/ZWL over YTD: show the values
PointTRY/ZWL
2025-12-311511.43
2026-01-071502.56
2026-01-141489.87
2026-01-211479.41
2026-01-281474.29
2026-02-041472.90
2026-02-111465.27
2026-02-181461.31
2026-02-251465.94
2026-03-041464.18
2026-03-111451.94
2026-03-181429.96
2026-03-251428.78
2026-04-011425.48
2026-04-081423.54
2026-04-157.20
2026-04-227.17
2026-04-297.14
2026-05-067.12
2026-05-141417.32
2026-05-211436.68
2026-05-291464.36
2026-06-051457.73
2026-06-141447.11
2026-06-211440.56
2026-06-281438.35
2026-07-051433.17
2026-07-121424.68
2026-07-191415.73
2026-07-261406.72
2026-08-021403.43
2026-08-091395.52
2026-08-161386.94
2026-08-241384.16
2026-08-311372.02
2026-09-071370.34
2026-09-141369.81
2026-09-211364.58

High

1511.43

Low

7.1200

Average

1286.26

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TRY&currencies=ZWL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TRY&currencies=ZWL");
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=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&currencies=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.