Skip to content

BSD to AOA exchange rate API

Bahamian Dollar to Kwanza · quoted 2026-09-27

918.1904

▲ +0.04% over 6M

1 BSD = 918.1904 AOA · 1 AOA = 0.001089 BSD · Get this rate via the API

1 BSD buys 918.1904 AOA as of 2026-09-27, so 1 AOA buys 0.001089 BSD. Over the last 6 months, BSD/AOA traded between 913.2901 and 939.9408, averaged 921.3652 and rose 0.04%. The API holds daily BSD/AOA rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BSD/AOA over 6M

BSD/AOA over 6M: show the values
PointBSD/AOA
2026-03-31917.7950
2026-04-07917.9454
2026-04-14917.8663
2026-04-21918.9197
2026-04-28915.8002
2026-05-05917.8828
2026-05-12916.4437
2026-05-20916.9753
2026-05-28918.3821
2026-06-04918.6971
2026-06-13926.7704
2026-06-20934.8182
2026-06-27936.8432
2026-07-04927.2486
2026-07-11939.9408
2026-07-18935.5590
2026-07-25913.2901
2026-08-01915.9613
2026-08-08917.8284
2026-08-15916.1441
2026-08-23918.3787
2026-08-30916.0903
2026-09-06918.4249
2026-09-13930.2487
2026-09-20916.2251
2026-09-27918.1904

High

939.9408

Low

913.2901

Average

921.3652

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BSD/AOA API questions

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

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

How far back does BSD/AOA historical data go?

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