Skip to content

USD to DOP exchange rate API

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

59.4797

▼ +0.12% over 6M

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 6 months, USD/DOP traded between 57.9628 and 60.7925, averaged 59.0391 and fell 0.12%. 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 6M

USD/DOP over 6M: show the values
PointUSD/DOP
2026-03-3059.5507
2026-04-0660.7925
2026-04-1360.1253
2026-04-2060.1529
2026-04-2759.4754
2026-05-0459.4978
2026-05-1159.3108
2026-05-1959.1959
2026-05-2758.8725
2026-06-0357.9948
2026-06-1258.4056
2026-06-1958.4571
2026-06-2658.9994
2026-07-0359.2284
2026-07-1058.7114
2026-07-1758.6210
2026-07-2458.1881
2026-07-3157.9628
2026-08-0758.3799
2026-08-1458.5349
2026-08-2258.8005
2026-08-2958.5247
2026-09-0559.1898
2026-09-1259.0901
2026-09-1959.0333
2026-09-2659.4797

High

60.7925

Low

57.9628

Average

59.0391

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.