Skip to content

DOP to BTN exchange rate API

Dominican Peso to Ngultrum · quoted 2026-09-26

1.6092

▲ +13.11% over 1Y

1 DOP = 1.6092 BTN · 1 BTN = 0.62142 DOP · Get this rate via the API

1 DOP buys 1.6092 BTN as of 2026-09-26, so 1 BTN buys 0.62142 DOP. Over the last year, DOP/BTN traded between 1.3784 and 1.6490, averaged 1.5248 and rose 13.11%. The API holds daily DOP/BTN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DOP/BTN over 1Y

DOP/BTN over 1Y: show the values
PointDOP/BTN
2025-09-261.4227
2025-10-031.4180
2025-10-101.4097
2025-10-171.3924
2025-10-241.3786
2025-10-311.3804
2025-11-071.3784
2025-11-141.3787
2025-11-211.3922
2025-11-281.4270
2025-12-051.4128
2025-12-131.4180
2025-12-201.4300
2025-12-271.4332
2026-01-031.4271
2026-01-101.4237
2026-01-171.4301
2026-01-241.4548
2026-01-311.4596
2026-02-071.4395
2026-02-141.4540
2026-02-211.4830
2026-02-281.5132
2026-03-071.5271
2026-03-141.4980
2026-03-211.5953
2026-03-281.5872
2026-04-041.5255
2026-04-111.5358
2026-04-181.5370
2026-04-251.5812
2026-05-021.5945
2026-05-091.5909
2026-05-171.6206
2026-05-251.6229
2026-06-011.6146
2026-06-101.6351
2026-06-171.6097
2026-06-241.6135
2026-07-011.5900
2026-07-081.6081
2026-07-151.6467
2026-07-221.6490
2026-07-291.6479
2026-08-051.6300
2026-08-121.6374
2026-08-201.6373
2026-08-271.6412
2026-09-031.6092
2026-09-101.6212
2026-09-171.6348
2026-09-241.6062

High

1.6490

Low

1.3784

Average

1.5248

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

DOP/BTN API questions

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

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

How far back does DOP/BTN historical data go?

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