CUP to DOP exchange rate API
Cuban Peso to Dominican Peso · quoted 2026-09-26
2.4807
▼ +5.68% over YTD
1 CUP = 2.4807 DOP · 1 DOP = 0.40312 CUP · Get this rate via the API
1 CUP buys 2.4807 DOP as of 2026-09-26, so 1 DOP buys 0.40312 CUP. Over the year to date, CUP/DOP traded between 2.1919 and 2.6533, averaged 2.3758 and fell 5.68%. The API holds daily CUP/DOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
CUP/DOP over YTD: show the values
| Point | CUP/DOP |
|---|---|
| 2025-12-31 | 2.6300 |
| 2026-01-07 | 2.6427 |
| 2026-01-14 | 2.6533 |
| 2026-01-21 | 2.6382 |
| 2026-01-28 | 2.6292 |
| 2026-02-04 | 2.6243 |
| 2026-02-11 | 2.6122 |
| 2026-02-18 | 2.5714 |
| 2026-02-25 | 2.5404 |
| 2026-03-04 | 2.4799 |
| 2026-03-11 | 2.5127 |
| 2026-03-18 | 2.5374 |
| 2026-03-25 | 2.4976 |
| 2026-04-01 | 2.5055 |
| 2026-04-08 | 2.5421 |
| 2026-04-15 | 2.2502 |
| 2026-04-22 | 2.2739 |
| 2026-04-29 | 2.2359 |
| 2026-05-06 | 2.2437 |
| 2026-05-14 | 2.4591 |
| 2026-05-21 | 2.4534 |
| 2026-05-29 | 2.2237 |
| 2026-06-05 | 2.2000 |
| 2026-06-14 | 2.2162 |
| 2026-06-21 | 2.2074 |
| 2026-06-28 | 2.2451 |
| 2026-07-05 | 2.2257 |
| 2026-07-12 | 2.2103 |
| 2026-07-19 | 2.2053 |
| 2026-07-26 | 2.1919 |
| 2026-08-02 | 2.1938 |
| 2026-08-09 | 2.1954 |
| 2026-08-16 | 2.2092 |
| 2026-08-24 | 2.2128 |
| 2026-08-31 | 2.2208 |
| 2026-09-07 | 2.2344 |
| 2026-09-14 | 2.2291 |
| 2026-09-21 | 2.2215 |
High
2.6533
Low
2.1919
Average
2.3758
Get this rate via the API
One GET request returns the CUP/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=CUP¤cies=DOP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CUP¤cies=DOP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CUP¤cies=DOP").json()Replace YOUR_API_KEY with the key from your dashboard.
CUP/DOP API questions
How do I get the CUP/DOP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CUP¤cies=DOP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CUP/DOP rate in rates.DOP.
How far back does CUP/DOP historical data go?
Daily CUP/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 CUP/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.