Skip to content

JOD to JPY exchange rate API

Jordanian Dinar to Yen · quoted 2026-09-26

221.8858

▲ +0.41% over YTD

1 JOD = 221.8858 JPY · 1 JPY = 0.004507 JOD · Get this rate via the API

1 JOD buys 221.8858 JPY as of 2026-09-26, so 1 JPY buys 0.004507 JOD. Over the year to date, JOD/JPY traded between 215.2760 and 230.9111, averaged 223.2709 and rose 0.41%. The API holds daily JOD/JPY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JOD/JPY over YTD

JOD/JPY over YTD: show the values
PointJOD/JPY
2025-12-31220.9765
2026-01-07220.8003
2026-01-14223.7379
2026-01-21222.5533
2026-01-28215.2760
2026-02-04220.9327
2026-02-11216.2754
2026-02-18216.7036
2026-02-25221.0690
2026-03-04221.5969
2026-03-11223.6410
2026-03-18225.0445
2026-03-25224.2074
2026-04-01223.3000
2026-04-08223.0602
2026-04-15224.3883
2026-04-22224.5617
2026-04-29225.3701
2026-05-06220.3353
2026-05-14222.7748
2026-05-21224.4613
2026-05-29224.6355
2026-06-05225.4761
2026-06-14225.6559
2026-06-21227.5773
2026-06-28228.1662
2026-07-05227.6200
2026-07-12228.2991
2026-07-19229.1382
2026-07-26230.9111
2026-08-02222.0921
2026-08-09222.5957
2026-08-16224.6657
2026-08-24224.4317
2026-08-31225.2856
2026-09-07218.2646
2026-09-14217.9822
2026-09-21221.8155

High

230.9111

Low

215.2760

Average

223.2709

For developers

Get this rate via the API

One GET request returns the JOD/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=JOD&currencies=JPY"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&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=JOD&currencies=JPY").json()

Replace YOUR_API_KEY with the key from your dashboard.

JOD/JPY API questions

How do I get the JOD/JPY exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=JPY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JOD/JPY rate in rates.JPY.

How far back does JOD/JPY historical data go?

Daily JOD/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 JOD/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.