Skip to content

KMF to TZS exchange rate API

Comoro Franc to Tanzanian Shilling · quoted 2026-09-25

6.1038

▲ +4.38% over YTD

1 KMF = 6.1038 TZS · 1 TZS = 0.16383 KMF · Get this rate via the API

1 KMF buys 6.1038 TZS as of 2026-09-25, so 1 TZS buys 0.16383 KMF. Over the year to date, KMF/TZS traded between 5.8380 and 6.2626, averaged 6.1226 and rose 4.38%. The API holds daily KMF/TZS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

KMF/TZS over YTD

KMF/TZS over YTD: show the values
PointKMF/TZS
2025-12-315.8479
2026-01-075.8380
2026-01-145.8381
2026-01-215.9419
2026-01-286.1647
2026-02-046.1624
2026-02-116.2043
2026-02-186.1900
2026-02-256.1181
2026-03-046.0299
2026-03-116.1179
2026-03-186.0594
2026-03-256.0619
2026-04-016.0639
2026-04-086.1440
2026-04-156.2214
2026-04-226.1925
2026-04-296.2023
2026-05-066.1913
2026-05-146.1583
2026-05-216.1577
2026-05-296.1913
2026-06-056.1672
2026-06-146.1578
2026-06-216.1185
2026-06-286.0784
2026-07-056.1022
2026-07-126.1022
2026-07-196.1149
2026-07-266.0974
2026-08-026.1594
2026-08-096.2049
2026-08-166.2110
2026-08-246.2626
2026-08-316.2187
2026-09-076.2298
2026-09-146.2029
2026-09-216.1516

High

6.2626

Low

5.8380

Average

6.1226

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

KMF/TZS API questions

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

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

How far back does KMF/TZS historical data go?

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