Skip to content

GBP to KMF exchange rate API

Pound Sterling to Comoro Franc · quoted 2026-09-26

572.0825

▼ +1.41% over 5Y

1 GBP = 572.0825 KMF · 1 KMF = 0.001748 GBP · Get this rate via the API

1 GBP buys 572.0825 KMF as of 2026-09-26, so 1 KMF buys 0.001748 GBP. Over the last 5 years, GBP/KMF traded between 558.3746 and 594.4387, averaged 574.9273 and fell 1.41%. The API holds daily GBP/KMF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GBP/KMF over 5Y

GBP/KMF over 5Y: show the values
PointGBP/KMF
2024-08-24580.2643
2024-10-07586.6135
2024-11-06583.5901
2024-12-06594.4387
2025-01-05592.6444
2025-02-04592.7452
2025-03-06586.1305
2025-04-06578.2037
2025-05-06582.4860
2025-06-07583.7906
2025-07-07569.1219
2025-08-06566.1067
2025-09-05568.4776
2025-10-06563.6263
2025-11-05558.3746
2025-12-05563.3052
2026-01-05565.5756
2026-02-04570.7515
2026-03-06564.6221
2026-04-05563.6262
2026-05-05569.1278
2026-06-06569.6450
2026-07-08575.2142
2026-08-07574.2087
2026-09-07573.3367

High

594.4387

Low

558.3746

Average

574.9273

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GBP/KMF API questions

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

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

How far back does GBP/KMF historical data go?

Daily GBP/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 GBP/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.