Skip to content

BHD to DOP exchange rate API

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

158.1906

▼ +4.18% over 1Y

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 last year, BHD/DOP traded between 153.6305 and 170.4025, averaged 161.2674 and fell 4.18%. 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 1Y

BHD/DOP over 1Y: show the values
PointBHD/DOP
2025-09-26165.0927
2025-10-03165.5531
2025-10-10166.6930
2025-10-17167.2491
2025-10-24168.5736
2025-10-31169.8220
2025-11-07170.1805
2025-11-14170.4025
2025-11-21168.5903
2025-11-28165.7363
2025-12-05168.2867
2025-12-13169.8444
2025-12-20166.6021
2025-12-27166.7530
2026-01-03167.7545
2026-01-10168.6252
2026-01-17168.7543
2026-01-24167.4730
2026-01-31167.0527
2026-02-07167.3444
2026-02-14165.6501
2026-02-21162.7122
2026-02-28160.0827
2026-03-07160.1201
2026-03-14164.3319
2026-03-21156.9542
2026-03-28158.2755
2026-04-04161.6801
2026-04-11160.0157
2026-04-18159.5201
2026-04-25157.6664
2026-05-02157.5633
2026-05-09157.2595
2026-05-17157.2633
2026-05-25155.4499
2026-06-01155.3797
2026-06-10154.3711
2026-06-17155.0164
2026-06-24155.5419
2026-07-01157.6350
2026-07-08156.6158
2026-07-15154.6532
2026-07-22154.5682
2026-07-29153.6305
2026-08-05154.0781
2026-08-12154.2352
2026-08-20154.5245
2026-08-27154.0419
2026-09-03155.2174
2026-09-10155.4870
2026-09-17155.1496
2026-09-24157.9087

High

170.4025

Low

153.6305

Average

161.2674

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.