Skip to content

BBD to AFN exchange rate API

Barbados Dollar to Afghani · quoted 2026-09-25

32.0036

▼ +9.65% over 5Y

1 BBD = 32.0036 AFN · 1 AFN = 0.03125 BBD · Get this rate via the API

1 BBD buys 32.0036 AFN as of 2026-09-25, so 1 AFN buys 0.03125 BBD. Over the last 5 years, BBD/AFN traded between 31.4881 and 37.6984, averaged 33.8117 and fell 9.65%. The API holds daily BBD/AFN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BBD/AFN over 5Y

BBD/AFN over 5Y: show the values
PointBBD/AFN
2024-08-2435.4212
2024-10-0734.2425
2024-11-0633.4980
2024-12-0634.4730
2025-01-0535.2790
2025-02-0437.6984
2025-03-0636.4918
2025-04-0635.8271
2025-05-0635.3954
2025-06-0734.8459
2025-07-0734.9196
2025-08-0634.2380
2025-09-0534.2151
2025-10-0633.5692
2025-11-0533.2358
2025-12-0532.8284
2026-01-0532.8284
2026-02-0432.9598
2026-03-0631.4881
2026-04-0532.4477
2026-05-0531.5210
2026-06-0631.9354
2026-07-0831.9921
2026-08-0732.7510
2026-09-0732.9996

High

37.6984

Low

31.4881

Average

33.8117

For developers

Get this rate via the API

One GET request returns the BBD/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=BBD&currencies=AFN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&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=BBD&currencies=AFN").json()

Replace YOUR_API_KEY with the key from your dashboard.

BBD/AFN API questions

How do I get the BBD/AFN exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=AFN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BBD/AFN rate in rates.AFN.

How far back does BBD/AFN historical data go?

Daily BBD/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 BBD/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.