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: show the values
| Point | DOP/KMF |
|---|---|
| 2025-09-26 | 6.7572 |
| 2025-10-03 | 6.7069 |
| 2025-10-10 | 6.7514 |
| 2025-10-17 | 6.6516 |
| 2025-10-24 | 6.6513 |
| 2025-10-31 | 6.6251 |
| 2025-11-07 | 6.6300 |
| 2025-11-14 | 6.5660 |
| 2025-11-21 | 6.6938 |
| 2025-11-28 | 6.7807 |
| 2025-12-05 | 6.6372 |
| 2025-12-13 | 6.5637 |
| 2025-12-20 | 6.7046 |
| 2025-12-27 | 6.6636 |
| 2026-01-03 | 6.6498 |
| 2026-01-10 | 6.6657 |
| 2026-01-17 | 6.6873 |
| 2026-01-24 | 6.6080 |
| 2026-01-31 | 6.6048 |
| 2026-02-07 | 6.6208 |
| 2026-02-14 | 6.6580 |
| 2026-02-21 | 6.8243 |
| 2026-02-28 | 6.9233 |
| 2026-03-07 | 7.0340 |
| 2026-03-14 | 6.9527 |
| 2026-03-21 | 7.1918 |
| 2026-03-28 | 7.1662 |
| 2026-04-04 | 7.0282 |
| 2026-04-11 | 6.9565 |
| 2026-04-18 | 6.9234 |
| 2026-04-25 | 7.0618 |
| 2026-05-02 | 7.0584 |
| 2026-05-09 | 7.0429 |
| 2026-05-17 | 7.1373 |
| 2026-05-25 | 7.1931 |
| 2026-06-01 | 7.1911 |
| 2026-06-10 | 7.2996 |
| 2026-06-17 | 7.2303 |
| 2026-06-24 | 7.3634 |
| 2026-07-01 | 7.2416 |
| 2026-07-08 | 7.2811 |
| 2026-07-15 | 7.3575 |
| 2026-07-22 | 7.3818 |
| 2026-07-29 | 7.4346 |
| 2026-08-05 | 7.3224 |
| 2026-08-12 | 7.3155 |
| 2026-08-20 | 7.2112 |
| 2026-08-27 | 7.2537 |
| 2026-09-03 | 7.2309 |
| 2026-09-10 | 7.1933 |
| 2026-09-17 | 7.3196 |
| 2026-09-24 | 7.2466 |
High
7.4346
Low
6.5637
Average
6.9718
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=KMF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=KMF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=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¤cies=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.