Skip to content

BSD to ANG exchange rate API

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

1.7990

▼ +0.19% over 1Y

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 last year, BSD/ANG traded between 1.7876 and 1.8105, averaged 1.7985 and fell 0.19%. 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 1Y

BSD/ANG over 1Y: show the values
PointBSD/ANG
2025-09-261.8024
2025-10-031.8009
2025-10-101.8063
2025-10-171.7975
2025-10-241.7986
2025-10-311.8006
2025-11-071.8015
2025-11-141.8014
2025-11-211.8030
2025-11-281.8013
2025-12-051.8007
2025-12-131.7986
2025-12-201.7999
2025-12-271.8002
2026-01-031.7990
2026-01-101.8002
2026-01-171.7980
2026-01-241.7980
2026-01-311.7970
2026-02-071.7965
2026-02-141.8019
2026-02-211.8001
2026-02-281.7972
2026-03-071.7990
2026-03-141.7970
2026-03-211.7995
2026-03-281.7899
2026-04-041.7972
2026-04-151.7890
2026-04-221.7876
2026-04-291.7903
2026-05-061.7936
2026-05-141.8018
2026-05-211.8025
2026-05-291.7975
2026-06-051.8036
2026-06-141.7946
2026-06-211.7936
2026-06-281.7920
2026-07-051.7972
2026-07-121.7971
2026-07-191.7969
2026-07-261.7936
2026-08-021.7970
2026-08-091.7959
2026-08-161.7971
2026-08-241.8044
2026-08-311.8105
2026-09-071.8025
2026-09-141.8026
2026-09-211.8003

High

1.8105

Low

1.7876

Average

1.7985

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.