ZMW to TTD exchange rate API
Zambian Kwacha to Trinidad and Tobago Dollar · quoted 2026-09-26
0.34781
▲ +22.16% over 1Y
1 ZMW = 0.34781 TTD · 1 TTD = 2.8752 ZMW · Get this rate via the API
1 ZMW buys 0.34781 TTD as of 2026-09-26, so 1 TTD buys 2.8752 ZMW. Over the last year, ZMW/TTD traded between 0.28471 and 0.38291, averaged 0.34130 and rose 22.16%. The API holds daily ZMW/TTD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
ZMW/TTD over 1Y: show the values
| Point | ZMW/TTD |
|---|---|
| 2025-09-26 | 0.28471 |
| 2025-10-03 | 0.28476 |
| 2025-10-10 | 0.29947 |
| 2025-10-17 | 0.29935 |
| 2025-10-24 | 0.30636 |
| 2025-10-31 | 0.30458 |
| 2025-11-07 | 0.29851 |
| 2025-11-14 | 0.29907 |
| 2025-11-21 | 0.29450 |
| 2025-11-28 | 0.29668 |
| 2025-12-05 | 0.29208 |
| 2025-12-13 | 0.29360 |
| 2025-12-20 | 0.30010 |
| 2025-12-27 | 0.30152 |
| 2026-01-03 | 0.30741 |
| 2026-01-10 | 0.34827 |
| 2026-01-17 | 0.33586 |
| 2026-01-24 | 0.34758 |
| 2026-01-31 | 0.34307 |
| 2026-02-07 | 0.36221 |
| 2026-02-14 | 0.37152 |
| 2026-02-21 | 0.35746 |
| 2026-02-28 | 0.35709 |
| 2026-03-07 | 0.35084 |
| 2026-03-14 | 0.34760 |
| 2026-03-21 | 0.34790 |
| 2026-03-28 | 0.36094 |
| 2026-04-04 | 0.35245 |
| 2026-04-11 | 0.35675 |
| 2026-04-18 | 0.35702 |
| 2026-04-25 | 0.35886 |
| 2026-05-02 | 0.36348 |
| 2026-05-09 | 0.35595 |
| 2026-05-17 | 0.35769 |
| 2026-05-25 | 0.35904 |
| 2026-06-01 | 0.36841 |
| 2026-06-10 | 0.38062 |
| 2026-06-17 | 0.38291 |
| 2026-06-24 | 0.37499 |
| 2026-07-01 | 0.37569 |
| 2026-07-08 | 0.36736 |
| 2026-07-15 | 0.37309 |
| 2026-07-22 | 0.36813 |
| 2026-07-29 | 0.36202 |
| 2026-08-05 | 0.35728 |
| 2026-08-12 | 0.35990 |
| 2026-08-20 | 0.36085 |
| 2026-08-27 | 0.35650 |
| 2026-09-03 | 0.35327 |
| 2026-09-10 | 0.35170 |
| 2026-09-17 | 0.34637 |
| 2026-09-24 | 0.34767 |
High
0.38291
Low
0.28471
Average
0.34130
Get this rate via the API
One GET request returns the ZMW/TTD 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=ZMW¤cies=TTD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=TTD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=TTD").json()Replace YOUR_API_KEY with the key from your dashboard.
ZMW/TTD API questions
How do I get the ZMW/TTD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=TTD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ZMW/TTD rate in rates.TTD.
How far back does ZMW/TTD historical data go?
Daily ZMW/TTD 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 ZMW/TTD 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.