Skip to content

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

BBD/YER over 1Y: show the values
PointBBD/YER
2025-09-26119.6508
2025-10-03119.5959
2025-10-10119.4969
2025-10-17119.4329
2025-10-24119.4603
2025-10-31119.2631
2025-11-07119.3953
2025-11-14119.2466
2025-11-21119.2521
2025-11-28119.2476
2025-12-05119.1905
2025-12-13119.2477
2025-12-20119.1999
2025-12-27119.2047
2026-01-03119.1982
2026-01-10119.1977
2026-01-17119.2360
2026-01-24119.1478
2026-01-31119.1688
2026-02-07119.1887
2026-02-14119.1979
2026-02-21119.1976
2026-02-28119.2873
2026-03-07119.1994
2026-03-14119.2768
2026-03-21119.2863
2026-03-28118.4535
2026-04-04119.3242
2026-04-11117.7871
2026-04-18118.4751
2026-04-25118.6823
2026-05-02118.4407
2026-05-09118.4917
2026-05-17119.2996
2026-05-25119.3185
2026-06-01119.3213
2026-06-10119.3177
2026-06-17119.3082
2026-06-24119.3232
2026-07-01119.2975
2026-07-08118.4929
2026-07-15118.5625
2026-07-22118.9273
2026-07-29119.0944
2026-08-05119.1992
2026-08-12118.5952
2026-08-20118.5355
2026-08-27118.4947
2026-09-03118.5136
2026-09-10118.5206
2026-09-17118.2941
2026-09-24118.3006

High

119.6508

Low

117.7871

Average

119.0214

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=YER"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=YER");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=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&currencies=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.