Skip to content

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

BAM/GMD over 1Y: show the values
PointBAM/GMD
2025-09-2643.8123
2025-10-0344.0131
2025-10-1042.8833
2025-10-1743.5646
2025-10-2443.3394
2025-10-3143.2828
2025-11-0743.3516
2025-11-1443.6601
2025-11-2143.5415
2025-11-2843.5979
2025-12-0543.8988
2025-12-1344.1753
2025-12-2044.0953
2025-12-2744.8416
2026-01-0344.3725
2026-01-1044.0416
2026-01-1743.5528
2026-01-2444.1024
2026-01-3144.4061
2026-02-0744.0464
2026-02-1444.5608
2026-02-2144.2650
2026-02-2843.7274
2026-03-0743.6279
2026-03-1443.2690
2026-03-2143.9091
2026-03-2843.2447
2026-04-0443.6233
2026-04-1144.0358
2026-04-1844.3304
2026-04-2543.9929
2026-05-0243.7207
2026-05-0944.2138
2026-05-1744.2140
2026-05-2543.7505
2026-06-0143.8704
2026-06-1043.4863
2026-06-1743.6288
2026-06-2442.6227
2026-07-0143.0842
2026-07-0843.1299
2026-07-1543.2275
2026-07-2243.2089
2026-07-2943.1830
2026-08-0543.7856
2026-08-1243.7326
2026-08-2044.2593
2026-08-2744.2996
2026-09-0344.2263
2026-09-1044.1057
2026-09-1743.2330
2026-09-2443.0584

High

44.8416

Low

42.6227

Average

43.7357

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.