Skip to content

DOP to GMD exchange rate API

Dominican Peso to Dalasi · quoted 2026-09-26

1.2351

▲ +4.94% over 1Y

1 DOP = 1.2351 GMD · 1 GMD = 0.80963 DOP · Get this rate via the API

1 DOP buys 1.2351 GMD as of 2026-09-26, so 1 GMD buys 0.80963 DOP. Over the last year, DOP/GMD traded between 1.1397 and 1.2775, averaged 1.2119 and rose 4.94%. The API holds daily DOP/GMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DOP/GMD over 1Y

DOP/GMD over 1Y: show the values
PointDOP/GMD
2025-09-261.1769
2025-10-031.1735
2025-10-101.1510
2025-10-171.1520
2025-10-241.1460
2025-10-311.1400
2025-11-071.1426
2025-11-141.1397
2025-11-211.1587
2025-11-281.1753
2025-12-051.1583
2025-12-131.1527
2025-12-201.1753
2025-12-271.1879
2026-01-031.1730
2026-01-101.1671
2026-01-171.1579
2026-01-241.1586
2026-01-311.1660
2026-02-071.1593
2026-02-141.1795
2026-02-211.2009
2026-02-281.2035
2026-03-071.2200
2026-03-141.1960
2026-03-211.2554
2026-03-281.2307
2026-04-041.2189
2026-04-111.2175
2026-04-181.2175
2026-04-251.2359
2026-05-021.2268
2026-05-091.2385
2026-05-171.2545
2026-05-251.2511
2026-06-011.2542
2026-06-101.2620
2026-06-171.2541
2026-06-241.2477
2026-07-011.2404
2026-07-081.2484
2026-07-151.2644
2026-07-221.2680
2026-07-291.2763
2026-08-051.2746
2026-08-121.2719
2026-08-201.2688
2026-08-271.2775
2026-09-031.2714
2026-09-101.2613
2026-09-171.2581
2026-09-241.2405

High

1.2775

Low

1.1397

Average

1.2119

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

DOP/GMD API questions

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

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

How far back does DOP/GMD historical data go?

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