Skip to content

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

JMD/JPY over 1Y: show the values
PointJMD/JPY
2025-09-240.9263
2025-10-010.9175
2025-10-080.9537
2025-10-150.9453
2025-10-220.9436
2025-10-290.9490
2025-11-050.9577
2025-11-120.9638
2025-11-190.9725
2025-11-260.9757
2025-12-030.9687
2025-12-110.9740
2025-12-180.9734
2025-12-250.9773
2026-01-010.9859
2026-01-080.9878
2026-01-151.0033
2026-01-221.0081
2026-01-290.9780
2026-02-051.0005
2026-02-120.9802
2026-02-190.9914
2026-02-261.0055
2026-03-051.0083
2026-03-121.0104
2026-03-191.0052
2026-03-261.0100
2026-04-021.0092
2026-04-091.0102
2026-04-161.0100
2026-04-231.0033
2026-04-300.9981
2026-05-070.9891
2026-05-150.9982
2026-05-231.0100
2026-05-301.0127
2026-06-061.0165
2026-06-151.0121
2026-06-221.0242
2026-06-291.0263
2026-07-061.0247
2026-07-131.0228
2026-07-201.0258
2026-07-271.0335
2026-08-030.9928
2026-08-101.0017
2026-08-171.0076
2026-08-251.0069
2026-09-011.0126
2026-09-080.9725
2026-09-150.9835
2026-09-220.9970

High

1.0335

Low

0.91750

Average

0.99207

For developers

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

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