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: show the values
| Point | BWP/KMF |
|---|---|
| 2025-09-24 | 31.3758 |
| 2025-10-01 | 29.5728 |
| 2025-10-08 | 30.0943 |
| 2025-10-15 | 30.4485 |
| 2025-10-22 | 29.8602 |
| 2025-10-29 | 29.9349 |
| 2025-11-05 | 30.7700 |
| 2025-11-12 | 30.5325 |
| 2025-11-19 | 29.8738 |
| 2025-11-26 | 31.1759 |
| 2025-12-03 | 30.5391 |
| 2025-12-11 | 30.9317 |
| 2025-12-18 | 30.6661 |
| 2025-12-25 | 31.7701 |
| 2026-01-01 | 31.8782 |
| 2026-01-08 | 30.3538 |
| 2026-01-15 | 30.7407 |
| 2026-01-22 | 31.0498 |
| 2026-01-29 | 31.4167 |
| 2026-02-05 | 31.6651 |
| 2026-02-12 | 31.6044 |
| 2026-02-19 | 31.5540 |
| 2026-02-26 | 31.7576 |
| 2026-03-05 | 31.5488 |
| 2026-03-12 | 31.6974 |
| 2026-03-19 | 31.3744 |
| 2026-03-26 | 31.1446 |
| 2026-04-02 | 31.0846 |
| 2026-04-09 | 31.6605 |
| 2026-04-16 | 31.2314 |
| 2026-04-23 | 31.2049 |
| 2026-04-30 | 31.2111 |
| 2026-05-07 | 31.2040 |
| 2026-05-15 | 29.8241 |
| 2026-05-23 | 31.3225 |
| 2026-05-30 | 31.4036 |
| 2026-06-06 | 31.2060 |
| 2026-06-15 | 31.3913 |
| 2026-06-22 | 31.6029 |
| 2026-06-29 | 31.7530 |
| 2026-07-06 | 31.8831 |
| 2026-07-13 | 31.8142 |
| 2026-07-20 | 31.5979 |
| 2026-07-27 | 31.4941 |
| 2026-08-03 | 31.4058 |
| 2026-08-10 | 31.6339 |
| 2026-08-17 | 31.6011 |
| 2026-08-25 | 31.4947 |
| 2026-09-01 | 31.5253 |
| 2026-09-08 | 31.6095 |
| 2026-09-15 | 31.6291 |
| 2026-09-22 | 31.6299 |
High
31.8831
Low
29.5728
Average
31.1797
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BWP¤cies=KMF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BWP¤cies=KMF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BWP¤cies=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¤cies=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.