Skip to content

BHD to DOP exchange rate API

Bahraini Dinar to Dominican Peso · quoted 2026-09-26

158.1906

▼ +5.34% over YTD

1 BHD = 158.1906 DOP · 1 DOP = 0.006321 BHD · Get this rate via the API

1 BHD buys 158.1906 DOP as of 2026-09-26, so 1 DOP buys 0.006321 BHD. Over the year to date, BHD/DOP traded between 154.1261 and 168.6491, averaged 158.6722 and fell 5.34%. The API holds daily BHD/DOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BHD/DOP over YTD

BHD/DOP over YTD: show the values
PointBHD/DOP
2025-12-31167.1222
2026-01-07167.7448
2026-01-14168.6491
2026-01-21167.5306
2026-01-28166.3133
2026-02-04166.1274
2026-02-11165.9296
2026-02-18163.0747
2026-02-25161.1507
2026-03-04157.2761
2026-03-11159.3290
2026-03-18160.1621
2026-03-25157.5642
2026-04-01157.2578
2026-04-08159.6916
2026-04-15157.6454
2026-04-22159.3664
2026-04-29156.5847
2026-05-06157.0412
2026-05-14156.0420
2026-05-21155.7567
2026-05-29155.8988
2026-06-05154.2450
2026-06-14155.6700
2026-06-21154.9537
2026-06-28157.7590
2026-07-05156.3615
2026-07-12155.2673
2026-07-19154.9369
2026-07-26154.1261
2026-08-02154.2592
2026-08-09154.3439
2026-08-16155.1580
2026-08-24155.2272
2026-08-31155.7241
2026-09-07156.6489
2026-09-14156.3204
2026-09-21155.7673

High

168.6491

Low

154.1261

Average

158.6722

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BHD/DOP API questions

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

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

How far back does BHD/DOP historical data go?

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