Skip to content

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

USD/JMD over 6M: show the values
PointUSD/JMD
2026-03-29157.8978
2026-04-05157.6838
2026-04-12157.8705
2026-04-19158.3761
2026-04-26157.5517
2026-05-03156.7251
2026-05-10157.1871
2026-05-18158.3194
2026-05-26157.4941
2026-06-02157.6693
2026-06-11157.9475
2026-06-18158.4355
2026-06-25157.4332
2026-07-02157.3141
2026-07-09158.1621
2026-07-16157.7094
2026-07-23158.4920
2026-07-30157.3767
2026-08-06158.5804
2026-08-13158.3712
2026-08-21158.3910
2026-08-28158.5724
2026-09-04158.1756
2026-09-11158.2729
2026-09-18157.7874
2026-09-25157.7206

High

158.5804

Low

156.7251

Average

157.8977

For developers

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

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