Skip to content

DOP to KMF exchange rate API

Dominican Peso to Comoro Franc · quoted 2026-09-26

7.2610

▲ +7.46% over 1Y

1 DOP = 7.2610 KMF · 1 KMF = 0.13772 DOP · Get this rate via the API

1 DOP buys 7.2610 KMF as of 2026-09-26, so 1 KMF buys 0.13772 DOP. Over the last year, DOP/KMF traded between 6.5637 and 7.4346, averaged 6.9718 and rose 7.46%. The API holds daily DOP/KMF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DOP/KMF over 1Y

DOP/KMF over 1Y: show the values
PointDOP/KMF
2025-09-266.7572
2025-10-036.7069
2025-10-106.7514
2025-10-176.6516
2025-10-246.6513
2025-10-316.6251
2025-11-076.6300
2025-11-146.5660
2025-11-216.6938
2025-11-286.7807
2025-12-056.6372
2025-12-136.5637
2025-12-206.7046
2025-12-276.6636
2026-01-036.6498
2026-01-106.6657
2026-01-176.6873
2026-01-246.6080
2026-01-316.6048
2026-02-076.6208
2026-02-146.6580
2026-02-216.8243
2026-02-286.9233
2026-03-077.0340
2026-03-146.9527
2026-03-217.1918
2026-03-287.1662
2026-04-047.0282
2026-04-116.9565
2026-04-186.9234
2026-04-257.0618
2026-05-027.0584
2026-05-097.0429
2026-05-177.1373
2026-05-257.1931
2026-06-017.1911
2026-06-107.2996
2026-06-177.2303
2026-06-247.3634
2026-07-017.2416
2026-07-087.2811
2026-07-157.3575
2026-07-227.3818
2026-07-297.4346
2026-08-057.3224
2026-08-127.3155
2026-08-207.2112
2026-08-277.2537
2026-09-037.2309
2026-09-107.1933
2026-09-177.3196
2026-09-247.2466

High

7.4346

Low

6.5637

Average

6.9718

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

DOP/KMF API questions

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

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

How far back does DOP/KMF historical data go?

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