Skip to content

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

CAD/TZS over 1Y: show the values
PointCAD/TZS
2025-09-271756.38
2025-10-041759.48
2025-10-111748.63
2025-10-181755.87
2025-10-251779.09
2025-11-011755.32
2025-11-081749.80
2025-11-151738.03
2025-11-221733.78
2025-11-291761.84
2025-12-061763.12
2025-12-131787.55
2025-12-201804.03
2025-12-271808.71
2026-01-031798.73
2026-01-101795.77
2026-01-171805.62
2026-01-241851.89
2026-01-311887.49
2026-02-071883.50
2026-02-141911.22
2026-02-211886.11
2026-02-281876.99
2026-03-071904.17
2026-03-141895.85
2026-03-211884.97
2026-03-281853.65
2026-04-041864.19
2026-04-111881.75
2026-04-181883.32
2026-04-251899.37
2026-05-021915.79
2026-05-091900.73
2026-05-161894.85
2026-05-231902.38
2026-05-301901.66
2026-06-061883.03
2026-06-131869.68
2026-06-201855.60
2026-06-271852.58
2026-07-041848.78
2026-07-111857.73
2026-07-181872.68
2026-07-251868.92
2026-08-011884.83
2026-08-081897.98
2026-08-151909.83
2026-08-221923.28
2026-08-291903.21
2026-09-051915.98
2026-09-121906.77
2026-09-191893.82
2026-09-261871.89

High

1923.28

Low

1733.78

Average

1849.45

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.