Skip to content

BSD to AOA exchange rate API

Bahamian Dollar to Kwanza · quoted 2026-09-27

918.1904

▲ +0.70% over 1Y

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 year, BSD/AOA traded between 911.8098 and 931.8573, averaged 917.6265 and rose 0.70%. 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 1Y

BSD/AOA over 1Y: show the values
PointBSD/AOA
2025-09-27911.8098
2025-10-04915.4880
2025-10-11913.8945
2025-10-18914.8976
2025-10-25913.4628
2025-11-01914.2986
2025-11-08914.7403
2025-11-15916.6134
2025-11-22912.9886
2025-11-29916.5938
2025-12-06918.0852
2025-12-14913.6783
2025-12-21913.6893
2025-12-28918.9264
2026-01-04919.8370
2026-01-11913.2796
2026-01-18912.6258
2026-01-25912.7700
2026-02-01912.1971
2026-02-08914.4733
2026-02-15914.2066
2026-02-22914.6738
2026-03-01927.2954
2026-03-08929.3352
2026-03-15926.2060
2026-03-22925.1663
2026-03-29931.8573
2026-04-05925.5389
2026-04-12918.3706
2026-04-19916.4046
2026-04-26919.5297
2026-05-03917.7926
2026-05-10920.4587
2026-05-18916.2269
2026-05-26918.9149
2026-06-02918.4068
2026-06-11916.7153
2026-06-18916.1896
2026-06-25918.1862
2026-07-02916.7261
2026-07-09917.6368
2026-07-16917.7011
2026-07-23918.4571
2026-07-30917.9048
2026-08-06918.3164
2026-08-13917.8207
2026-08-21917.9360
2026-08-28916.8024
2026-09-04917.7690
2026-09-11918.2803
2026-09-18918.1601
2026-09-25916.6762

High

931.8573

Low

911.8098

Average

917.6265

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.