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: show the values
| Point | BSD/AOA |
|---|---|
| 2026-03-31 | 917.7950 |
| 2026-04-07 | 917.9454 |
| 2026-04-14 | 917.8663 |
| 2026-04-21 | 918.9197 |
| 2026-04-28 | 915.8002 |
| 2026-05-05 | 917.8828 |
| 2026-05-12 | 916.4437 |
| 2026-05-20 | 916.9753 |
| 2026-05-28 | 918.3821 |
| 2026-06-04 | 918.6971 |
| 2026-06-13 | 926.7704 |
| 2026-06-20 | 934.8182 |
| 2026-06-27 | 936.8432 |
| 2026-07-04 | 927.2486 |
| 2026-07-11 | 939.9408 |
| 2026-07-18 | 935.5590 |
| 2026-07-25 | 913.2901 |
| 2026-08-01 | 915.9613 |
| 2026-08-08 | 917.8284 |
| 2026-08-15 | 916.1441 |
| 2026-08-23 | 918.3787 |
| 2026-08-30 | 916.0903 |
| 2026-09-06 | 918.4249 |
| 2026-09-13 | 930.2487 |
| 2026-09-20 | 916.2251 |
| 2026-09-27 | 918.1904 |
High
939.9408
Low
913.2901
Average
921.3652
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=AOA"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=AOA");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=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¤cies=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.