Skip to content

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

BAM/GMD over YTD: show the values
PointBAM/GMD
2025-12-3144.2572
2026-01-0744.1634
2026-01-1443.9423
2026-01-2144.2521
2026-01-2845.5365
2026-02-0444.5092
2026-02-1144.9383
2026-02-1844.6933
2026-02-2544.5459
2026-03-0443.6948
2026-03-1143.7195
2026-03-1843.6613
2026-03-2543.9282
2026-04-0143.7341
2026-04-0844.2264
2026-04-1544.3171
2026-04-2244.1405
2026-04-2943.9470
2026-05-0643.7228
2026-05-1444.1293
2026-05-2143.7091
2026-05-2943.8185
2026-06-0543.5154
2026-06-1443.6868
2026-06-2143.8082
2026-06-2843.2232
2026-07-0543.2755
2026-07-1243.4308
2026-07-1943.3109
2026-07-2643.5061
2026-08-0244.2451
2026-08-0943.7504
2026-08-1644.3206
2026-08-2444.3274
2026-08-3143.8765
2026-09-0743.9618
2026-09-1443.7813
2026-09-2143.4048

High

45.5365

Low

42.7879

Average

43.9436

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM&currencies=GMD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM&currencies=GMD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM&currencies=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&currencies=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.