JOD to JPY exchange rate API
Jordanian Dinar to Yen · quoted 2026-09-26
221.8858
▲ +5.05% over 1Y
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 last year, JOD/JPY traded between 207.8273 and 230.8630, averaged 221.8280 and rose 5.05%. 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 1Y: show the values
| Point | JOD/JPY |
|---|---|
| 2025-09-26 | 211.2151 |
| 2025-10-03 | 207.8273 |
| 2025-10-10 | 215.1502 |
| 2025-10-17 | 212.1512 |
| 2025-10-24 | 215.6589 |
| 2025-10-31 | 217.4617 |
| 2025-11-07 | 215.9271 |
| 2025-11-14 | 217.0146 |
| 2025-11-21 | 221.0664 |
| 2025-11-28 | 220.1994 |
| 2025-12-05 | 218.9357 |
| 2025-12-13 | 219.7784 |
| 2025-12-20 | 222.5159 |
| 2025-12-27 | 220.8383 |
| 2026-01-03 | 221.2815 |
| 2026-01-10 | 222.7087 |
| 2026-01-17 | 223.1178 |
| 2026-01-24 | 219.9862 |
| 2026-01-31 | 218.3151 |
| 2026-02-07 | 221.7199 |
| 2026-02-14 | 215.4191 |
| 2026-02-21 | 218.7150 |
| 2026-02-28 | 220.1013 |
| 2026-03-07 | 222.4982 |
| 2026-03-14 | 225.2911 |
| 2026-03-21 | 224.6011 |
| 2026-03-28 | 226.0791 |
| 2026-04-04 | 225.2044 |
| 2026-04-11 | 224.6067 |
| 2026-04-18 | 223.7465 |
| 2026-04-25 | 224.7619 |
| 2026-05-02 | 221.5294 |
| 2026-05-09 | 220.9496 |
| 2026-05-17 | 223.8896 |
| 2026-05-25 | 224.1581 |
| 2026-06-01 | 224.9481 |
| 2026-06-10 | 226.3618 |
| 2026-06-17 | 226.1129 |
| 2026-06-24 | 228.0456 |
| 2026-07-01 | 229.4888 |
| 2026-07-08 | 229.1775 |
| 2026-07-15 | 229.0384 |
| 2026-07-22 | 229.9997 |
| 2026-07-29 | 230.8630 |
| 2026-08-05 | 222.2714 |
| 2026-08-12 | 224.3872 |
| 2026-08-20 | 223.9240 |
| 2026-08-27 | 224.8100 |
| 2026-09-03 | 220.0476 |
| 2026-09-10 | 217.4545 |
| 2026-09-17 | 219.5938 |
| 2026-09-24 | 224.0544 |
High
230.8630
Low
207.8273
Average
221.8280
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.