USD to JMD exchange rate API
US Dollar to Jamaican Dollar · quoted 2026-09-25
157.7206
▼ +0.11% over 6M
1 USD = 157.7206 JMD · 1 JMD = 0.006340 USD · Get this rate via the API
1 USD buys 157.7206 JMD as of 2026-09-25, so 1 JMD buys 0.006340 USD. Over the last 6 months, USD/JMD traded between 156.7251 and 158.5804, averaged 157.8977 and fell 0.11%. The API holds daily USD/JMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
USD/JMD over 6M: show the values
| Point | USD/JMD |
|---|---|
| 2026-03-29 | 157.8978 |
| 2026-04-05 | 157.6838 |
| 2026-04-12 | 157.8705 |
| 2026-04-19 | 158.3761 |
| 2026-04-26 | 157.5517 |
| 2026-05-03 | 156.7251 |
| 2026-05-10 | 157.1871 |
| 2026-05-18 | 158.3194 |
| 2026-05-26 | 157.4941 |
| 2026-06-02 | 157.6693 |
| 2026-06-11 | 157.9475 |
| 2026-06-18 | 158.4355 |
| 2026-06-25 | 157.4332 |
| 2026-07-02 | 157.3141 |
| 2026-07-09 | 158.1621 |
| 2026-07-16 | 157.7094 |
| 2026-07-23 | 158.4920 |
| 2026-07-30 | 157.3767 |
| 2026-08-06 | 158.5804 |
| 2026-08-13 | 158.3712 |
| 2026-08-21 | 158.3910 |
| 2026-08-28 | 158.5724 |
| 2026-09-04 | 158.1756 |
| 2026-09-11 | 158.2729 |
| 2026-09-18 | 157.7874 |
| 2026-09-25 | 157.7206 |
High
158.5804
Low
156.7251
Average
157.8977
Get this rate via the API
One GET request returns the USD/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=USD¤cies=JMD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=JMD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=JMD").json()Replace YOUR_API_KEY with the key from your dashboard.
USD/JMD API questions
How do I get the USD/JMD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=JMD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest USD/JMD rate in rates.JMD.
How far back does USD/JMD historical data go?
Daily USD/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 USD/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.