Skip to content

DOP to GMD exchange rate API

Dominican Peso to Dalasi · quoted 2026-09-26

1.2351

▲ +5.83% over YTD

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 year to date, DOP/GMD traded between 1.1585 and 1.2903, averaged 1.2336 and rose 5.83%. 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 YTD

DOP/GMD over YTD: show the values
PointDOP/GMD
2025-12-311.1671
2026-01-071.1645
2026-01-141.1585
2026-01-211.1655
2026-01-281.1815
2026-02-041.1725
2026-02-111.1769
2026-02-181.1974
2026-02-251.2134
2026-03-041.2384
2026-03-111.2197
2026-03-181.2185
2026-03-251.2371
2026-04-011.2305
2026-04-081.2215
2026-04-151.2328
2026-04-221.2197
2026-04-291.2403
2026-05-061.2277
2026-05-141.2486
2026-05-211.2492
2026-05-291.2493
2026-06-051.2568
2026-06-141.2569
2026-06-211.2771
2026-06-281.2471
2026-07-051.2541
2026-07-121.2701
2026-07-191.2670
2026-07-261.2877
2026-08-021.2903
2026-08-091.2722
2026-08-161.2800
2026-08-241.2654
2026-08-311.2579
2026-09-071.2508
2026-09-141.2529
2026-09-211.2565

High

1.2903

Low

1.1585

Average

1.2336

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.