Skip to content

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

MYR/DOP over 1Y: show the values
PointMYR/DOP
2025-09-2714.7014
2025-10-0414.8676
2025-10-1114.9046
2025-10-1814.9798
2025-10-2515.1527
2025-11-0115.3081
2025-11-0815.3773
2025-11-1515.5314
2025-11-2215.1630
2025-11-2915.1968
2025-12-0615.6311
2025-12-1415.4642
2025-12-2115.3245
2025-12-2815.4782
2026-01-0415.5433
2026-01-1115.5329
2026-01-1815.5737
2026-01-2515.6586
2026-02-0115.8939
2026-02-0815.8530
2026-02-1515.8719
2026-02-2215.6254
2026-03-0115.3023
2026-03-0815.2274
2026-03-1515.5932
2026-03-2215.0410
2026-03-2914.8620
2026-04-0515.0279
2026-04-1215.1372
2026-04-1915.1674
2026-04-2614.9741
2026-05-0314.9457
2026-05-1015.1004
2026-05-1815.0524
2026-05-2614.8337
2026-06-0214.7459
2026-06-1114.3509
2026-06-1814.2211
2026-06-2514.2115
2026-07-0214.5710
2026-07-0914.4228
2026-07-1614.2713
2026-07-2314.2630
2026-07-3014.2139
2026-08-0614.2377
2026-08-1314.2947
2026-08-2114.4873
2026-08-2814.6020
2026-09-0414.6345
2026-09-1114.4601
2026-09-1814.5139
2026-09-2514.5821

High

15.8939

Low

14.2115

Average

14.9920

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MYR&currencies=DOP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MYR&currencies=DOP");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MYR&currencies=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&currencies=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.