CAD to TZS exchange rate API
Canadian Dollar to Tanzanian Shilling · quoted 2026-09-27
1871.89
▲ +1.29% over 6M
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 6 months, CAD/TZS traded between 1842.91 and 1913.58, averaged 1882.20 and rose 1.29%. 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 6M: show the values
| Point | CAD/TZS |
|---|---|
| 2026-03-31 | 1847.99 |
| 2026-04-07 | 1847.30 |
| 2026-04-14 | 1889.96 |
| 2026-04-21 | 1903.13 |
| 2026-04-28 | 1906.66 |
| 2026-05-05 | 1913.16 |
| 2026-05-12 | 1893.59 |
| 2026-05-19 | 1893.10 |
| 2026-05-26 | 1899.56 |
| 2026-06-02 | 1887.60 |
| 2026-06-09 | 1879.51 |
| 2026-06-16 | 1869.55 |
| 2026-06-23 | 1851.22 |
| 2026-06-30 | 1842.91 |
| 2026-07-07 | 1845.62 |
| 2026-07-14 | 1862.44 |
| 2026-07-21 | 1870.71 |
| 2026-07-28 | 1868.46 |
| 2026-08-04 | 1876.52 |
| 2026-08-11 | 1898.04 |
| 2026-08-18 | 1905.28 |
| 2026-08-25 | 1904.84 |
| 2026-09-01 | 1901.35 |
| 2026-09-08 | 1913.58 |
| 2026-09-15 | 1896.58 |
| 2026-09-22 | 1878.78 |
High
1913.58
Low
1842.91
Average
1882.20
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.