Skip to content

BAM to AFN exchange rate API

Convertible Mark to Afghani · quoted 2026-09-26

37.6170

▼ +7.32% over 5Y

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 5 years, BAM/AFN traded between 37.1094 and 42.0407, averaged 39.1236 and fell 7.32%. 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 5Y

BAM/AFN over 5Y: show the values
PointBAM/AFN
2024-08-2440.5897
2024-10-0738.4304
2024-11-0637.1094
2024-12-0637.2577
2025-01-0537.1980
2025-02-0439.7503
2025-03-0640.3559
2025-04-0640.1469
2025-05-0640.8793
2025-06-0740.6166
2025-07-0742.0407
2025-08-0640.5030
2025-09-0540.8127
2025-10-0640.2425
2025-11-0539.0603
2025-12-0539.1216
2026-01-0539.2575
2026-02-0439.8552
2026-03-0637.4141
2026-04-0538.2215
2026-05-0537.9874
2026-06-0637.6253
2026-07-0837.3482
2026-08-0738.5921
2026-09-0739.1790

High

42.0407

Low

37.1094

Average

39.1236

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.