Skip to content

BAM to AFN exchange rate API

Convertible Mark to Afghani · quoted 2026-09-26

37.6170

▼ +4.44% over YTD

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 year to date, BAM/AFN traded between 37.0844 and 40.3143, averaged 38.3616 and fell 4.44%. 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 YTD

BAM/AFN over YTD: show the values
PointBAM/AFN
2025-12-3139.3650
2026-01-0739.5817
2026-01-1439.3143
2026-01-2139.3139
2026-01-2840.3143
2026-02-0439.8552
2026-02-1139.5382
2026-02-1837.8546
2026-02-2538.1471
2026-03-0437.0844
2026-03-1137.4703
2026-03-1837.2000
2026-03-2537.3256
2026-04-0137.5793
2026-04-0838.7541
2026-04-1538.5829
2026-04-2237.8359
2026-04-2937.6743
2026-05-0638.0314
2026-05-1438.3322
2026-05-2137.3447
2026-05-2937.4719
2026-06-0537.6639
2026-06-1438.0827
2026-06-2137.8838
2026-06-2837.6444
2026-07-0538.4208
2026-07-1238.2511
2026-07-1938.5735
2026-07-2638.3941
2026-08-0238.8062
2026-08-0938.8753
2026-08-1638.6576
2026-08-2439.1024
2026-08-3138.7572
2026-09-0739.1790
2026-09-1438.1179
2026-09-2138.1022

High

40.3143

Low

37.0844

Average

38.3616

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.