BAM to GMD exchange rate API
Convertible Mark to Dalasi · quoted 2026-09-26
42.7879
▼ +3.41% over 30D
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 30 days, BAM/GMD traded between 42.7879 and 44.6765, averaged 43.7168 and fell 3.41%. 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 30D: show the values
| Point | BAM/GMD |
|---|---|
| 2026-08-27 | 44.2996 |
| 2026-08-28 | 44.6765 |
| 2026-08-29 | 43.8040 |
| 2026-08-30 | 44.0600 |
| 2026-08-31 | 43.8765 |
| 2026-09-01 | 44.1891 |
| 2026-09-02 | 44.1414 |
| 2026-09-03 | 44.2263 |
| 2026-09-04 | 43.9367 |
| 2026-09-05 | 43.7538 |
| 2026-09-06 | 44.1977 |
| 2026-09-07 | 43.9618 |
| 2026-09-08 | 44.2297 |
| 2026-09-09 | 44.0839 |
| 2026-09-10 | 44.1057 |
| 2026-09-11 | 43.8804 |
| 2026-09-12 | 43.5650 |
| 2026-09-13 | 44.2215 |
| 2026-09-14 | 43.7813 |
| 2026-09-15 | 43.6710 |
| 2026-09-16 | 43.6700 |
| 2026-09-17 | 43.2330 |
| 2026-09-18 | 43.1396 |
| 2026-09-19 | 43.1515 |
| 2026-09-20 | 43.4381 |
| 2026-09-21 | 43.4048 |
| 2026-09-22 | 43.3799 |
| 2026-09-23 | 43.1926 |
| 2026-09-24 | 43.0584 |
| 2026-09-25 | 43.0316 |
| 2026-09-26 | 42.7879 |
High
44.6765
Low
42.7879
Average
43.7168
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.