JOD to KRW exchange rate API
Jordanian Dinar to Won · quoted 2026-09-25
1927.45
▼ +2.66% over 1Y
1 JOD = 1927.45 KRW · 1 KRW = 0.000519 JOD · Get this rate via the API
1 JOD buys 1927.45 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.14 and fell 2.66%. 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: show the values
| Point | JOD/KRW |
|---|---|
| 2025-09-25 | 1980.15 |
| 2025-10-02 | 1976.59 |
| 2025-10-09 | 2001.65 |
| 2025-10-16 | 1999.83 |
| 2025-10-23 | 2031.64 |
| 2025-10-30 | 2023.96 |
| 2025-11-06 | 2039.16 |
| 2025-11-13 | 2064.15 |
| 2025-11-20 | 2072.43 |
| 2025-11-27 | 2062.40 |
| 2025-12-04 | 2075.50 |
| 2025-12-12 | 2083.39 |
| 2025-12-19 | 2085.65 |
| 2025-12-26 | 2047.73 |
| 2026-01-02 | 2037.90 |
| 2026-01-09 | 2059.02 |
| 2026-01-16 | 2077.47 |
| 2026-01-23 | 2069.89 |
| 2026-01-30 | 2034.74 |
| 2026-02-06 | 2069.71 |
| 2026-02-13 | 2040.13 |
| 2026-02-20 | 2044.65 |
| 2026-02-27 | 2033.81 |
| 2026-03-06 | 2094.76 |
| 2026-03-13 | 2103.94 |
| 2026-03-20 | 2116.78 |
| 2026-03-27 | 2131.87 |
| 2026-04-03 | 2143.34 |
| 2026-04-10 | 2092.04 |
| 2026-04-17 | 2086.02 |
| 2026-04-24 | 2083.32 |
| 2026-05-01 | 2090.90 |
| 2026-05-08 | 2068.75 |
| 2026-05-16 | 2112.78 |
| 2026-05-24 | 2149.27 |
| 2026-05-31 | 2133.85 |
| 2026-06-09 | 2151.60 |
| 2026-06-16 | 2128.14 |
| 2026-06-23 | 2166.64 |
| 2026-06-30 | 2187.43 |
| 2026-07-07 | 2136.04 |
| 2026-07-14 | 2109.30 |
| 2026-07-21 | 2085.19 |
| 2026-07-28 | 2058.47 |
| 2026-08-04 | 2012.85 |
| 2026-08-11 | 1991.77 |
| 2026-08-18 | 1988.82 |
| 2026-08-26 | 1951.32 |
| 2026-09-02 | 1921.80 |
| 2026-09-09 | 1884.63 |
| 2026-09-16 | 1929.19 |
| 2026-09-23 | 1925.74 |
High
2187.43
Low
1884.63
Average
2056.14
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=KRW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=KRW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=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¤cies=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.