Skip to content

GBP to KMF exchange rate API

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

572.0825

▲ +1.60% over 1Y

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 year, GBP/KMF traded between 556.7646 and 576.7917, averaged 567.3700 and rose 1.60%. 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 1Y

GBP/KMF over 1Y: show the values
PointGBP/KMF
2025-09-26563.0731
2025-10-03564.3163
2025-10-10564.9112
2025-10-17564.7763
2025-10-24563.8399
2025-10-31557.2213
2025-11-07559.4627
2025-11-14556.7646
2025-11-21558.0942
2025-11-28561.2334
2025-12-05563.3052
2025-12-13560.5513
2025-12-20561.7862
2025-12-27563.7230
2026-01-03564.4617
2026-01-10566.2714
2026-01-17566.2088
2026-01-24567.9043
2026-01-31567.6925
2026-02-07567.1100
2026-02-14566.2728
2026-02-21562.7964
2026-02-28561.9516
2026-03-07568.1967
2026-03-14568.4883
2026-03-21566.3510
2026-03-28567.8283
2026-04-04563.7298
2026-04-11565.1108
2026-04-18565.3040
2026-04-25566.8117
2026-05-02570.2762
2026-05-09569.9015
2026-05-17563.8329
2026-05-25570.6659
2026-06-01568.7326
2026-06-10570.0793
2026-06-17567.9631
2026-06-24569.7355
2026-07-01571.1641
2026-07-08575.2142
2026-07-15576.3780
2026-07-22576.5463
2026-07-29573.6667
2026-08-05574.7556
2026-08-12576.7917
2026-08-20573.8718
2026-08-27573.5770
2026-09-03572.5472
2026-09-10571.5380
2026-09-17574.0819
2026-09-24571.6578

High

576.7917

Low

556.7646

Average

567.3700

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.