Skip to content

ETB to KMF exchange rate API

Ethiopian Birr to Comoro Franc · quoted 2026-09-27

2.6651

▼ +8.47% over 1Y

1 ETB = 2.6651 KMF · 1 KMF = 0.37522 ETB · Get this rate via the API

1 ETB buys 2.6651 KMF as of 2026-09-27, so 1 KMF buys 0.37522 ETB. Over the last year, ETB/KMF traded between 2.5821 and 2.9117, averaged 2.7041 and fell 8.47%. The API holds daily ETB/KMF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ETB/KMF over 1Y

ETB/KMF over 1Y: show the values
PointETB/KMF
2025-09-272.9117
2025-10-042.8999
2025-10-112.8833
2025-10-182.8517
2025-10-252.7914
2025-11-012.7754
2025-11-082.7559
2025-11-152.7562
2025-11-222.7692
2025-11-292.7611
2025-12-062.7204
2025-12-142.6923
2025-12-212.7043
2025-12-282.6852
2026-01-042.7024
2026-01-112.7219
2026-01-182.7240
2026-01-252.6726
2026-02-012.6702
2026-02-082.6854
2026-02-152.6663
2026-02-222.6866
2026-03-012.6670
2026-03-082.7124
2026-03-152.7403
2026-03-222.6987
2026-03-292.7225
2026-04-052.7298
2026-04-122.6806
2026-04-192.6725
2026-04-262.7213
2026-05-032.6752
2026-05-102.6842
2026-05-182.7102
2026-05-262.6310
2026-06-022.6740
2026-06-112.6505
2026-06-182.6524
2026-06-252.6935
2026-07-022.7207
2026-07-092.6791
2026-07-162.6723
2026-07-232.6745
2026-07-302.6776
2026-08-062.6454
2026-08-132.6431
2026-08-212.5821
2026-08-282.5887
2026-09-042.6224
2026-09-112.6308
2026-09-182.6588
2026-09-252.6538

High

2.9117

Low

2.5821

Average

2.7041

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ETB&currencies=KMF").json()

Replace YOUR_API_KEY with the key from your dashboard.

ETB/KMF API questions

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

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

How far back does ETB/KMF historical data go?

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