CAD to TZS exchange rate API
Canadian Dollar to Tanzanian Shilling · quoted 2026-09-27
1871.89
▲ +6.58% over 1Y
1 CAD = 1871.89 TZS · 1 TZS = 0.000534 CAD · Get this rate via the API
1 CAD buys 1871.89 TZS as of 2026-09-27, so 1 TZS buys 0.000534 CAD. Over the last year, CAD/TZS traded between 1733.78 and 1923.28, averaged 1849.45 and rose 6.58%. The API holds daily CAD/TZS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
CAD/TZS over 1Y: show the values
| Point | CAD/TZS |
|---|---|
| 2025-09-27 | 1756.38 |
| 2025-10-04 | 1759.48 |
| 2025-10-11 | 1748.63 |
| 2025-10-18 | 1755.87 |
| 2025-10-25 | 1779.09 |
| 2025-11-01 | 1755.32 |
| 2025-11-08 | 1749.80 |
| 2025-11-15 | 1738.03 |
| 2025-11-22 | 1733.78 |
| 2025-11-29 | 1761.84 |
| 2025-12-06 | 1763.12 |
| 2025-12-13 | 1787.55 |
| 2025-12-20 | 1804.03 |
| 2025-12-27 | 1808.71 |
| 2026-01-03 | 1798.73 |
| 2026-01-10 | 1795.77 |
| 2026-01-17 | 1805.62 |
| 2026-01-24 | 1851.89 |
| 2026-01-31 | 1887.49 |
| 2026-02-07 | 1883.50 |
| 2026-02-14 | 1911.22 |
| 2026-02-21 | 1886.11 |
| 2026-02-28 | 1876.99 |
| 2026-03-07 | 1904.17 |
| 2026-03-14 | 1895.85 |
| 2026-03-21 | 1884.97 |
| 2026-03-28 | 1853.65 |
| 2026-04-04 | 1864.19 |
| 2026-04-11 | 1881.75 |
| 2026-04-18 | 1883.32 |
| 2026-04-25 | 1899.37 |
| 2026-05-02 | 1915.79 |
| 2026-05-09 | 1900.73 |
| 2026-05-16 | 1894.85 |
| 2026-05-23 | 1902.38 |
| 2026-05-30 | 1901.66 |
| 2026-06-06 | 1883.03 |
| 2026-06-13 | 1869.68 |
| 2026-06-20 | 1855.60 |
| 2026-06-27 | 1852.58 |
| 2026-07-04 | 1848.78 |
| 2026-07-11 | 1857.73 |
| 2026-07-18 | 1872.68 |
| 2026-07-25 | 1868.92 |
| 2026-08-01 | 1884.83 |
| 2026-08-08 | 1897.98 |
| 2026-08-15 | 1909.83 |
| 2026-08-22 | 1923.28 |
| 2026-08-29 | 1903.21 |
| 2026-09-05 | 1915.98 |
| 2026-09-12 | 1906.77 |
| 2026-09-19 | 1893.82 |
| 2026-09-26 | 1871.89 |
High
1923.28
Low
1733.78
Average
1849.45
Get this rate via the API
One GET request returns the CAD/TZS 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=CAD¤cies=TZS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=TZS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=TZS").json()Replace YOUR_API_KEY with the key from your dashboard.
CAD/TZS API questions
How do I get the CAD/TZS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=TZS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CAD/TZS rate in rates.TZS.
How far back does CAD/TZS historical data go?
Daily CAD/TZS 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 CAD/TZS 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.