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: show the values
| Point | GBP/KMF |
|---|---|
| 2025-09-26 | 563.0731 |
| 2025-10-03 | 564.3163 |
| 2025-10-10 | 564.9112 |
| 2025-10-17 | 564.7763 |
| 2025-10-24 | 563.8399 |
| 2025-10-31 | 557.2213 |
| 2025-11-07 | 559.4627 |
| 2025-11-14 | 556.7646 |
| 2025-11-21 | 558.0942 |
| 2025-11-28 | 561.2334 |
| 2025-12-05 | 563.3052 |
| 2025-12-13 | 560.5513 |
| 2025-12-20 | 561.7862 |
| 2025-12-27 | 563.7230 |
| 2026-01-03 | 564.4617 |
| 2026-01-10 | 566.2714 |
| 2026-01-17 | 566.2088 |
| 2026-01-24 | 567.9043 |
| 2026-01-31 | 567.6925 |
| 2026-02-07 | 567.1100 |
| 2026-02-14 | 566.2728 |
| 2026-02-21 | 562.7964 |
| 2026-02-28 | 561.9516 |
| 2026-03-07 | 568.1967 |
| 2026-03-14 | 568.4883 |
| 2026-03-21 | 566.3510 |
| 2026-03-28 | 567.8283 |
| 2026-04-04 | 563.7298 |
| 2026-04-11 | 565.1108 |
| 2026-04-18 | 565.3040 |
| 2026-04-25 | 566.8117 |
| 2026-05-02 | 570.2762 |
| 2026-05-09 | 569.9015 |
| 2026-05-17 | 563.8329 |
| 2026-05-25 | 570.6659 |
| 2026-06-01 | 568.7326 |
| 2026-06-10 | 570.0793 |
| 2026-06-17 | 567.9631 |
| 2026-06-24 | 569.7355 |
| 2026-07-01 | 571.1641 |
| 2026-07-08 | 575.2142 |
| 2026-07-15 | 576.3780 |
| 2026-07-22 | 576.5463 |
| 2026-07-29 | 573.6667 |
| 2026-08-05 | 574.7556 |
| 2026-08-12 | 576.7917 |
| 2026-08-20 | 573.8718 |
| 2026-08-27 | 573.5770 |
| 2026-09-03 | 572.5472 |
| 2026-09-10 | 571.5380 |
| 2026-09-17 | 574.0819 |
| 2026-09-24 | 571.6578 |
High
576.7917
Low
556.7646
Average
567.3700
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=KMF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=KMF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=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¤cies=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.