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: show the values
| Point | BHD/DOP |
|---|---|
| 2025-12-31 | 167.1222 |
| 2026-01-07 | 167.7448 |
| 2026-01-14 | 168.6491 |
| 2026-01-21 | 167.5306 |
| 2026-01-28 | 166.3133 |
| 2026-02-04 | 166.1274 |
| 2026-02-11 | 165.9296 |
| 2026-02-18 | 163.0747 |
| 2026-02-25 | 161.1507 |
| 2026-03-04 | 157.2761 |
| 2026-03-11 | 159.3290 |
| 2026-03-18 | 160.1621 |
| 2026-03-25 | 157.5642 |
| 2026-04-01 | 157.2578 |
| 2026-04-08 | 159.6916 |
| 2026-04-15 | 157.6454 |
| 2026-04-22 | 159.3664 |
| 2026-04-29 | 156.5847 |
| 2026-05-06 | 157.0412 |
| 2026-05-14 | 156.0420 |
| 2026-05-21 | 155.7567 |
| 2026-05-29 | 155.8988 |
| 2026-06-05 | 154.2450 |
| 2026-06-14 | 155.6700 |
| 2026-06-21 | 154.9537 |
| 2026-06-28 | 157.7590 |
| 2026-07-05 | 156.3615 |
| 2026-07-12 | 155.2673 |
| 2026-07-19 | 154.9369 |
| 2026-07-26 | 154.1261 |
| 2026-08-02 | 154.2592 |
| 2026-08-09 | 154.3439 |
| 2026-08-16 | 155.1580 |
| 2026-08-24 | 155.2272 |
| 2026-08-31 | 155.7241 |
| 2026-09-07 | 156.6489 |
| 2026-09-14 | 156.3204 |
| 2026-09-21 | 155.7673 |
High
168.6491
Low
154.1261
Average
158.6722
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BHD¤cies=DOP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BHD¤cies=DOP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BHD¤cies=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¤cies=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.