Skip to content

JOD to KRW exchange rate API

Jordanian Dinar to Won · quoted 2026-09-25

1925.49

▼ +2.76% over 1Y

1 JOD = 1925.49 KRW · 1 KRW = 0.000519 JOD · Get this rate via the API

1 JOD buys 1925.49 KRW as of 2026-09-25, so 1 KRW buys 0.000519 JOD. Over the last year, JOD/KRW traded between 1884.63 and 2187.43, averaged 2056.11 and fell 2.76%. The API holds daily JOD/KRW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JOD/KRW over 1Y

JOD/KRW over 1Y: show the values
PointJOD/KRW
2025-09-251980.15
2025-10-021976.59
2025-10-092001.65
2025-10-161999.83
2025-10-232031.64
2025-10-302023.96
2025-11-062039.16
2025-11-132064.15
2025-11-202072.43
2025-11-272062.40
2025-12-042075.50
2025-12-122083.39
2025-12-192085.65
2025-12-262047.73
2026-01-022037.90
2026-01-092059.02
2026-01-162077.47
2026-01-232069.89
2026-01-302034.74
2026-02-062069.71
2026-02-132040.13
2026-02-202044.65
2026-02-272033.81
2026-03-062094.76
2026-03-132103.94
2026-03-202116.78
2026-03-272131.87
2026-04-032143.34
2026-04-102092.04
2026-04-172086.02
2026-04-242083.32
2026-05-012090.90
2026-05-082068.75
2026-05-162112.78
2026-05-242149.27
2026-05-312133.85
2026-06-092151.60
2026-06-162128.14
2026-06-232166.64
2026-06-302187.43
2026-07-072136.04
2026-07-142109.30
2026-07-212085.19
2026-07-282058.47
2026-08-042012.85
2026-08-111991.77
2026-08-181988.82
2026-08-261951.32
2026-09-021921.80
2026-09-091884.63
2026-09-161929.19
2026-09-231925.74

High

2187.43

Low

1884.63

Average

2056.11

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

JOD/KRW API questions

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

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

How far back does JOD/KRW historical data go?

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