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: show the values
| Point | BSD/AOA |
|---|---|
| 2025-09-27 | 911.8098 |
| 2025-10-04 | 915.4880 |
| 2025-10-11 | 913.8945 |
| 2025-10-18 | 914.8976 |
| 2025-10-25 | 913.4628 |
| 2025-11-01 | 914.2986 |
| 2025-11-08 | 914.7403 |
| 2025-11-15 | 916.6134 |
| 2025-11-22 | 912.9886 |
| 2025-11-29 | 916.5938 |
| 2025-12-06 | 918.0852 |
| 2025-12-14 | 913.6783 |
| 2025-12-21 | 913.6893 |
| 2025-12-28 | 918.9264 |
| 2026-01-04 | 919.8370 |
| 2026-01-11 | 913.2796 |
| 2026-01-18 | 912.6258 |
| 2026-01-25 | 912.7700 |
| 2026-02-01 | 912.1971 |
| 2026-02-08 | 914.4733 |
| 2026-02-15 | 914.2066 |
| 2026-02-22 | 914.6738 |
| 2026-03-01 | 927.2954 |
| 2026-03-08 | 929.3352 |
| 2026-03-15 | 926.2060 |
| 2026-03-22 | 925.1663 |
| 2026-03-29 | 931.8573 |
| 2026-04-05 | 925.5389 |
| 2026-04-12 | 918.3706 |
| 2026-04-19 | 916.4046 |
| 2026-04-26 | 919.5297 |
| 2026-05-03 | 917.7926 |
| 2026-05-10 | 920.4587 |
| 2026-05-18 | 916.2269 |
| 2026-05-26 | 918.9149 |
| 2026-06-02 | 918.4068 |
| 2026-06-11 | 916.7153 |
| 2026-06-18 | 916.1896 |
| 2026-06-25 | 918.1862 |
| 2026-07-02 | 916.7261 |
| 2026-07-09 | 917.6368 |
| 2026-07-16 | 917.7011 |
| 2026-07-23 | 918.4571 |
| 2026-07-30 | 917.9048 |
| 2026-08-06 | 918.3164 |
| 2026-08-13 | 917.8207 |
| 2026-08-21 | 917.9360 |
| 2026-08-28 | 916.8024 |
| 2026-09-04 | 917.7690 |
| 2026-09-11 | 918.2803 |
| 2026-09-18 | 918.1601 |
| 2026-09-25 | 916.6762 |
High
931.8573
Low
911.8098
Average
917.6265
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.