CAD to TZS exchange rate API
Canadian Dollar to Tanzanian Shilling · quoted 2026-09-27
1871.89
▼ +1.93% over 30D
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 30 days, CAD/TZS traded between 1866.04 and 1915.98, averaged 1896.30 and fell 1.93%. 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 30D: show the values
| Point | CAD/TZS |
|---|---|
| 2026-08-28 | 1908.69 |
| 2026-08-29 | 1903.21 |
| 2026-08-30 | 1897.48 |
| 2026-08-31 | 1900.81 |
| 2026-09-01 | 1901.35 |
| 2026-09-02 | 1896.01 |
| 2026-09-03 | 1915.87 |
| 2026-09-04 | 1915.96 |
| 2026-09-05 | 1915.98 |
| 2026-09-06 | 1909.15 |
| 2026-09-07 | 1910.05 |
| 2026-09-08 | 1913.58 |
| 2026-09-09 | 1915.25 |
| 2026-09-10 | 1910.20 |
| 2026-09-11 | 1904.73 |
| 2026-09-12 | 1906.77 |
| 2026-09-13 | 1901.60 |
| 2026-09-14 | 1899.65 |
| 2026-09-15 | 1896.58 |
| 2026-09-16 | 1894.20 |
| 2026-09-17 | 1885.98 |
| 2026-09-18 | 1884.52 |
| 2026-09-19 | 1893.82 |
| 2026-09-20 | 1887.40 |
| 2026-09-21 | 1882.85 |
| 2026-09-22 | 1878.78 |
| 2026-09-23 | 1874.08 |
| 2026-09-24 | 1870.81 |
| 2026-09-25 | 1866.04 |
| 2026-09-26 | 1871.89 |
High
1915.98
Low
1866.04
Average
1896.30
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.