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: show the values
| Point | KMF/TZS |
|---|---|
| 2025-09-25 | 5.6947 |
| 2025-10-02 | 5.7088 |
| 2025-10-09 | 5.7529 |
| 2025-10-16 | 5.7872 |
| 2025-10-23 | 5.8217 |
| 2025-10-30 | 5.7788 |
| 2025-11-06 | 5.7456 |
| 2025-11-13 | 5.7190 |
| 2025-11-20 | 5.6780 |
| 2025-11-27 | 5.7614 |
| 2025-12-04 | 5.7567 |
| 2025-12-12 | 5.8341 |
| 2025-12-19 | 5.8709 |
| 2025-12-26 | 5.8481 |
| 2026-01-02 | 5.8739 |
| 2026-01-09 | 5.8694 |
| 2026-01-16 | 5.8420 |
| 2026-01-23 | 5.9937 |
| 2026-01-30 | 6.1252 |
| 2026-02-06 | 6.1115 |
| 2026-02-13 | 6.2100 |
| 2026-02-20 | 6.1493 |
| 2026-02-27 | 6.0734 |
| 2026-03-06 | 6.0889 |
| 2026-03-13 | 6.0753 |
| 2026-03-20 | 6.0779 |
| 2026-03-27 | 6.0307 |
| 2026-04-03 | 5.9830 |
| 2026-04-10 | 6.1605 |
| 2026-04-17 | 6.2302 |
| 2026-04-24 | 6.1906 |
| 2026-05-01 | 6.1869 |
| 2026-05-08 | 6.2036 |
| 2026-05-16 | 6.1562 |
| 2026-05-24 | 6.1763 |
| 2026-05-31 | 6.1935 |
| 2026-06-09 | 6.1363 |
| 2026-06-16 | 6.1674 |
| 2026-06-23 | 6.1017 |
| 2026-06-30 | 6.0787 |
| 2026-07-07 | 6.1003 |
| 2026-07-14 | 6.0861 |
| 2026-07-21 | 6.1063 |
| 2026-07-28 | 6.0966 |
| 2026-08-04 | 6.1731 |
| 2026-08-11 | 6.2083 |
| 2026-08-18 | 6.2207 |
| 2026-08-26 | 6.2772 |
| 2026-09-02 | 6.2138 |
| 2026-09-09 | 6.2344 |
| 2026-09-16 | 6.1950 |
| 2026-09-23 | 6.1325 |
High
6.2772
Low
5.6780
Average
6.0263
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF¤cies=TZS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF¤cies=TZS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF¤cies=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¤cies=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.