BBD to AFN exchange rate API
Barbados Dollar to Afghani · quoted 2026-09-25
32.0036
▼ +0.41% over 6M
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 6 months, BBD/AFN traded between 30.8332 and 33.4635, averaged 32.1474 and fell 0.41%. 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 6M: show the values
| Point | BBD/AFN |
|---|---|
| 2026-03-29 | 32.1357 |
| 2026-04-05 | 32.4477 |
| 2026-04-12 | 32.0743 |
| 2026-04-19 | 31.9723 |
| 2026-04-26 | 30.8332 |
| 2026-05-03 | 31.7692 |
| 2026-05-10 | 31.8611 |
| 2026-05-18 | 30.9713 |
| 2026-05-26 | 31.5651 |
| 2026-06-02 | 31.2132 |
| 2026-06-11 | 31.2807 |
| 2026-06-18 | 31.5548 |
| 2026-06-25 | 31.7522 |
| 2026-07-02 | 31.5155 |
| 2026-07-09 | 32.0246 |
| 2026-07-16 | 33.2404 |
| 2026-07-23 | 33.4635 |
| 2026-07-30 | 32.8373 |
| 2026-08-06 | 32.8524 |
| 2026-08-13 | 32.7201 |
| 2026-08-21 | 32.9972 |
| 2026-08-28 | 32.9795 |
| 2026-09-04 | 32.9442 |
| 2026-09-11 | 32.6905 |
| 2026-09-18 | 32.2767 |
| 2026-09-25 | 32.0036 |
High
33.4635
Low
30.8332
Average
32.1474
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=AFN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=AFN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=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¤cies=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.