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: show the values
| Point | USD/DOP |
|---|---|
| 2025-09-26 | 62.3970 |
| 2025-10-03 | 62.5708 |
| 2025-10-10 | 62.9933 |
| 2025-10-17 | 63.2034 |
| 2025-10-24 | 63.7029 |
| 2025-10-31 | 64.1762 |
| 2025-11-07 | 64.3112 |
| 2025-11-14 | 64.3966 |
| 2025-11-21 | 63.7104 |
| 2025-11-28 | 62.6317 |
| 2025-12-05 | 63.6040 |
| 2025-12-13 | 63.8615 |
| 2025-12-20 | 62.6424 |
| 2025-12-27 | 62.6991 |
| 2026-01-03 | 63.0757 |
| 2026-01-10 | 63.4031 |
| 2026-01-17 | 63.4516 |
| 2026-01-24 | 62.9699 |
| 2026-01-31 | 62.8118 |
| 2026-02-07 | 62.9215 |
| 2026-02-14 | 62.2844 |
| 2026-02-21 | 61.1798 |
| 2026-02-28 | 60.1911 |
| 2026-03-07 | 60.2051 |
| 2026-03-14 | 61.7888 |
| 2026-03-21 | 59.0148 |
| 2026-03-28 | 59.7250 |
| 2026-04-04 | 60.7917 |
| 2026-04-11 | 60.3750 |
| 2026-04-18 | 60.3750 |
| 2026-04-25 | 59.4754 |
| 2026-05-02 | 59.5039 |
| 2026-05-09 | 59.3504 |
| 2026-05-17 | 59.2941 |
| 2026-05-25 | 58.7740 |
| 2026-06-01 | 58.7376 |
| 2026-06-10 | 58.3600 |
| 2026-06-17 | 58.5968 |
| 2026-06-24 | 58.7913 |
| 2026-07-01 | 59.5703 |
| 2026-07-08 | 59.1851 |
| 2026-07-15 | 58.4439 |
| 2026-07-22 | 58.4275 |
| 2026-07-29 | 58.0646 |
| 2026-08-05 | 58.2344 |
| 2026-08-12 | 58.2938 |
| 2026-08-20 | 58.4025 |
| 2026-08-27 | 58.2201 |
| 2026-09-03 | 58.6644 |
| 2026-09-10 | 58.7663 |
| 2026-09-17 | 58.6332 |
| 2026-09-24 | 59.6737 |
High
64.3966
Low
58.0646
Average
60.8379
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=DOP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=DOP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=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¤cies=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.