Skip to content

DOP to VUV exchange rate API

Dominican Peso to Vatu · quoted 2026-09-25

1.9903

▲ +5.76% over 1Y

1 DOP = 1.9903 VUV · 1 VUV = 0.50244 DOP · Get this rate via the API

1 DOP buys 1.9903 VUV as of 2026-09-25, so 1 VUV buys 0.50244 DOP. Over the last year, DOP/VUV traded between 1.8818 and 2.0513, averaged 1.9695 and rose 5.76%. The API holds daily DOP/VUV rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DOP/VUV over 1Y

DOP/VUV over 1Y: show the values
PointDOP/VUV
2025-09-251.8818
2025-10-021.9206
2025-10-091.9384
2025-10-161.9434
2025-10-231.9205
2025-10-301.8949
2025-11-061.8975
2025-11-131.8975
2025-11-201.9245
2025-11-271.9576
2025-12-041.9272
2025-12-121.9005
2025-12-191.9319
2025-12-261.9249
2026-01-021.9247
2026-01-091.9073
2026-01-161.9003
2026-01-231.9164
2026-01-301.9000
2026-02-061.8971
2026-02-131.8983
2026-02-201.9304
2026-02-271.9674
2026-03-062.0017
2026-03-131.9467
2026-03-202.0259
2026-03-272.0170
2026-04-031.9714
2026-04-101.9755
2026-04-171.9734
2026-04-241.9825
2026-05-011.9961
2026-05-081.9770
2026-05-161.9598
2026-05-242.0069
2026-05-312.0364
2026-06-092.0494
2026-06-162.0293
2026-06-232.0336
2026-06-302.0134
2026-07-072.0294
2026-07-142.0372
2026-07-212.0440
2026-07-282.0496
2026-08-042.0513
2026-08-112.0356
2026-08-182.0155
2026-08-262.0252
2026-09-022.0075
2026-09-092.0012
2026-09-162.0050
2026-09-231.9911

High

2.0513

Low

1.8818

Average

1.9695

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

DOP/VUV API questions

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

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

How far back does DOP/VUV historical data go?

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