BAM to GMD exchange rate API
Convertible Mark to Dalasi · quoted 2026-09-26
42.7879
▼ +3.32% over YTD
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 year to date, BAM/GMD traded between 42.7879 and 45.5365, averaged 43.9436 and fell 3.32%. 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 YTD: show the values
| Point | BAM/GMD |
|---|---|
| 2025-12-31 | 44.2572 |
| 2026-01-07 | 44.1634 |
| 2026-01-14 | 43.9423 |
| 2026-01-21 | 44.2521 |
| 2026-01-28 | 45.5365 |
| 2026-02-04 | 44.5092 |
| 2026-02-11 | 44.9383 |
| 2026-02-18 | 44.6933 |
| 2026-02-25 | 44.5459 |
| 2026-03-04 | 43.6948 |
| 2026-03-11 | 43.7195 |
| 2026-03-18 | 43.6613 |
| 2026-03-25 | 43.9282 |
| 2026-04-01 | 43.7341 |
| 2026-04-08 | 44.2264 |
| 2026-04-15 | 44.3171 |
| 2026-04-22 | 44.1405 |
| 2026-04-29 | 43.9470 |
| 2026-05-06 | 43.7228 |
| 2026-05-14 | 44.1293 |
| 2026-05-21 | 43.7091 |
| 2026-05-29 | 43.8185 |
| 2026-06-05 | 43.5154 |
| 2026-06-14 | 43.6868 |
| 2026-06-21 | 43.8082 |
| 2026-06-28 | 43.2232 |
| 2026-07-05 | 43.2755 |
| 2026-07-12 | 43.4308 |
| 2026-07-19 | 43.3109 |
| 2026-07-26 | 43.5061 |
| 2026-08-02 | 44.2451 |
| 2026-08-09 | 43.7504 |
| 2026-08-16 | 44.3206 |
| 2026-08-24 | 44.3274 |
| 2026-08-31 | 43.8765 |
| 2026-09-07 | 43.9618 |
| 2026-09-14 | 43.7813 |
| 2026-09-21 | 43.4048 |
High
45.5365
Low
42.7879
Average
43.9436
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.