BAM to AFN exchange rate API
Convertible Mark to Afghani · quoted 2026-09-26
37.6170
▲ +0.44% over 6M
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 6 months, BAM/AFN traded between 37.0144 and 39.0755, averaged 37.9853 and rose 0.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 6M: show the values
| Point | BAM/AFN |
|---|---|
| 2026-03-30 | 37.4533 |
| 2026-04-06 | 37.4198 |
| 2026-04-13 | 38.6863 |
| 2026-04-20 | 38.7714 |
| 2026-04-27 | 37.1611 |
| 2026-05-04 | 38.3304 |
| 2026-05-11 | 38.5986 |
| 2026-05-19 | 37.2056 |
| 2026-05-27 | 37.3328 |
| 2026-06-03 | 37.0941 |
| 2026-06-12 | 37.0144 |
| 2026-06-19 | 37.0726 |
| 2026-06-26 | 37.1989 |
| 2026-07-03 | 37.3714 |
| 2026-07-10 | 37.4747 |
| 2026-07-17 | 38.8911 |
| 2026-07-24 | 38.3395 |
| 2026-07-31 | 38.4730 |
| 2026-08-07 | 38.5921 |
| 2026-08-14 | 38.5796 |
| 2026-08-22 | 39.0755 |
| 2026-08-29 | 38.7883 |
| 2026-09-05 | 39.0388 |
| 2026-09-12 | 39.0201 |
| 2026-09-19 | 37.3846 |
| 2026-09-26 | 37.6170 |
High
39.0755
Low
37.0144
Average
37.9853
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=AFN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=AFN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=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¤cies=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.