Skip to content

DOP to MGA exchange rate API

Dominican Peso to Malagasy Ariary · quoted 2026-09-24

73.8784

▲ +8.00% over 1Y

1 DOP = 73.8784 MGA · 1 MGA = 0.01354 DOP · Get this rate via the API

1 DOP buys 73.8784 MGA as of 2026-09-24, so 1 MGA buys 0.01354 DOP. Over the last year, DOP/MGA traded between 62.3901 and 74.9891, averaged 71.0372 and rose 8.00%. The API holds daily DOP/MGA rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DOP/MGA over 1Y

DOP/MGA over 1Y: show the values
PointDOP/MGA
2025-09-2468.4045
2025-10-0165.7669
2025-10-0862.3901
2025-10-1571.1476
2025-10-2270.4034
2025-10-2969.6615
2025-11-0570.2875
2025-11-1269.8150
2025-11-1970.1635
2025-11-2671.5026
2025-12-0370.7372
2025-12-1169.5211
2025-12-1871.4368
2025-12-2572.9529
2026-01-0172.7696
2026-01-0872.8575
2026-01-1572.7915
2026-01-2272.9638
2026-01-2970.9391
2026-02-0570.3304
2026-02-1270.6318
2026-02-1970.7369
2026-02-2669.6532
2026-03-0570.1032
2026-03-1268.3247
2026-03-1968.8697
2026-03-2669.1334
2026-04-0269.1440
2026-04-0968.2196
2026-04-1669.6210
2026-04-2368.9197
2026-04-3069.8947
2026-05-0769.9317
2026-05-1570.6628
2026-05-2371.2130
2026-05-3071.4554
2026-06-0672.0830
2026-06-1571.2146
2026-06-2272.0256
2026-06-2972.0158
2026-07-0671.6010
2026-07-1373.0379
2026-07-2072.9675
2026-07-2774.9891
2026-08-0373.2905
2026-08-1074.0273
2026-08-1773.5694
2026-08-2573.5289
2026-09-0173.3158
2026-09-0872.3926
2026-09-1573.4855
2026-09-2274.1938

High

74.9891

Low

62.3901

Average

71.0372

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

DOP/MGA API questions

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

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

How far back does DOP/MGA historical data go?

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