BAM to GMD exchange rate API
Convertible Mark to Dalasi · quoted 2026-09-26
42.7879
▼ +2.34% over 1Y
1 BAM = 42.7879 GMD · 1 GMD = 0.02337 BAM · Get this rate via the API
1 BAM buys 42.7879 GMD as of 2026-09-26, so 1 GMD buys 0.02337 BAM. Over the last year, BAM/GMD traded between 42.6227 and 44.8416, averaged 43.7357 and fell 2.34%. The API holds daily BAM/GMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BAM/GMD over 1Y: show the values
| Point | BAM/GMD |
|---|---|
| 2025-09-26 | 43.8123 |
| 2025-10-03 | 44.0131 |
| 2025-10-10 | 42.8833 |
| 2025-10-17 | 43.5646 |
| 2025-10-24 | 43.3394 |
| 2025-10-31 | 43.2828 |
| 2025-11-07 | 43.3516 |
| 2025-11-14 | 43.6601 |
| 2025-11-21 | 43.5415 |
| 2025-11-28 | 43.5979 |
| 2025-12-05 | 43.8988 |
| 2025-12-13 | 44.1753 |
| 2025-12-20 | 44.0953 |
| 2025-12-27 | 44.8416 |
| 2026-01-03 | 44.3725 |
| 2026-01-10 | 44.0416 |
| 2026-01-17 | 43.5528 |
| 2026-01-24 | 44.1024 |
| 2026-01-31 | 44.4061 |
| 2026-02-07 | 44.0464 |
| 2026-02-14 | 44.5608 |
| 2026-02-21 | 44.2650 |
| 2026-02-28 | 43.7274 |
| 2026-03-07 | 43.6279 |
| 2026-03-14 | 43.2690 |
| 2026-03-21 | 43.9091 |
| 2026-03-28 | 43.2447 |
| 2026-04-04 | 43.6233 |
| 2026-04-11 | 44.0358 |
| 2026-04-18 | 44.3304 |
| 2026-04-25 | 43.9929 |
| 2026-05-02 | 43.7207 |
| 2026-05-09 | 44.2138 |
| 2026-05-17 | 44.2140 |
| 2026-05-25 | 43.7505 |
| 2026-06-01 | 43.8704 |
| 2026-06-10 | 43.4863 |
| 2026-06-17 | 43.6288 |
| 2026-06-24 | 42.6227 |
| 2026-07-01 | 43.0842 |
| 2026-07-08 | 43.1299 |
| 2026-07-15 | 43.2275 |
| 2026-07-22 | 43.2089 |
| 2026-07-29 | 43.1830 |
| 2026-08-05 | 43.7856 |
| 2026-08-12 | 43.7326 |
| 2026-08-20 | 44.2593 |
| 2026-08-27 | 44.2996 |
| 2026-09-03 | 44.2263 |
| 2026-09-10 | 44.1057 |
| 2026-09-17 | 43.2330 |
| 2026-09-24 | 43.0584 |
High
44.8416
Low
42.6227
Average
43.7357
Get this rate via the API
One GET request returns the BAM/GMD 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=GMD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=GMD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=GMD").json()Replace YOUR_API_KEY with the key from your dashboard.
BAM/GMD API questions
How do I get the BAM/GMD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=GMD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BAM/GMD rate in rates.GMD.
How far back does BAM/GMD historical data go?
Daily BAM/GMD 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/GMD 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.