Skip to content

BBD to ANG exchange rate API

Barbados Dollar to Netherlands Antillean Guilder · quoted 2026-09-26

0.89949

▼ +0.19% over 1Y

1 BBD = 0.89949 ANG · 1 ANG = 1.1117 BBD · Get this rate via the API

1 BBD buys 0.89949 ANG as of 2026-09-26, so 1 ANG buys 1.1117 BBD. Over the last year, BBD/ANG traded between 0.88753 and 0.90524, averaged 0.89866 and fell 0.19%. The API holds daily BBD/ANG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BBD/ANG over 1Y

BBD/ANG over 1Y: show the values
PointBBD/ANG
2025-09-260.90122
2025-10-030.90045
2025-10-100.90314
2025-10-170.89876
2025-10-240.89928
2025-10-310.90028
2025-11-070.90077
2025-11-140.90072
2025-11-210.90152
2025-11-280.90067
2025-12-050.90037
2025-12-130.89932
2025-12-200.89997
2025-12-270.90011
2026-01-030.89952
2026-01-100.90010
2026-01-170.89900
2026-01-240.89901
2026-01-310.89851
2026-02-070.89825
2026-02-140.90095
2026-02-210.90006
2026-02-280.89858
2026-03-070.89949
2026-03-140.89850
2026-03-210.89975
2026-03-280.88868
2026-04-040.89860
2026-04-150.88823
2026-04-220.88753
2026-04-290.88885
2026-05-060.89053
2026-05-140.90092
2026-05-210.90126
2026-05-290.89876
2026-06-050.90181
2026-06-140.89728
2026-06-210.89679
2026-06-280.89602
2026-07-050.89858
2026-07-120.89854
2026-07-190.89843
2026-07-260.89678
2026-08-020.89850
2026-08-090.89794
2026-08-160.89853
2026-08-240.90219
2026-08-310.90524
2026-09-070.90123
2026-09-140.90129
2026-09-210.90013

High

0.90524

Low

0.88753

Average

0.89866

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BBD/ANG API questions

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

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

How far back does BBD/ANG historical data go?

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