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: show the values
| Point | ETB/KMF |
|---|---|
| 2025-09-27 | 2.9117 |
| 2025-10-04 | 2.8999 |
| 2025-10-11 | 2.8833 |
| 2025-10-18 | 2.8517 |
| 2025-10-25 | 2.7914 |
| 2025-11-01 | 2.7754 |
| 2025-11-08 | 2.7559 |
| 2025-11-15 | 2.7562 |
| 2025-11-22 | 2.7692 |
| 2025-11-29 | 2.7611 |
| 2025-12-06 | 2.7204 |
| 2025-12-14 | 2.6923 |
| 2025-12-21 | 2.7043 |
| 2025-12-28 | 2.6852 |
| 2026-01-04 | 2.7024 |
| 2026-01-11 | 2.7219 |
| 2026-01-18 | 2.7240 |
| 2026-01-25 | 2.6726 |
| 2026-02-01 | 2.6702 |
| 2026-02-08 | 2.6854 |
| 2026-02-15 | 2.6663 |
| 2026-02-22 | 2.6866 |
| 2026-03-01 | 2.6670 |
| 2026-03-08 | 2.7124 |
| 2026-03-15 | 2.7403 |
| 2026-03-22 | 2.6987 |
| 2026-03-29 | 2.7225 |
| 2026-04-05 | 2.7298 |
| 2026-04-12 | 2.6806 |
| 2026-04-19 | 2.6725 |
| 2026-04-26 | 2.7213 |
| 2026-05-03 | 2.6752 |
| 2026-05-10 | 2.6842 |
| 2026-05-18 | 2.7102 |
| 2026-05-26 | 2.6310 |
| 2026-06-02 | 2.6740 |
| 2026-06-11 | 2.6505 |
| 2026-06-18 | 2.6524 |
| 2026-06-25 | 2.6935 |
| 2026-07-02 | 2.7207 |
| 2026-07-09 | 2.6791 |
| 2026-07-16 | 2.6723 |
| 2026-07-23 | 2.6745 |
| 2026-07-30 | 2.6776 |
| 2026-08-06 | 2.6454 |
| 2026-08-13 | 2.6431 |
| 2026-08-21 | 2.5821 |
| 2026-08-28 | 2.5887 |
| 2026-09-04 | 2.6224 |
| 2026-09-11 | 2.6308 |
| 2026-09-18 | 2.6588 |
| 2026-09-25 | 2.6538 |
High
2.9117
Low
2.5821
Average
2.7041
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ETB¤cies=KMF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ETB¤cies=KMF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ETB¤cies=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¤cies=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.