Skip to content

DOP to MZN exchange rate API

Dominican Peso to Mozambique Metical · quoted 2026-09-25

1.0750

▲ +6.28% over YTD

1 DOP = 1.0750 MZN · 1 MZN = 0.93020 DOP · Get this rate via the API

1 DOP buys 1.0750 MZN as of 2026-09-25, so 1 MZN buys 0.93020 DOP. Over the year to date, DOP/MZN traded between 1.0013 and 1.0991, averaged 1.0651 and rose 6.28%. The API holds daily DOP/MZN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DOP/MZN over YTD

DOP/MZN over YTD: show the values
PointDOP/MZN
2025-12-311.0115
2026-01-071.0080
2026-01-141.0013
2026-01-211.0092
2026-01-281.0134
2026-02-041.0166
2026-02-111.0182
2026-02-181.0360
2026-02-251.0464
2026-03-041.0733
2026-03-111.0570
2026-03-181.0505
2026-03-251.0660
2026-04-011.0618
2026-04-081.0510
2026-04-151.0725
2026-04-221.0614
2026-04-291.0786
2026-05-061.0747
2026-05-141.0822
2026-05-211.0845
2026-05-291.0827
2026-06-051.0954
2026-06-141.0876
2026-06-211.0898
2026-06-281.0733
2026-07-051.0801
2026-07-121.0904
2026-07-191.0927
2026-07-261.0991
2026-08-021.0972
2026-08-091.0978
2026-08-161.0890
2026-08-241.0879
2026-08-311.0842
2026-09-071.0779
2026-09-141.0801
2026-09-211.0842

High

1.0991

Low

1.0013

Average

1.0651

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

DOP/MZN API questions

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

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

How far back does DOP/MZN historical data go?

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