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: show the values
| Point | TTD/ZWL |
|---|---|
| 2024-08-24 | 5130.16 |
| 2024-10-07 | 5180.43 |
| 2024-11-06 | 10109.48 |
| 2024-12-06 | 9395.62 |
| 2025-01-05 | 9399.65 |
| 2025-02-04 | 9708.57 |
| 2025-03-06 | 9793.40 |
| 2025-04-06 | 9927.01 |
| 2025-05-06 | 9888.31 |
| 2025-06-07 | 9959.12 |
| 2025-07-07 | 9912.99 |
| 2025-08-06 | 9958.74 |
| 2025-09-05 | 9835.56 |
| 2025-10-06 | 9830.55 |
| 2025-11-05 | 9723.19 |
| 2025-12-05 | 9668.60 |
| 2026-01-05 | 9525.75 |
| 2026-02-04 | 9476.11 |
| 2026-03-06 | 9506.55 |
| 2026-04-05 | 9393.50 |
| 2026-05-05 | 47.39 |
| 2026-06-06 | 9924.12 |
| 2026-07-08 | 9853.10 |
| 2026-08-07 | 9815.64 |
| 2026-09-07 | 9786.85 |
High
10109.48
Low
47.3933
Average
9020.73
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=ZWL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=ZWL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=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¤cies=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.