BAM to JMD exchange rate API
Convertible Mark to Jamaican Dollar · quoted 2026-09-26
92.1310
▼ +3.78% over 1Y
1 BAM = 92.1310 JMD · 1 JMD = 0.01085 BAM · Get this rate via the API
1 BAM buys 92.1310 JMD as of 2026-09-26, so 1 JMD buys 0.01085 BAM. Over the last year, BAM/JMD traded between 91.6934 and 96.2934, averaged 94.0519 and fell 3.78%. The API holds daily BAM/JMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BAM/JMD over 1Y: show the values
| Point | BAM/JMD |
|---|---|
| 2025-09-26 | 95.7533 |
| 2025-10-03 | 96.0438 |
| 2025-10-10 | 94.6708 |
| 2025-10-17 | 95.8855 |
| 2025-10-24 | 95.1851 |
| 2025-10-31 | 94.5330 |
| 2025-11-07 | 94.6670 |
| 2025-11-14 | 95.5047 |
| 2025-11-21 | 94.7839 |
| 2025-11-28 | 94.9145 |
| 2025-12-05 | 95.4349 |
| 2025-12-13 | 96.1564 |
| 2025-12-20 | 95.8502 |
| 2025-12-27 | 96.2934 |
| 2026-01-03 | 95.8610 |
| 2026-01-10 | 94.4433 |
| 2026-01-17 | 93.6763 |
| 2026-01-24 | 95.4036 |
| 2026-01-31 | 95.3003 |
| 2026-02-07 | 94.6782 |
| 2026-02-14 | 94.8066 |
| 2026-02-21 | 93.9531 |
| 2026-02-28 | 94.1907 |
| 2026-03-07 | 92.8596 |
| 2026-03-14 | 91.8620 |
| 2026-03-21 | 93.2592 |
| 2026-03-28 | 92.6169 |
| 2026-04-04 | 92.8173 |
| 2026-04-11 | 94.6876 |
| 2026-04-18 | 95.3496 |
| 2026-04-25 | 94.2966 |
| 2026-05-02 | 93.8644 |
| 2026-05-09 | 94.8001 |
| 2026-05-17 | 93.7831 |
| 2026-05-25 | 93.5819 |
| 2026-06-01 | 93.7319 |
| 2026-06-10 | 93.3384 |
| 2026-06-17 | 94.0226 |
| 2026-06-24 | 91.6934 |
| 2026-07-01 | 91.8069 |
| 2026-07-08 | 92.1334 |
| 2026-07-15 | 92.4418 |
| 2026-07-22 | 92.4922 |
| 2026-07-29 | 92.0188 |
| 2026-08-05 | 93.1310 |
| 2026-08-12 | 93.2905 |
| 2026-08-20 | 93.8255 |
| 2026-08-27 | 94.4021 |
| 2026-09-03 | 93.8365 |
| 2026-09-10 | 93.8671 |
| 2026-09-17 | 92.9613 |
| 2026-09-24 | 91.8563 |
High
96.2934
Low
91.6934
Average
94.0519
Get this rate via the API
One GET request returns the BAM/JMD 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=JMD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=JMD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=JMD").json()Replace YOUR_API_KEY with the key from your dashboard.
BAM/JMD API questions
How do I get the BAM/JMD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=JMD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BAM/JMD rate in rates.JMD.
How far back does BAM/JMD historical data go?
Daily BAM/JMD 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/JMD 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.