BSD to AFN exchange rate API
Bahamian Dollar to Afghani · quoted 2026-09-26
64.5868
▼ +6.39% over 1Y
1 BSD = 64.5868 AFN · 1 AFN = 0.01548 BSD · Get this rate via the API
1 BSD buys 64.5868 AFN as of 2026-09-26, so 1 AFN buys 0.01548 BSD. Over the last year, BSD/AFN traded between 62.1037 and 68.9977, averaged 65.0348 and fell 6.39%. The API holds daily BSD/AFN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BSD/AFN over 1Y: show the values
| Point | BSD/AFN |
|---|---|
| 2025-09-26 | 68.9977 |
| 2025-10-03 | 67.4394 |
| 2025-10-10 | 66.8011 |
| 2025-10-17 | 66.5213 |
| 2025-10-24 | 66.3825 |
| 2025-10-31 | 66.7600 |
| 2025-11-07 | 66.4782 |
| 2025-11-14 | 66.3906 |
| 2025-11-21 | 66.3873 |
| 2025-11-28 | 66.1331 |
| 2025-12-05 | 65.6568 |
| 2025-12-13 | 66.1073 |
| 2025-12-20 | 66.2531 |
| 2025-12-27 | 66.2337 |
| 2026-01-03 | 66.3118 |
| 2026-01-10 | 65.9968 |
| 2026-01-17 | 65.0068 |
| 2026-01-24 | 65.1357 |
| 2026-01-31 | 65.8966 |
| 2026-02-07 | 65.5937 |
| 2026-02-14 | 65.2504 |
| 2026-02-21 | 63.3912 |
| 2026-02-28 | 63.4784 |
| 2026-03-07 | 62.4461 |
| 2026-03-14 | 62.4423 |
| 2026-03-21 | 63.9582 |
| 2026-03-28 | 63.4965 |
| 2026-04-04 | 64.9846 |
| 2026-04-11 | 64.5266 |
| 2026-04-18 | 64.5051 |
| 2026-04-25 | 62.1037 |
| 2026-05-02 | 63.9859 |
| 2026-05-09 | 64.0085 |
| 2026-05-17 | 63.6584 |
| 2026-05-25 | 63.0403 |
| 2026-06-01 | 63.0058 |
| 2026-06-10 | 62.4381 |
| 2026-06-17 | 63.1109 |
| 2026-06-24 | 63.4999 |
| 2026-07-01 | 63.8858 |
| 2026-07-08 | 63.9841 |
| 2026-07-15 | 66.3819 |
| 2026-07-22 | 66.6386 |
| 2026-07-29 | 65.5674 |
| 2026-08-05 | 65.4917 |
| 2026-08-12 | 65.4140 |
| 2026-08-20 | 65.4508 |
| 2026-08-27 | 65.3354 |
| 2026-09-03 | 65.7830 |
| 2026-09-10 | 65.6641 |
| 2026-09-17 | 64.8613 |
| 2026-09-24 | 63.9837 |
High
68.9977
Low
62.1037
Average
65.0348
Get this rate via the API
One GET request returns the BSD/AFN 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=AFN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=AFN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=AFN").json()Replace YOUR_API_KEY with the key from your dashboard.
BSD/AFN API questions
How do I get the BSD/AFN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=AFN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BSD/AFN rate in rates.AFN.
How far back does BSD/AFN historical data go?
Daily BSD/AFN 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/AFN 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.