Skip to content

CVE to DOP exchange rate API

Cape Verde Escudo to Dominican Peso · quoted 2026-09-26

0.61445

▼ +8.64% over YTD

1 CVE = 0.61445 DOP · 1 DOP = 1.6275 CVE · Get this rate via the API

1 CVE buys 0.61445 DOP as of 2026-09-26, so 1 DOP buys 1.6275 CVE. Over the year to date, CVE/DOP traded between 0.59925 and 0.68361, averaged 0.63241 and fell 8.64%. The API holds daily CVE/DOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CVE/DOP over YTD

CVE/DOP over YTD: show the values
PointCVE/DOP
2025-12-310.67258
2026-01-070.67266
2026-01-140.67274
2026-01-210.67346
2026-01-280.68361
2026-02-040.67328
2026-02-110.67728
2026-02-180.66205
2026-02-250.65114
2026-03-040.62583
2026-03-110.63575
2026-03-180.63553
2026-03-250.62979
2026-04-010.63038
2026-04-080.64219
2026-04-150.63765
2026-04-220.63851
2026-04-290.62766
2026-05-060.63166
2026-05-140.62685
2026-05-210.62061
2026-05-290.62211
2026-06-050.61413
2026-06-140.61650
2026-06-210.60843
2026-06-280.61472
2026-07-050.61206
2026-07-120.60651
2026-07-190.60631
2026-07-260.59925
2026-08-020.60822
2026-08-090.60998
2026-08-160.61414
2026-08-240.62130
2026-08-310.61867
2026-09-070.62338
2026-09-140.61978
2026-09-210.61269

High

0.68361

Low

0.59925

Average

0.63241

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

CVE/DOP API questions

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

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

How far back does CVE/DOP historical data go?

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