BBD to YER exchange rate API
Barbados Dollar to Yemeni Rial · quoted 2026-09-26
118.2971
▼ +1.13% over 1Y
1 BBD = 118.2971 YER · 1 YER = 0.008453 BBD · Get this rate via the API
1 BBD buys 118.2971 YER as of 2026-09-26, so 1 YER buys 0.008453 BBD. Over the last year, BBD/YER traded between 117.7871 and 119.6508, averaged 119.0214 and fell 1.13%. The API holds daily BBD/YER rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BBD/YER over 1Y: show the values
| Point | BBD/YER |
|---|---|
| 2025-09-26 | 119.6508 |
| 2025-10-03 | 119.5959 |
| 2025-10-10 | 119.4969 |
| 2025-10-17 | 119.4329 |
| 2025-10-24 | 119.4603 |
| 2025-10-31 | 119.2631 |
| 2025-11-07 | 119.3953 |
| 2025-11-14 | 119.2466 |
| 2025-11-21 | 119.2521 |
| 2025-11-28 | 119.2476 |
| 2025-12-05 | 119.1905 |
| 2025-12-13 | 119.2477 |
| 2025-12-20 | 119.1999 |
| 2025-12-27 | 119.2047 |
| 2026-01-03 | 119.1982 |
| 2026-01-10 | 119.1977 |
| 2026-01-17 | 119.2360 |
| 2026-01-24 | 119.1478 |
| 2026-01-31 | 119.1688 |
| 2026-02-07 | 119.1887 |
| 2026-02-14 | 119.1979 |
| 2026-02-21 | 119.1976 |
| 2026-02-28 | 119.2873 |
| 2026-03-07 | 119.1994 |
| 2026-03-14 | 119.2768 |
| 2026-03-21 | 119.2863 |
| 2026-03-28 | 118.4535 |
| 2026-04-04 | 119.3242 |
| 2026-04-11 | 117.7871 |
| 2026-04-18 | 118.4751 |
| 2026-04-25 | 118.6823 |
| 2026-05-02 | 118.4407 |
| 2026-05-09 | 118.4917 |
| 2026-05-17 | 119.2996 |
| 2026-05-25 | 119.3185 |
| 2026-06-01 | 119.3213 |
| 2026-06-10 | 119.3177 |
| 2026-06-17 | 119.3082 |
| 2026-06-24 | 119.3232 |
| 2026-07-01 | 119.2975 |
| 2026-07-08 | 118.4929 |
| 2026-07-15 | 118.5625 |
| 2026-07-22 | 118.9273 |
| 2026-07-29 | 119.0944 |
| 2026-08-05 | 119.1992 |
| 2026-08-12 | 118.5952 |
| 2026-08-20 | 118.5355 |
| 2026-08-27 | 118.4947 |
| 2026-09-03 | 118.5136 |
| 2026-09-10 | 118.5206 |
| 2026-09-17 | 118.2941 |
| 2026-09-24 | 118.3006 |
High
119.6508
Low
117.7871
Average
119.0214
Get this rate via the API
One GET request returns the BBD/YER 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=BBD¤cies=YER"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=YER");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=YER").json()Replace YOUR_API_KEY with the key from your dashboard.
BBD/YER API questions
How do I get the BBD/YER exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=YER, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BBD/YER rate in rates.YER.
How far back does BBD/YER historical data go?
Daily BBD/YER 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 BBD/YER 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.