Skip to content

DOP to MWK exchange rate API

Dominican Peso to Kwacha · quoted 2026-09-26

29.1197

▲ +0.17% over 5Y

1 DOP = 29.1197 MWK · 1 MWK = 0.03434 DOP · Get this rate via the API

1 DOP buys 29.1197 MWK as of 2026-09-26, so 1 MWK buys 0.03434 DOP. Over the last 5 years, DOP/MWK traded between 27.0593 and 29.8014, averaged 28.5507 and rose 0.17%. The API holds daily DOP/MWK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DOP/MWK over 5Y

DOP/MWK over 5Y: show the values
PointDOP/MWK
2024-08-2429.0702
2024-10-0728.8390
2024-11-0628.7295
2024-12-0628.6647
2025-01-0528.3780
2025-02-0428.0321
2025-03-0627.7672
2025-04-0627.6058
2025-05-0629.5564
2025-06-0729.3176
2025-07-0728.9790
2025-08-0628.5736
2025-09-0527.4820
2025-10-0627.7353
2025-11-0527.0593
2025-12-0527.2725
2026-01-0527.4984
2026-02-0427.5448
2026-03-0629.1508
2026-04-0528.5302
2026-05-0529.2184
2026-06-0629.8014
2026-07-0829.3544
2026-08-0729.7424
2026-09-0729.2963

High

29.8014

Low

27.0593

Average

28.5507

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

DOP/MWK API questions

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

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

How far back does DOP/MWK historical data go?

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