FKP to KMF exchange rate API
Falkland Islands Pound to Comoro Franc · quoted 2026-09-24
572.3098
▲ +1.47% over YTD
1 FKP = 572.3098 KMF · 1 KMF = 0.001747 FKP · Get this rate via the API
1 FKP buys 572.3098 KMF as of 2026-09-24, so 1 KMF buys 0.001747 FKP. Over the year to date, FKP/KMF traded between 562.5195 and 578.6240, averaged 569.6475 and rose 1.47%. The API holds daily FKP/KMF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FKP/KMF over YTD: show the values
| Point | FKP/KMF |
|---|---|
| 2025-12-31 | 564.0369 |
| 2026-01-07 | 568.0846 |
| 2026-01-14 | 567.5752 |
| 2026-01-21 | 564.1644 |
| 2026-01-28 | 565.9953 |
| 2026-02-04 | 570.1619 |
| 2026-02-11 | 564.1708 |
| 2026-02-18 | 563.0576 |
| 2026-02-25 | 563.9663 |
| 2026-03-04 | 565.5377 |
| 2026-03-11 | 568.9452 |
| 2026-03-18 | 569.5964 |
| 2026-03-25 | 568.1783 |
| 2026-04-01 | 563.0459 |
| 2026-04-08 | 564.7956 |
| 2026-04-15 | 562.5195 |
| 2026-04-22 | 568.6890 |
| 2026-04-29 | 570.4888 |
| 2026-05-06 | 569.1600 |
| 2026-05-14 | 568.1343 |
| 2026-05-21 | 568.4870 |
| 2026-05-29 | 567.8663 |
| 2026-06-05 | 568.7631 |
| 2026-06-14 | 569.8548 |
| 2026-06-21 | 567.2292 |
| 2026-06-28 | 570.0900 |
| 2026-07-05 | 574.1557 |
| 2026-07-12 | 577.5182 |
| 2026-07-19 | 578.6240 |
| 2026-07-26 | 576.3614 |
| 2026-08-02 | 575.0179 |
| 2026-08-09 | 574.1543 |
| 2026-08-16 | 575.4389 |
| 2026-08-24 | 574.7525 |
| 2026-08-31 | 574.8825 |
| 2026-09-07 | 572.4314 |
| 2026-09-14 | 574.3567 |
| 2026-09-21 | 573.6541 |
High
578.6240
Low
562.5195
Average
569.6475
Get this rate via the API
One GET request returns the FKP/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=FKP¤cies=KMF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=KMF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=KMF").json()Replace YOUR_API_KEY with the key from your dashboard.
FKP/KMF API questions
How do I get the FKP/KMF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=KMF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FKP/KMF rate in rates.KMF.
How far back does FKP/KMF historical data go?
Daily FKP/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 FKP/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.