Skip to content

TOP to DOP exchange rate API

Pa’anga to Dominican Peso · quoted 2026-09-24

25.2630

▼ +3.93% over 1Y

1 TOP = 25.2630 DOP · 1 DOP = 0.03958 TOP · Get this rate via the API

1 TOP buys 25.2630 DOP as of 2026-09-24, so 1 DOP buys 0.03958 TOP. Over the last year, TOP/DOP traded between 24.7115 and 27.2997, averaged 25.8328 and fell 3.93%. The API holds daily TOP/DOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TOP/DOP over 1Y

TOP/DOP over 1Y: show the values
PointTOP/DOP
2025-09-2426.2972
2025-10-0126.3297
2025-10-0826.5675
2025-10-1526.7285
2025-10-2226.9975
2025-10-2926.9739
2025-11-0527.2997
2025-11-1227.2628
2025-11-1926.7314
2025-11-2626.1995
2025-12-0326.3582
2025-12-1126.8280
2025-12-1826.2794
2025-12-2526.0290
2026-01-0126.3775
2026-01-0826.5146
2026-01-1526.8238
2026-01-2226.6500
2026-01-2926.7536
2026-02-0526.8628
2026-02-1226.8958
2026-02-1926.3700
2026-02-2625.8713
2026-03-0525.2962
2026-03-1226.0650
2026-03-1925.9038
2026-03-2625.9037
2026-04-0225.6767
2026-04-0925.7629
2026-04-1725.4914
2026-04-2425.3857
2026-05-0125.7480
2026-05-0825.4460
2026-05-1625.2122
2026-05-2425.0775
2026-05-3124.8411
2026-06-0924.8923
2026-06-1624.9156
2026-06-2324.9197
2026-06-3025.2021
2026-07-0724.9457
2026-07-1424.8730
2026-07-2124.8382
2026-07-2824.8690
2026-08-0424.8288
2026-08-1124.7115
2026-08-1825.1188
2026-08-2624.9785
2026-09-0225.1984
2026-09-0925.2307
2026-09-1625.0863
2026-09-2325.4547

High

27.2997

Low

24.7115

Average

25.8328

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TOP/DOP API questions

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

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

How far back does TOP/DOP historical data go?

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