JMD to JPY exchange rate API
Jamaican Dollar to Yen · quoted 2026-09-24
1.0053
▲ +8.53% over 1Y
1 JMD = 1.0053 JPY · 1 JPY = 0.99471 JMD · Get this rate via the API
1 JMD buys 1.0053 JPY as of 2026-09-24, so 1 JPY buys 0.99471 JMD. Over the last year, JMD/JPY traded between 0.91750 and 1.0335, averaged 0.99207 and rose 8.53%. The API holds daily JMD/JPY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
JMD/JPY over 1Y: show the values
| Point | JMD/JPY |
|---|---|
| 2025-09-24 | 0.9263 |
| 2025-10-01 | 0.9175 |
| 2025-10-08 | 0.9537 |
| 2025-10-15 | 0.9453 |
| 2025-10-22 | 0.9436 |
| 2025-10-29 | 0.9490 |
| 2025-11-05 | 0.9577 |
| 2025-11-12 | 0.9638 |
| 2025-11-19 | 0.9725 |
| 2025-11-26 | 0.9757 |
| 2025-12-03 | 0.9687 |
| 2025-12-11 | 0.9740 |
| 2025-12-18 | 0.9734 |
| 2025-12-25 | 0.9773 |
| 2026-01-01 | 0.9859 |
| 2026-01-08 | 0.9878 |
| 2026-01-15 | 1.0033 |
| 2026-01-22 | 1.0081 |
| 2026-01-29 | 0.9780 |
| 2026-02-05 | 1.0005 |
| 2026-02-12 | 0.9802 |
| 2026-02-19 | 0.9914 |
| 2026-02-26 | 1.0055 |
| 2026-03-05 | 1.0083 |
| 2026-03-12 | 1.0104 |
| 2026-03-19 | 1.0052 |
| 2026-03-26 | 1.0100 |
| 2026-04-02 | 1.0092 |
| 2026-04-09 | 1.0102 |
| 2026-04-16 | 1.0100 |
| 2026-04-23 | 1.0033 |
| 2026-04-30 | 0.9981 |
| 2026-05-07 | 0.9891 |
| 2026-05-15 | 0.9982 |
| 2026-05-23 | 1.0100 |
| 2026-05-30 | 1.0127 |
| 2026-06-06 | 1.0165 |
| 2026-06-15 | 1.0121 |
| 2026-06-22 | 1.0242 |
| 2026-06-29 | 1.0263 |
| 2026-07-06 | 1.0247 |
| 2026-07-13 | 1.0228 |
| 2026-07-20 | 1.0258 |
| 2026-07-27 | 1.0335 |
| 2026-08-03 | 0.9928 |
| 2026-08-10 | 1.0017 |
| 2026-08-17 | 1.0076 |
| 2026-08-25 | 1.0069 |
| 2026-09-01 | 1.0126 |
| 2026-09-08 | 0.9725 |
| 2026-09-15 | 0.9835 |
| 2026-09-22 | 0.9970 |
High
1.0335
Low
0.91750
Average
0.99207
Get this rate via the API
One GET request returns the JMD/JPY 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=JMD¤cies=JPY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JMD¤cies=JPY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JMD¤cies=JPY").json()Replace YOUR_API_KEY with the key from your dashboard.
JMD/JPY API questions
How do I get the JMD/JPY exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JMD¤cies=JPY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JMD/JPY rate in rates.JPY.
How far back does JMD/JPY historical data go?
Daily JMD/JPY 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 JMD/JPY 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.