Skip to content

USD to DOP exchange rate API

US Dollar to Dominican Peso · quoted 2026-09-26

59.4797

▼ +4.68% over 1Y

1 USD = 59.4797 DOP · 1 DOP = 0.01681 USD · Get this rate via the API

1 USD buys 59.4797 DOP as of 2026-09-26, so 1 DOP buys 0.01681 USD. Over the last year, USD/DOP traded between 58.0646 and 64.3966, averaged 60.8379 and fell 4.68%. The API holds daily USD/DOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

USD/DOP over 1Y

USD/DOP over 1Y: show the values
PointUSD/DOP
2025-09-2662.3970
2025-10-0362.5708
2025-10-1062.9933
2025-10-1763.2034
2025-10-2463.7029
2025-10-3164.1762
2025-11-0764.3112
2025-11-1464.3966
2025-11-2163.7104
2025-11-2862.6317
2025-12-0563.6040
2025-12-1363.8615
2025-12-2062.6424
2025-12-2762.6991
2026-01-0363.0757
2026-01-1063.4031
2026-01-1763.4516
2026-01-2462.9699
2026-01-3162.8118
2026-02-0762.9215
2026-02-1462.2844
2026-02-2161.1798
2026-02-2860.1911
2026-03-0760.2051
2026-03-1461.7888
2026-03-2159.0148
2026-03-2859.7250
2026-04-0460.7917
2026-04-1160.3750
2026-04-1860.3750
2026-04-2559.4754
2026-05-0259.5039
2026-05-0959.3504
2026-05-1759.2941
2026-05-2558.7740
2026-06-0158.7376
2026-06-1058.3600
2026-06-1758.5968
2026-06-2458.7913
2026-07-0159.5703
2026-07-0859.1851
2026-07-1558.4439
2026-07-2258.4275
2026-07-2958.0646
2026-08-0558.2344
2026-08-1258.2938
2026-08-2058.4025
2026-08-2758.2201
2026-09-0358.6644
2026-09-1058.7663
2026-09-1758.6332
2026-09-2459.6737

High

64.3966

Low

58.0646

Average

60.8379

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

USD/DOP API questions

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

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

How far back does USD/DOP historical data go?

Daily USD/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 USD/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.