Skip to content

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

CAD/TZS over YTD: show the values
PointCAD/TZS
2025-12-311789.62
2026-01-071777.45
2026-01-141778.19
2026-01-211806.96
2026-01-281864.42
2026-02-041877.81
2026-02-111892.32
2026-02-181883.92
2026-02-251865.21
2026-03-041872.66
2026-03-111905.49
2026-03-181884.04
2026-03-251864.26
2026-04-011856.31
2026-04-081868.56
2026-04-151886.95
2026-04-221903.21
2026-04-291909.58
2026-05-061914.10
2026-05-131890.01
2026-05-201897.24
2026-05-271895.95
2026-06-031887.36
2026-06-101877.80
2026-06-171871.19
2026-06-241841.89
2026-07-011843.21
2026-07-081850.58
2026-07-151869.15
2026-07-221868.40
2026-07-291869.45
2026-08-051879.51
2026-08-121896.24
2026-08-191901.56
2026-08-261908.98
2026-09-021896.01
2026-09-091915.25
2026-09-161894.20
2026-09-231874.08

High

1915.25

Low

1777.45

Average

1872.52

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=TZS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=TZS");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=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&currencies=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.