Skip to content

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

BSD/AFN over 1Y: show the values
PointBSD/AFN
2025-09-2668.9977
2025-10-0367.4394
2025-10-1066.8011
2025-10-1766.5213
2025-10-2466.3825
2025-10-3166.7600
2025-11-0766.4782
2025-11-1466.3906
2025-11-2166.3873
2025-11-2866.1331
2025-12-0565.6568
2025-12-1366.1073
2025-12-2066.2531
2025-12-2766.2337
2026-01-0366.3118
2026-01-1065.9968
2026-01-1765.0068
2026-01-2465.1357
2026-01-3165.8966
2026-02-0765.5937
2026-02-1465.2504
2026-02-2163.3912
2026-02-2863.4784
2026-03-0762.4461
2026-03-1462.4423
2026-03-2163.9582
2026-03-2863.4965
2026-04-0464.9846
2026-04-1164.5266
2026-04-1864.5051
2026-04-2562.1037
2026-05-0263.9859
2026-05-0964.0085
2026-05-1763.6584
2026-05-2563.0403
2026-06-0163.0058
2026-06-1062.4381
2026-06-1763.1109
2026-06-2463.4999
2026-07-0163.8858
2026-07-0863.9841
2026-07-1566.3819
2026-07-2266.6386
2026-07-2965.5674
2026-08-0565.4917
2026-08-1265.4140
2026-08-2065.4508
2026-08-2765.3354
2026-09-0365.7830
2026-09-1065.6641
2026-09-1764.8613
2026-09-2463.9837

High

68.9977

Low

62.1037

Average

65.0348

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD&currencies=AFN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD&currencies=AFN");
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=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&currencies=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.