CHF to TZS exchange rate API
Swiss Franc to Tanzanian Shilling · quoted 2026-09-24
3187.95
▲ +3.13% over YTD
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 year to date, CHF/TZS traded between 3080.64 and 3341.37, averaged 3259.92 and rose 3.13%. 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 YTD: show the values
| Point | CHF/TZS |
|---|---|
| 2025-12-31 | 3091.20 |
| 2026-01-07 | 3082.45 |
| 2026-01-14 | 3080.64 |
| 2026-01-21 | 3156.91 |
| 2026-01-28 | 3295.81 |
| 2026-02-04 | 3305.43 |
| 2026-02-11 | 3334.87 |
| 2026-02-18 | 3337.54 |
| 2026-02-25 | 3295.88 |
| 2026-03-04 | 3280.56 |
| 2026-03-11 | 3321.47 |
| 2026-03-18 | 3275.52 |
| 2026-03-25 | 3254.16 |
| 2026-04-01 | 3256.57 |
| 2026-04-08 | 3287.15 |
| 2026-04-15 | 3322.62 |
| 2026-04-22 | 3326.00 |
| 2026-04-29 | 3309.50 |
| 2026-05-06 | 3341.37 |
| 2026-05-13 | 3311.19 |
| 2026-05-20 | 3303.67 |
| 2026-05-27 | 3334.74 |
| 2026-06-03 | 3313.54 |
| 2026-06-10 | 3272.81 |
| 2026-06-17 | 3305.78 |
| 2026-06-24 | 3225.71 |
| 2026-07-01 | 3231.90 |
| 2026-07-08 | 3246.05 |
| 2026-07-15 | 3241.74 |
| 2026-07-22 | 3239.87 |
| 2026-07-29 | 3215.44 |
| 2026-08-05 | 3264.26 |
| 2026-08-12 | 3254.94 |
| 2026-08-19 | 3255.82 |
| 2026-08-26 | 3292.07 |
| 2026-09-02 | 3243.59 |
| 2026-09-09 | 3267.37 |
| 2026-09-16 | 3223.89 |
| 2026-09-23 | 3208.69 |
High
3341.37
Low
3080.64
Average
3259.92
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=TZS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=TZS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=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¤cies=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.