CAD to TZS exchange rate API
Canadian Dollar to Tanzanian Shilling · quoted 2026-09-27
1871.89
▲ +4.60% over YTD
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 year to date, CAD/TZS traded between 1777.45 and 1915.25, averaged 1872.52 and rose 4.60%. 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 YTD: show the values
| Point | CAD/TZS |
|---|---|
| 2025-12-31 | 1789.62 |
| 2026-01-07 | 1777.45 |
| 2026-01-14 | 1778.19 |
| 2026-01-21 | 1806.96 |
| 2026-01-28 | 1864.42 |
| 2026-02-04 | 1877.81 |
| 2026-02-11 | 1892.32 |
| 2026-02-18 | 1883.92 |
| 2026-02-25 | 1865.21 |
| 2026-03-04 | 1872.66 |
| 2026-03-11 | 1905.49 |
| 2026-03-18 | 1884.04 |
| 2026-03-25 | 1864.26 |
| 2026-04-01 | 1856.31 |
| 2026-04-08 | 1868.56 |
| 2026-04-15 | 1886.95 |
| 2026-04-22 | 1903.21 |
| 2026-04-29 | 1909.58 |
| 2026-05-06 | 1914.10 |
| 2026-05-13 | 1890.01 |
| 2026-05-20 | 1897.24 |
| 2026-05-27 | 1895.95 |
| 2026-06-03 | 1887.36 |
| 2026-06-10 | 1877.80 |
| 2026-06-17 | 1871.19 |
| 2026-06-24 | 1841.89 |
| 2026-07-01 | 1843.21 |
| 2026-07-08 | 1850.58 |
| 2026-07-15 | 1869.15 |
| 2026-07-22 | 1868.40 |
| 2026-07-29 | 1869.45 |
| 2026-08-05 | 1879.51 |
| 2026-08-12 | 1896.24 |
| 2026-08-19 | 1901.56 |
| 2026-08-26 | 1908.98 |
| 2026-09-02 | 1896.01 |
| 2026-09-09 | 1915.25 |
| 2026-09-16 | 1894.20 |
| 2026-09-23 | 1874.08 |
High
1915.25
Low
1777.45
Average
1872.52
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.