Skip to content

BWP to KMF exchange rate API

Pula to Comoro Franc · quoted 2026-09-24

31.7753

▲ +1.27% over 1Y

1 BWP = 31.7753 KMF · 1 KMF = 0.03147 BWP · Get this rate via the API

1 BWP buys 31.7753 KMF as of 2026-09-24, so 1 KMF buys 0.03147 BWP. Over the last year, BWP/KMF traded between 29.5728 and 31.8831, averaged 31.1797 and rose 1.27%. The API holds daily BWP/KMF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BWP/KMF over 1Y

BWP/KMF over 1Y: show the values
PointBWP/KMF
2025-09-2431.3758
2025-10-0129.5728
2025-10-0830.0943
2025-10-1530.4485
2025-10-2229.8602
2025-10-2929.9349
2025-11-0530.7700
2025-11-1230.5325
2025-11-1929.8738
2025-11-2631.1759
2025-12-0330.5391
2025-12-1130.9317
2025-12-1830.6661
2025-12-2531.7701
2026-01-0131.8782
2026-01-0830.3538
2026-01-1530.7407
2026-01-2231.0498
2026-01-2931.4167
2026-02-0531.6651
2026-02-1231.6044
2026-02-1931.5540
2026-02-2631.7576
2026-03-0531.5488
2026-03-1231.6974
2026-03-1931.3744
2026-03-2631.1446
2026-04-0231.0846
2026-04-0931.6605
2026-04-1631.2314
2026-04-2331.2049
2026-04-3031.2111
2026-05-0731.2040
2026-05-1529.8241
2026-05-2331.3225
2026-05-3031.4036
2026-06-0631.2060
2026-06-1531.3913
2026-06-2231.6029
2026-06-2931.7530
2026-07-0631.8831
2026-07-1331.8142
2026-07-2031.5979
2026-07-2731.4941
2026-08-0331.4058
2026-08-1031.6339
2026-08-1731.6011
2026-08-2531.4947
2026-09-0131.5253
2026-09-0831.6095
2026-09-1531.6291
2026-09-2231.6299

High

31.8831

Low

29.5728

Average

31.1797

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BWP/KMF API questions

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

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

How far back does BWP/KMF historical data go?

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