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: show the values
| Point | USD/JMD |
|---|---|
| 2025-09-25 | 159.8371 |
| 2025-10-02 | 160.3379 |
| 2025-10-09 | 160.0403 |
| 2025-10-16 | 160.2894 |
| 2025-10-23 | 160.7143 |
| 2025-10-30 | 159.9752 |
| 2025-11-06 | 160.6098 |
| 2025-11-13 | 160.7823 |
| 2025-11-20 | 160.6443 |
| 2025-11-27 | 160.3620 |
| 2025-12-04 | 160.3794 |
| 2025-12-12 | 159.9703 |
| 2025-12-19 | 160.0021 |
| 2025-12-26 | 159.4812 |
| 2026-01-02 | 158.9649 |
| 2026-01-09 | 158.7171 |
| 2026-01-16 | 157.9178 |
| 2026-01-23 | 157.1042 |
| 2026-01-30 | 157.0485 |
| 2026-02-06 | 156.4962 |
| 2026-02-13 | 156.4245 |
| 2026-02-20 | 155.9212 |
| 2026-02-27 | 155.9419 |
| 2026-03-06 | 156.2532 |
| 2026-03-13 | 157.0264 |
| 2026-03-20 | 157.0457 |
| 2026-03-27 | 156.9238 |
| 2026-04-03 | 157.3057 |
| 2026-04-10 | 157.9096 |
| 2026-04-17 | 157.9118 |
| 2026-04-24 | 157.8783 |
| 2026-05-01 | 156.7251 |
| 2026-05-08 | 158.0207 |
| 2026-05-16 | 157.8659 |
| 2026-05-24 | 157.3274 |
| 2026-05-31 | 157.2095 |
| 2026-06-09 | 157.7186 |
| 2026-06-16 | 158.4567 |
| 2026-06-23 | 158.1627 |
| 2026-06-30 | 157.2811 |
| 2026-07-07 | 157.8861 |
| 2026-07-14 | 159.0549 |
| 2026-07-21 | 158.6903 |
| 2026-07-28 | 158.4807 |
| 2026-08-04 | 158.4906 |
| 2026-08-11 | 158.9248 |
| 2026-08-18 | 158.5020 |
| 2026-08-26 | 158.5556 |
| 2026-09-02 | 158.1034 |
| 2026-09-09 | 158.3781 |
| 2026-09-16 | 157.4533 |
| 2026-09-23 | 157.6687 |
High
160.7823
Low
155.9212
Average
158.3565
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.