Skip to content

KMF to BOB exchange rate API

Comoro Franc to Boliviano · quoted 2026-09-26

0.02830

▲ +72.62% over 1Y

1 KMF = 0.02830 BOB · 1 BOB = 35.3382 KMF · Get this rate via the API

1 KMF buys 0.02830 BOB as of 2026-09-26, so 1 BOB buys 35.3382 KMF. Over the last year, KMF/BOB traded between 0.01600 and 0.02960, averaged 0.01896 and rose 72.62%. The API holds daily KMF/BOB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

KMF/BOB over 1Y

KMF/BOB over 1Y: show the values
PointKMF/BOB
2025-09-260.01639
2025-10-030.01648
2025-10-100.01630
2025-10-170.01645
2025-10-240.01628
2025-10-310.01627
2025-11-070.01620
2025-11-140.01638
2025-11-210.01622
2025-11-280.01627
2025-12-050.01638
2025-12-130.01647
2025-12-200.01645
2025-12-270.01656
2026-01-030.01649
2026-01-100.01638
2026-01-170.01629
2026-01-240.01660
2026-01-310.01664
2026-02-070.01653
2026-02-140.01665
2026-02-210.01654
2026-02-280.01656
2026-03-070.01631
2026-03-140.01610
2026-03-210.01627
2026-03-280.01621
2026-04-040.01619
2026-04-110.01645
2026-04-180.01653
2026-04-250.01645
2026-05-020.01646
2026-05-090.01653
2026-05-170.01637
2026-05-250.01628
2026-06-010.01636
2026-06-100.01622
2026-06-170.01635
2026-06-240.01600
2026-07-010.01604
2026-07-080.02298
2026-07-150.02415
2026-07-220.02510
2026-07-290.02633
2026-08-050.02844
2026-08-120.02805
2026-08-200.02727
2026-08-270.02736
2026-09-030.02864
2026-09-100.02960
2026-09-170.02712
2026-09-240.02666

High

0.02960

Low

0.01600

Average

0.01896

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF&currencies=BOB").json()

Replace YOUR_API_KEY with the key from your dashboard.

KMF/BOB API questions

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

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

How far back does KMF/BOB historical data go?

Daily KMF/BOB 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 KMF/BOB 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.