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: show the values
| Point | DOP/MGA |
|---|---|
| 2025-09-24 | 68.4045 |
| 2025-10-01 | 65.7669 |
| 2025-10-08 | 62.3901 |
| 2025-10-15 | 71.1476 |
| 2025-10-22 | 70.4034 |
| 2025-10-29 | 69.6615 |
| 2025-11-05 | 70.2875 |
| 2025-11-12 | 69.8150 |
| 2025-11-19 | 70.1635 |
| 2025-11-26 | 71.5026 |
| 2025-12-03 | 70.7372 |
| 2025-12-11 | 69.5211 |
| 2025-12-18 | 71.4368 |
| 2025-12-25 | 72.9529 |
| 2026-01-01 | 72.7696 |
| 2026-01-08 | 72.8575 |
| 2026-01-15 | 72.7915 |
| 2026-01-22 | 72.9638 |
| 2026-01-29 | 70.9391 |
| 2026-02-05 | 70.3304 |
| 2026-02-12 | 70.6318 |
| 2026-02-19 | 70.7369 |
| 2026-02-26 | 69.6532 |
| 2026-03-05 | 70.1032 |
| 2026-03-12 | 68.3247 |
| 2026-03-19 | 68.8697 |
| 2026-03-26 | 69.1334 |
| 2026-04-02 | 69.1440 |
| 2026-04-09 | 68.2196 |
| 2026-04-16 | 69.6210 |
| 2026-04-23 | 68.9197 |
| 2026-04-30 | 69.8947 |
| 2026-05-07 | 69.9317 |
| 2026-05-15 | 70.6628 |
| 2026-05-23 | 71.2130 |
| 2026-05-30 | 71.4554 |
| 2026-06-06 | 72.0830 |
| 2026-06-15 | 71.2146 |
| 2026-06-22 | 72.0256 |
| 2026-06-29 | 72.0158 |
| 2026-07-06 | 71.6010 |
| 2026-07-13 | 73.0379 |
| 2026-07-20 | 72.9675 |
| 2026-07-27 | 74.9891 |
| 2026-08-03 | 73.2905 |
| 2026-08-10 | 74.0273 |
| 2026-08-17 | 73.5694 |
| 2026-08-25 | 73.5289 |
| 2026-09-01 | 73.3158 |
| 2026-09-08 | 72.3926 |
| 2026-09-15 | 73.4855 |
| 2026-09-22 | 74.1938 |
High
74.9891
Low
62.3901
Average
71.0372
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=MGA"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=MGA");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=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¤cies=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.