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: show the values
| Point | TOP/DOP |
|---|---|
| 2025-09-24 | 26.2972 |
| 2025-10-01 | 26.3297 |
| 2025-10-08 | 26.5675 |
| 2025-10-15 | 26.7285 |
| 2025-10-22 | 26.9975 |
| 2025-10-29 | 26.9739 |
| 2025-11-05 | 27.2997 |
| 2025-11-12 | 27.2628 |
| 2025-11-19 | 26.7314 |
| 2025-11-26 | 26.1995 |
| 2025-12-03 | 26.3582 |
| 2025-12-11 | 26.8280 |
| 2025-12-18 | 26.2794 |
| 2025-12-25 | 26.0290 |
| 2026-01-01 | 26.3775 |
| 2026-01-08 | 26.5146 |
| 2026-01-15 | 26.8238 |
| 2026-01-22 | 26.6500 |
| 2026-01-29 | 26.7536 |
| 2026-02-05 | 26.8628 |
| 2026-02-12 | 26.8958 |
| 2026-02-19 | 26.3700 |
| 2026-02-26 | 25.8713 |
| 2026-03-05 | 25.2962 |
| 2026-03-12 | 26.0650 |
| 2026-03-19 | 25.9038 |
| 2026-03-26 | 25.9037 |
| 2026-04-02 | 25.6767 |
| 2026-04-09 | 25.7629 |
| 2026-04-17 | 25.4914 |
| 2026-04-24 | 25.3857 |
| 2026-05-01 | 25.7480 |
| 2026-05-08 | 25.4460 |
| 2026-05-16 | 25.2122 |
| 2026-05-24 | 25.0775 |
| 2026-05-31 | 24.8411 |
| 2026-06-09 | 24.8923 |
| 2026-06-16 | 24.9156 |
| 2026-06-23 | 24.9197 |
| 2026-06-30 | 25.2021 |
| 2026-07-07 | 24.9457 |
| 2026-07-14 | 24.8730 |
| 2026-07-21 | 24.8382 |
| 2026-07-28 | 24.8690 |
| 2026-08-04 | 24.8288 |
| 2026-08-11 | 24.7115 |
| 2026-08-18 | 25.1188 |
| 2026-08-26 | 24.9785 |
| 2026-09-02 | 25.1984 |
| 2026-09-09 | 25.2307 |
| 2026-09-16 | 25.0863 |
| 2026-09-23 | 25.4547 |
High
27.2997
Low
24.7115
Average
25.8328
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=DOP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=DOP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=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¤cies=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.