Skip to content

KMF to TZS exchange rate API

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

6.1038

▲ +7.18% over 1Y

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 last year, KMF/TZS traded between 5.6780 and 6.2772, averaged 6.0263 and rose 7.18%. 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 1Y

KMF/TZS over 1Y: show the values
PointKMF/TZS
2025-09-255.6947
2025-10-025.7088
2025-10-095.7529
2025-10-165.7872
2025-10-235.8217
2025-10-305.7788
2025-11-065.7456
2025-11-135.7190
2025-11-205.6780
2025-11-275.7614
2025-12-045.7567
2025-12-125.8341
2025-12-195.8709
2025-12-265.8481
2026-01-025.8739
2026-01-095.8694
2026-01-165.8420
2026-01-235.9937
2026-01-306.1252
2026-02-066.1115
2026-02-136.2100
2026-02-206.1493
2026-02-276.0734
2026-03-066.0889
2026-03-136.0753
2026-03-206.0779
2026-03-276.0307
2026-04-035.9830
2026-04-106.1605
2026-04-176.2302
2026-04-246.1906
2026-05-016.1869
2026-05-086.2036
2026-05-166.1562
2026-05-246.1763
2026-05-316.1935
2026-06-096.1363
2026-06-166.1674
2026-06-236.1017
2026-06-306.0787
2026-07-076.1003
2026-07-146.0861
2026-07-216.1063
2026-07-286.0966
2026-08-046.1731
2026-08-116.2083
2026-08-186.2207
2026-08-266.2772
2026-09-026.2138
2026-09-096.2344
2026-09-166.1950
2026-09-236.1325

High

6.2772

Low

5.6780

Average

6.0263

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.