Skip to content

TTD to ZWL exchange rate API

Trinidad and Tobago Dollar to Zimbabwe Dollar · quoted 2026-09-25

9788.51

▲ +90.80% over 5Y

1 TTD = 9788.51 ZWL · 1 ZWL = 0.000102 TTD · Get this rate via the API

1 TTD buys 9788.51 ZWL as of 2026-09-25, so 1 ZWL buys 0.000102 TTD. Over the last 5 years, TTD/ZWL traded between 47.3933 and 10109.48, averaged 9020.73 and rose 90.80%. The API holds daily TTD/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TTD/ZWL over 5Y

TTD/ZWL over 5Y: show the values
PointTTD/ZWL
2024-08-245130.16
2024-10-075180.43
2024-11-0610109.48
2024-12-069395.62
2025-01-059399.65
2025-02-049708.57
2025-03-069793.40
2025-04-069927.01
2025-05-069888.31
2025-06-079959.12
2025-07-079912.99
2025-08-069958.74
2025-09-059835.56
2025-10-069830.55
2025-11-059723.19
2025-12-059668.60
2026-01-059525.75
2026-02-049476.11
2026-03-069506.55
2026-04-059393.50
2026-05-0547.39
2026-06-069924.12
2026-07-089853.10
2026-08-079815.64
2026-09-079786.85

High

10109.48

Low

47.3933

Average

9020.73

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TTD/ZWL API questions

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

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

How far back does TTD/ZWL historical data go?

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