Skip to content

ZWL to TRY exchange rate API

Zimbabwe Dollar to Turkish Lira · quoted 2026-09-25

0.000735

▲ +1.80% over 30D

1 ZWL = 0.000735 TRY · 1 TRY = 1360.54 ZWL · Get this rate via the API

1 ZWL buys 0.000735 TRY as of 2026-09-25, so 1 TRY buys 1360.54 ZWL. Over the last 30 days, ZWL/TRY traded between 0.000721 and 0.15151, averaged 0.005440 and rose 1.80%. The API holds daily ZWL/TRY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZWL/TRY over 30D

ZWL/TRY over 30D: show the values
PointZWL/TRY
2026-08-260.000722
2026-08-270.000726
2026-08-280.000726
2026-08-290.000728
2026-08-300.000728
2026-08-310.000728
2026-09-010.000723
2026-09-020.000721
2026-09-030.000723
2026-09-040.000727
2026-09-050.000729
2026-09-060.000729
2026-09-070.000729
2026-09-080.000722
2026-09-090.000725
2026-09-100.000727
2026-09-110.000729
2026-09-120.000728
2026-09-130.000729
2026-09-140.000730
2026-09-150.000726
2026-09-160.000726
2026-09-170.000729
2026-09-180.151506
2026-09-190.000732
2026-09-200.000732
2026-09-210.000732
2026-09-220.000733
2026-09-230.000732
2026-09-240.000733
2026-09-250.000735

High

0.15151

Low

0.000721

Average

0.005440

For developers

Get this rate via the API

One GET request returns the ZWL/TRY 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=ZWL&currencies=TRY"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZWL&currencies=TRY");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZWL&currencies=TRY").json()

Replace YOUR_API_KEY with the key from your dashboard.

ZWL/TRY API questions

How do I get the ZWL/TRY exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZWL&currencies=TRY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ZWL/TRY rate in rates.TRY.

How far back does ZWL/TRY historical data go?

Daily ZWL/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 ZWL/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.