DOP to MGA exchange rate API
Dominican Peso to Malagasy Ariary · quoted 2026-09-24
73.8784
▲ +0.48% over 30D
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 30 days, DOP/MGA traded between 72.3926 and 74.4613, averaged 73.5137 and rose 0.48%. 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 30D: show the values
| Point | DOP/MGA |
|---|---|
| 2026-08-25 | 73.5289 |
| 2026-08-26 | 73.2449 |
| 2026-08-27 | 74.0728 |
| 2026-08-28 | 73.7025 |
| 2026-08-29 | 73.9889 |
| 2026-08-30 | 73.7722 |
| 2026-08-31 | 73.6632 |
| 2026-09-01 | 73.3158 |
| 2026-09-02 | 73.5708 |
| 2026-09-03 | 73.5852 |
| 2026-09-04 | 72.7501 |
| 2026-09-05 | 72.7826 |
| 2026-09-06 | 73.4560 |
| 2026-09-07 | 72.4654 |
| 2026-09-08 | 72.3926 |
| 2026-09-09 | 73.3262 |
| 2026-09-10 | 73.1243 |
| 2026-09-11 | 73.2766 |
| 2026-09-12 | 73.2816 |
| 2026-09-13 | 73.5566 |
| 2026-09-14 | 73.2558 |
| 2026-09-15 | 73.4855 |
| 2026-09-16 | 73.3992 |
| 2026-09-17 | 74.4613 |
| 2026-09-18 | 74.1244 |
| 2026-09-19 | 73.4794 |
| 2026-09-20 | 74.0201 |
| 2026-09-21 | 73.7209 |
| 2026-09-22 | 74.1938 |
| 2026-09-23 | 73.6848 |
| 2026-09-24 | 73.8784 |
High
74.4613
Low
72.3926
Average
73.5137
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.