Skip to content

BSD to ANG exchange rate API

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

1.7990

▼ +0.23% over YTD

1 BSD = 1.7990 ANG · 1 ANG = 0.55587 BSD · Get this rate via the API

1 BSD buys 1.7990 ANG as of 2026-09-26, so 1 ANG buys 0.55587 BSD. Over the year to date, BSD/ANG traded between 1.7868 and 1.8040, averaged 1.7983 and fell 0.23%. The API holds daily BSD/ANG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BSD/ANG over YTD

BSD/ANG over YTD: show the values
PointBSD/ANG
2025-12-311.8032
2026-01-071.8030
2026-01-141.8029
2026-01-211.8018
2026-01-281.7953
2026-02-041.7961
2026-02-111.8026
2026-02-181.7996
2026-02-251.8004
2026-03-041.8023
2026-03-111.8028
2026-03-181.7977
2026-03-251.7982
2026-04-011.8009
2026-04-081.7926
2026-04-191.7868
2026-04-261.7929
2026-05-031.7895
2026-05-101.7947
2026-05-181.7870
2026-05-261.8001
2026-06-021.8038
2026-06-111.8019
2026-06-181.8025
2026-06-251.8003
2026-07-021.7899
2026-07-091.7988
2026-07-161.7937
2026-07-231.8007
2026-07-301.7926
2026-08-061.7989
2026-08-131.8026
2026-08-211.8040
2026-08-281.8000
2026-09-041.7981
2026-09-111.8038
2026-09-181.7907
2026-09-251.8022

High

1.8040

Low

1.7868

Average

1.7983

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BSD/ANG API questions

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

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

How far back does BSD/ANG historical data go?

Daily BSD/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 BSD/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.