Skip to content

CHF to TZS exchange rate API

Swiss Franc to Tanzanian Shilling · quoted 2026-09-24

3187.95

▲ +5.22% over 1Y

1 CHF = 3187.95 TZS · 1 TZS = 0.000314 CHF · Get this rate via the API

1 CHF buys 3187.95 TZS as of 2026-09-24, so 1 TZS buys 0.000314 CHF. Over the last year, CHF/TZS traded between 2999.97 and 3341.37, averaged 3204.94 and rose 5.22%. The API holds daily CHF/TZS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CHF/TZS over 1Y

CHF/TZS over 1Y: show the values
PointCHF/TZS
2025-09-243029.87
2025-10-012999.97
2025-10-083044.74
2025-10-153050.09
2025-10-223082.92
2025-10-293063.61
2025-11-053027.26
2025-11-123052.92
2025-11-193017.94
2025-11-263025.24
2025-12-033043.00
2025-12-103034.31
2025-12-173081.20
2025-12-243116.82
2025-12-313091.20
2026-01-073082.45
2026-01-143080.64
2026-01-213156.91
2026-01-283295.81
2026-02-043305.43
2026-02-113334.87
2026-02-183337.54
2026-02-253295.88
2026-03-043280.56
2026-03-113321.47
2026-03-183275.52
2026-03-253254.16
2026-04-013256.57
2026-04-083287.15
2026-04-153322.62
2026-04-223326.00
2026-04-293309.50
2026-05-063341.37
2026-05-133311.19
2026-05-203303.67
2026-05-273334.74
2026-06-033313.54
2026-06-103272.81
2026-06-173305.78
2026-06-243225.71
2026-07-013231.90
2026-07-083246.05
2026-07-153241.74
2026-07-223239.87
2026-07-293215.44
2026-08-053264.26
2026-08-123254.94
2026-08-193255.82
2026-08-263292.07
2026-09-023243.59
2026-09-093267.37
2026-09-163223.89
2026-09-233208.69

High

3341.37

Low

2999.97

Average

3204.94

For developers

Get this rate via the API

One GET request returns the CHF/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=CHF&currencies=TZS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&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=CHF&currencies=TZS").json()

Replace YOUR_API_KEY with the key from your dashboard.

CHF/TZS API questions

How do I get the CHF/TZS exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=TZS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/TZS rate in rates.TZS.

How far back does CHF/TZS historical data go?

Daily CHF/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 CHF/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.