Skip to content

BAM to AFN exchange rate API

Convertible Mark to Afghani · quoted 2026-09-26

37.6170

▼ +8.61% over 1Y

1 BAM = 37.6170 AFN · 1 AFN = 0.02658 BAM · Get this rate via the API

1 BAM buys 37.6170 AFN as of 2026-09-26, so 1 AFN buys 0.02658 BAM. Over the last year, BAM/AFN traded between 36.5612 and 41.1632, averaged 38.6267 and fell 8.61%. The API holds daily BAM/AFN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BAM/AFN over 1Y

BAM/AFN over 1Y: show the values
PointBAM/AFN
2025-09-2641.1632
2025-10-0340.4229
2025-10-1039.5093
2025-10-1739.8016
2025-10-2439.4090
2025-10-3139.4962
2025-11-0739.2179
2025-11-1439.4953
2025-11-2139.1566
2025-11-2839.1703
2025-12-0539.1216
2025-12-1339.6707
2025-12-2039.6798
2025-12-2739.8761
2026-01-0339.7675
2026-01-1039.2801
2026-01-1738.5366
2026-01-2439.3750
2026-01-3139.9548
2026-02-0739.6058
2026-02-1439.5790
2026-02-2138.1918
2026-02-2838.3166
2026-03-0737.0913
2026-03-1436.5612
2026-03-2137.9058
2026-03-2837.3614
2026-04-0438.2586
2026-04-1138.6440
2026-04-1838.9026
2026-04-2537.1080
2026-05-0238.3305
2026-05-0938.4973
2026-05-1737.8369
2026-05-2537.5079
2026-06-0137.5210
2026-06-1036.8672
2026-06-1737.4697
2026-06-2436.8967
2026-07-0137.2515
2026-07-0837.3482
2026-07-1538.8318
2026-07-2238.8646
2026-07-2938.2054
2026-08-0538.6331
2026-08-1238.5840
2026-08-2039.0911
2026-08-2738.9151
2026-09-0339.0078
2026-09-1039.0730
2026-09-1738.0153
2026-09-2437.2184

High

41.1632

Low

36.5612

Average

38.6267

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BAM/AFN API questions

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

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

How far back does BAM/AFN historical data go?

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