Skip to content

USD to JMD exchange rate API

US Dollar to Jamaican Dollar · quoted 2026-09-25

157.7206

▼ +1.32% over 1Y

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 year, USD/JMD traded between 155.9212 and 160.7823, averaged 158.3565 and fell 1.32%. 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 1Y

USD/JMD over 1Y: show the values
PointUSD/JMD
2025-09-25159.8371
2025-10-02160.3379
2025-10-09160.0403
2025-10-16160.2894
2025-10-23160.7143
2025-10-30159.9752
2025-11-06160.6098
2025-11-13160.7823
2025-11-20160.6443
2025-11-27160.3620
2025-12-04160.3794
2025-12-12159.9703
2025-12-19160.0021
2025-12-26159.4812
2026-01-02158.9649
2026-01-09158.7171
2026-01-16157.9178
2026-01-23157.1042
2026-01-30157.0485
2026-02-06156.4962
2026-02-13156.4245
2026-02-20155.9212
2026-02-27155.9419
2026-03-06156.2532
2026-03-13157.0264
2026-03-20157.0457
2026-03-27156.9238
2026-04-03157.3057
2026-04-10157.9096
2026-04-17157.9118
2026-04-24157.8783
2026-05-01156.7251
2026-05-08158.0207
2026-05-16157.8659
2026-05-24157.3274
2026-05-31157.2095
2026-06-09157.7186
2026-06-16158.4567
2026-06-23158.1627
2026-06-30157.2811
2026-07-07157.8861
2026-07-14159.0549
2026-07-21158.6903
2026-07-28158.4807
2026-08-04158.4906
2026-08-11158.9248
2026-08-18158.5020
2026-08-26158.5556
2026-09-02158.1034
2026-09-09158.3781
2026-09-16157.4533
2026-09-23157.6687

High

160.7823

Low

155.9212

Average

158.3565

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.