Skip to content

BBD to RON exchange rate API

Barbados Dollar to New Romanian Leu · quoted 2026-09-25

2.3205

▲ +6.99% over YTD

1 BBD = 2.3205 RON · 1 RON = 0.43095 BBD · Get this rate via the API

1 BBD buys 2.3205 RON as of 2026-09-25, so 1 RON buys 0.43095 BBD. Over the year to date, BBD/RON traded between 2.1282 and 2.3205, averaged 2.2243 and rose 6.99%. The API holds daily BBD/RON rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BBD/RON over YTD

BBD/RON over YTD: show the values
PointBBD/RON
2025-12-312.1689
2026-01-072.1776
2026-01-142.1842
2026-01-212.1700
2026-01-282.1282
2026-02-042.1552
2026-02-112.1374
2026-02-182.1498
2026-02-252.1614
2026-03-042.1858
2026-03-112.1979
2026-03-182.2147
2026-03-252.1975
2026-04-012.1964
2026-04-082.1763
2026-04-152.1447
2026-04-222.1529
2026-04-292.1627
2026-05-062.2249
2026-05-142.2241
2026-05-212.2603
2026-05-292.2554
2026-06-052.2533
2026-06-142.2629
2026-06-212.2831
2026-06-282.2981
2026-07-052.2834
2026-07-122.2926
2026-07-192.2819
2026-07-262.2972
2026-08-022.2758
2026-08-092.2644
2026-08-162.2633
2026-08-242.2507
2026-08-312.2677
2026-09-072.2595
2026-09-142.2755
2026-09-212.2910

High

2.3205

Low

2.1282

Average

2.2243

For developers

Get this rate via the API

One GET request returns the BBD/RON 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=RON"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=RON");
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=RON").json()

Replace YOUR_API_KEY with the key from your dashboard.

BBD/RON API questions

How do I get the BBD/RON exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=RON, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BBD/RON rate in rates.RON.

How far back does BBD/RON historical data go?

Daily BBD/RON 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/RON 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.