Skip to content

DOP to CUP exchange rate API

Dominican Peso to Cuban Peso · quoted 2026-09-26

0.40312

▲ +4.89% over 1Y

1 DOP = 0.40312 CUP · 1 CUP = 2.4807 DOP · Get this rate via the API

1 DOP buys 0.40312 CUP as of 2026-09-26, so 1 CUP buys 2.4807 DOP. Over the last year, DOP/CUP traded between 0.37248 and 0.45626, averaged 0.41319 and rose 4.89%. The API holds daily DOP/CUP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DOP/CUP over 1Y

DOP/CUP over 1Y: show the values
PointDOP/CUP
2025-09-260.38432
2025-10-030.38336
2025-10-100.38177
2025-10-170.37849
2025-10-240.37609
2025-10-310.37371
2025-11-070.37275
2025-11-140.37248
2025-11-210.37672
2025-11-280.38301
2025-12-050.37699
2025-12-130.37553
2025-12-200.38312
2025-12-270.38252
2026-01-030.38052
2026-01-100.37864
2026-01-170.37839
2026-01-240.38097
2026-01-310.38186
2026-02-070.38031
2026-02-140.38532
2026-02-210.39234
2026-02-280.39831
2026-03-070.39867
2026-03-140.38791
2026-03-210.40658
2026-03-280.44370
2026-04-040.39463
2026-04-110.43892
2026-04-180.43892
2026-04-250.44556
2026-05-020.44535
2026-05-090.44650
2026-05-170.40379
2026-05-250.40683
2026-06-010.45119
2026-06-100.45419
2026-06-170.45223
2026-06-240.45083
2026-07-010.44486
2026-07-080.44756
2026-07-150.45322
2026-07-220.45349
2026-07-290.45626
2026-08-050.45476
2026-08-120.45467
2026-08-200.45368
2026-08-270.45528
2026-09-030.45171
2026-09-100.45091
2026-09-170.45184
2026-09-240.44429

High

0.45626

Low

0.37248

Average

0.41319

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

DOP/CUP API questions

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

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

How far back does DOP/CUP historical data go?

Daily DOP/CUP 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/CUP 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.