Skip to content

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

FKP/KMF over YTD: show the values
PointFKP/KMF
2025-12-31564.0369
2026-01-07568.0846
2026-01-14567.5752
2026-01-21564.1644
2026-01-28565.9953
2026-02-04570.1619
2026-02-11564.1708
2026-02-18563.0576
2026-02-25563.9663
2026-03-04565.5377
2026-03-11568.9452
2026-03-18569.5964
2026-03-25568.1783
2026-04-01563.0459
2026-04-08564.7956
2026-04-15562.5195
2026-04-22568.6890
2026-04-29570.4888
2026-05-06569.1600
2026-05-14568.1343
2026-05-21568.4870
2026-05-29567.8663
2026-06-05568.7631
2026-06-14569.8548
2026-06-21567.2292
2026-06-28570.0900
2026-07-05574.1557
2026-07-12577.5182
2026-07-19578.6240
2026-07-26576.3614
2026-08-02575.0179
2026-08-09574.1543
2026-08-16575.4389
2026-08-24574.7525
2026-08-31574.8825
2026-09-07572.4314
2026-09-14574.3567
2026-09-21573.6541

High

578.6240

Low

562.5195

Average

569.6475

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=KMF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&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=FKP&currencies=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&currencies=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.