Skip to content

BSD to ANG exchange rate API

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

1.7990

▼ +0.22% over 30D

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 30 days, BSD/ANG traded between 1.7907 and 1.8105, averaged 1.8006 and fell 0.22%. 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 30D

BSD/ANG over 30D: show the values
PointBSD/ANG
2026-08-271.8030
2026-08-281.8000
2026-08-291.7984
2026-08-301.7971
2026-08-311.8105
2026-09-011.8004
2026-09-021.8030
2026-09-031.7989
2026-09-041.7981
2026-09-051.7978
2026-09-061.7970
2026-09-071.8025
2026-09-081.8016
2026-09-091.7988
2026-09-101.8018
2026-09-111.8038
2026-09-121.7970
2026-09-131.7968
2026-09-141.8026
2026-09-151.8011
2026-09-161.8019
2026-09-171.8101
2026-09-181.7907
2026-09-191.7998
2026-09-201.7973
2026-09-211.8003
2026-09-221.8019
2026-09-231.8032
2026-09-241.8053
2026-09-251.8022
2026-09-261.7990

High

1.8105

Low

1.7907

Average

1.8006

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.