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: show the values
| Point | BAM/AFN |
|---|---|
| 2025-09-26 | 41.1632 |
| 2025-10-03 | 40.4229 |
| 2025-10-10 | 39.5093 |
| 2025-10-17 | 39.8016 |
| 2025-10-24 | 39.4090 |
| 2025-10-31 | 39.4962 |
| 2025-11-07 | 39.2179 |
| 2025-11-14 | 39.4953 |
| 2025-11-21 | 39.1566 |
| 2025-11-28 | 39.1703 |
| 2025-12-05 | 39.1216 |
| 2025-12-13 | 39.6707 |
| 2025-12-20 | 39.6798 |
| 2025-12-27 | 39.8761 |
| 2026-01-03 | 39.7675 |
| 2026-01-10 | 39.2801 |
| 2026-01-17 | 38.5366 |
| 2026-01-24 | 39.3750 |
| 2026-01-31 | 39.9548 |
| 2026-02-07 | 39.6058 |
| 2026-02-14 | 39.5790 |
| 2026-02-21 | 38.1918 |
| 2026-02-28 | 38.3166 |
| 2026-03-07 | 37.0913 |
| 2026-03-14 | 36.5612 |
| 2026-03-21 | 37.9058 |
| 2026-03-28 | 37.3614 |
| 2026-04-04 | 38.2586 |
| 2026-04-11 | 38.6440 |
| 2026-04-18 | 38.9026 |
| 2026-04-25 | 37.1080 |
| 2026-05-02 | 38.3305 |
| 2026-05-09 | 38.4973 |
| 2026-05-17 | 37.8369 |
| 2026-05-25 | 37.5079 |
| 2026-06-01 | 37.5210 |
| 2026-06-10 | 36.8672 |
| 2026-06-17 | 37.4697 |
| 2026-06-24 | 36.8967 |
| 2026-07-01 | 37.2515 |
| 2026-07-08 | 37.3482 |
| 2026-07-15 | 38.8318 |
| 2026-07-22 | 38.8646 |
| 2026-07-29 | 38.2054 |
| 2026-08-05 | 38.6331 |
| 2026-08-12 | 38.5840 |
| 2026-08-20 | 39.0911 |
| 2026-08-27 | 38.9151 |
| 2026-09-03 | 39.0078 |
| 2026-09-10 | 39.0730 |
| 2026-09-17 | 38.0153 |
| 2026-09-24 | 37.2184 |
High
41.1632
Low
36.5612
Average
38.6267
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.