Skip to content

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

TRY/ZWL over 1Y: show the values
PointTRY/ZWL
2025-09-251604.06
2025-10-021603.65
2025-10-091600.53
2025-10-161590.87
2025-10-231576.26
2025-10-301574.18
2025-11-061561.40
2025-11-131557.39
2025-11-201549.20
2025-11-271542.24
2025-12-041541.78
2025-12-121532.44
2025-12-191523.75
2025-12-261515.55
2026-01-021509.07
2026-01-091491.13
2026-01-161480.38
2026-01-231476.25
2026-01-301470.39
2026-02-061475.88
2026-02-131460.09
2026-02-201457.61
2026-02-271458.10
2026-03-061460.17
2026-03-131440.41
2026-03-201426.95
2026-03-271425.78
2026-04-031421.02
2026-04-107.21
2026-04-177.18
2026-04-247.15
2026-05-017.13
2026-05-087.10
2026-05-161417.38
2026-05-241440.58
2026-05-311465.39
2026-06-091452.24
2026-06-161440.37
2026-06-231439.12
2026-06-301437.15
2026-07-071434.78
2026-07-141424.53
2026-07-211418.74
2026-07-281418.07
2026-08-041401.48
2026-08-111392.85
2026-08-181392.87
2026-08-261383.94
2026-09-021386.64
2026-09-091377.67
2026-09-161375.93
2026-09-231365.89

High

1604.06

Low

7.0980

Average

1331.83

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.