Skip to content

KMF to EGP exchange rate API

Comoro Franc to Egyptian Pound · quoted 2026-09-25

0.11965

▲ +4.09% over 1Y

1 KMF = 0.11965 EGP · 1 EGP = 8.3577 KMF · Get this rate via the API

1 KMF buys 0.11965 EGP as of 2026-09-25, so 1 EGP buys 8.3577 KMF. Over the last year, KMF/EGP traded between 0.11078 and 0.12757, averaged 0.11738 and rose 4.09%. The API holds daily KMF/EGP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

KMF/EGP over 1Y

KMF/EGP over 1Y: show the values
PointKMF/EGP
2025-09-250.11495
2025-10-020.11401
2025-10-090.11252
2025-10-160.11294
2025-10-230.11219
2025-10-300.11156
2025-11-060.11078
2025-11-130.11117
2025-11-200.11104
2025-11-270.11250
2025-12-040.11271
2025-12-120.11337
2025-12-190.11338
2025-12-260.11392
2026-01-020.11403
2026-01-090.11187
2026-01-160.11147
2026-01-230.11247
2026-01-300.11351
2026-02-060.11230
2026-02-130.11304
2026-02-200.11359
2026-02-270.11499
2026-03-060.11838
2026-03-130.12260
2026-03-200.12282
2026-03-270.12369
2026-04-030.12739
2026-04-100.12610
2026-04-170.12359
2026-04-240.12469
2026-05-010.12757
2026-05-080.12582
2026-05-160.12495
2026-05-240.12490
2026-05-310.12400
2026-06-090.12163
2026-06-160.11828
2026-06-230.11556
2026-06-300.11396
2026-07-070.11350
2026-07-140.11703
2026-07-210.11841
2026-07-280.11702
2026-08-040.11746
2026-08-110.11762
2026-08-180.11858
2026-08-260.11927
2026-09-020.12004
2026-09-090.12090
2026-09-160.12210
2026-09-230.11958

High

0.12757

Low

0.11078

Average

0.11738

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

KMF/EGP API questions

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

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

How far back does KMF/EGP historical data go?

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