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: show the values
| Point | JOD/JPY |
|---|---|
| 2025-12-31 | 220.9765 |
| 2026-01-07 | 220.8003 |
| 2026-01-14 | 223.7379 |
| 2026-01-21 | 222.5533 |
| 2026-01-28 | 215.2760 |
| 2026-02-04 | 220.9327 |
| 2026-02-11 | 216.2754 |
| 2026-02-18 | 216.7036 |
| 2026-02-25 | 221.0690 |
| 2026-03-04 | 221.5969 |
| 2026-03-11 | 223.6410 |
| 2026-03-18 | 225.0445 |
| 2026-03-25 | 224.2074 |
| 2026-04-01 | 223.3000 |
| 2026-04-08 | 223.0602 |
| 2026-04-15 | 224.3883 |
| 2026-04-22 | 224.5617 |
| 2026-04-29 | 225.3701 |
| 2026-05-06 | 220.3353 |
| 2026-05-14 | 222.7748 |
| 2026-05-21 | 224.4613 |
| 2026-05-29 | 224.6355 |
| 2026-06-05 | 225.4761 |
| 2026-06-14 | 225.6559 |
| 2026-06-21 | 227.5773 |
| 2026-06-28 | 228.1662 |
| 2026-07-05 | 227.6200 |
| 2026-07-12 | 228.2991 |
| 2026-07-19 | 229.1382 |
| 2026-07-26 | 230.9111 |
| 2026-08-02 | 222.0921 |
| 2026-08-09 | 222.5957 |
| 2026-08-16 | 224.6657 |
| 2026-08-24 | 224.4317 |
| 2026-08-31 | 225.2856 |
| 2026-09-07 | 218.2646 |
| 2026-09-14 | 217.9822 |
| 2026-09-21 | 221.8155 |
High
230.9111
Low
215.2760
Average
223.2709
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=JPY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=JPY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=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¤cies=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.