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: show the values
| Point | BHD/DOP |
|---|---|
| 2025-09-26 | 165.0927 |
| 2025-10-03 | 165.5531 |
| 2025-10-10 | 166.6930 |
| 2025-10-17 | 167.2491 |
| 2025-10-24 | 168.5736 |
| 2025-10-31 | 169.8220 |
| 2025-11-07 | 170.1805 |
| 2025-11-14 | 170.4025 |
| 2025-11-21 | 168.5903 |
| 2025-11-28 | 165.7363 |
| 2025-12-05 | 168.2867 |
| 2025-12-13 | 169.8444 |
| 2025-12-20 | 166.6021 |
| 2025-12-27 | 166.7530 |
| 2026-01-03 | 167.7545 |
| 2026-01-10 | 168.6252 |
| 2026-01-17 | 168.7543 |
| 2026-01-24 | 167.4730 |
| 2026-01-31 | 167.0527 |
| 2026-02-07 | 167.3444 |
| 2026-02-14 | 165.6501 |
| 2026-02-21 | 162.7122 |
| 2026-02-28 | 160.0827 |
| 2026-03-07 | 160.1201 |
| 2026-03-14 | 164.3319 |
| 2026-03-21 | 156.9542 |
| 2026-03-28 | 158.2755 |
| 2026-04-04 | 161.6801 |
| 2026-04-11 | 160.0157 |
| 2026-04-18 | 159.5201 |
| 2026-04-25 | 157.6664 |
| 2026-05-02 | 157.5633 |
| 2026-05-09 | 157.2595 |
| 2026-05-17 | 157.2633 |
| 2026-05-25 | 155.4499 |
| 2026-06-01 | 155.3797 |
| 2026-06-10 | 154.3711 |
| 2026-06-17 | 155.0164 |
| 2026-06-24 | 155.5419 |
| 2026-07-01 | 157.6350 |
| 2026-07-08 | 156.6158 |
| 2026-07-15 | 154.6532 |
| 2026-07-22 | 154.5682 |
| 2026-07-29 | 153.6305 |
| 2026-08-05 | 154.0781 |
| 2026-08-12 | 154.2352 |
| 2026-08-20 | 154.5245 |
| 2026-08-27 | 154.0419 |
| 2026-09-03 | 155.2174 |
| 2026-09-10 | 155.4870 |
| 2026-09-17 | 155.1496 |
| 2026-09-24 | 157.9087 |
High
170.4025
Low
153.6305
Average
161.2674
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.