MYR to DOP exchange rate API
Malaysian Ringgit to Dominican Peso · quoted 2026-09-27
14.5922
▼ +0.74% over 1Y
1 MYR = 14.5922 DOP · 1 DOP = 0.06853 MYR · Get this rate via the API
1 MYR buys 14.5922 DOP as of 2026-09-27, so 1 DOP buys 0.06853 MYR. Over the last year, MYR/DOP traded between 14.2115 and 15.8939, averaged 14.9920 and fell 0.74%. The API holds daily MYR/DOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MYR/DOP over 1Y: show the values
| Point | MYR/DOP |
|---|---|
| 2025-09-27 | 14.7014 |
| 2025-10-04 | 14.8676 |
| 2025-10-11 | 14.9046 |
| 2025-10-18 | 14.9798 |
| 2025-10-25 | 15.1527 |
| 2025-11-01 | 15.3081 |
| 2025-11-08 | 15.3773 |
| 2025-11-15 | 15.5314 |
| 2025-11-22 | 15.1630 |
| 2025-11-29 | 15.1968 |
| 2025-12-06 | 15.6311 |
| 2025-12-14 | 15.4642 |
| 2025-12-21 | 15.3245 |
| 2025-12-28 | 15.4782 |
| 2026-01-04 | 15.5433 |
| 2026-01-11 | 15.5329 |
| 2026-01-18 | 15.5737 |
| 2026-01-25 | 15.6586 |
| 2026-02-01 | 15.8939 |
| 2026-02-08 | 15.8530 |
| 2026-02-15 | 15.8719 |
| 2026-02-22 | 15.6254 |
| 2026-03-01 | 15.3023 |
| 2026-03-08 | 15.2274 |
| 2026-03-15 | 15.5932 |
| 2026-03-22 | 15.0410 |
| 2026-03-29 | 14.8620 |
| 2026-04-05 | 15.0279 |
| 2026-04-12 | 15.1372 |
| 2026-04-19 | 15.1674 |
| 2026-04-26 | 14.9741 |
| 2026-05-03 | 14.9457 |
| 2026-05-10 | 15.1004 |
| 2026-05-18 | 15.0524 |
| 2026-05-26 | 14.8337 |
| 2026-06-02 | 14.7459 |
| 2026-06-11 | 14.3509 |
| 2026-06-18 | 14.2211 |
| 2026-06-25 | 14.2115 |
| 2026-07-02 | 14.5710 |
| 2026-07-09 | 14.4228 |
| 2026-07-16 | 14.2713 |
| 2026-07-23 | 14.2630 |
| 2026-07-30 | 14.2139 |
| 2026-08-06 | 14.2377 |
| 2026-08-13 | 14.2947 |
| 2026-08-21 | 14.4873 |
| 2026-08-28 | 14.6020 |
| 2026-09-04 | 14.6345 |
| 2026-09-11 | 14.4601 |
| 2026-09-18 | 14.5139 |
| 2026-09-25 | 14.5821 |
High
15.8939
Low
14.2115
Average
14.9920
Get this rate via the API
One GET request returns the MYR/DOP 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=MYR¤cies=DOP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MYR¤cies=DOP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MYR¤cies=DOP").json()Replace YOUR_API_KEY with the key from your dashboard.
MYR/DOP API questions
How do I get the MYR/DOP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MYR¤cies=DOP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MYR/DOP rate in rates.DOP.
How far back does MYR/DOP historical data go?
Daily MYR/DOP 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 MYR/DOP 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.