JOD to KGS exchange rate API
Jordanian Dinar to Som · quoted 2026-09-25
123.3551
▼ +0.00% over 1Y
1 JOD = 123.3551 KGS · 1 KGS = 0.008107 JOD · Get this rate via the API
1 JOD buys 123.3551 KGS as of 2026-09-25, so 1 KGS buys 0.008107 JOD. Over the last year, JOD/KGS traded between 123.2861 and 123.8793, averaged 123.3928 and fell 0.00%. The API holds daily JOD/KGS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
JOD/KGS over 1Y: show the values
| Point | JOD/KGS |
|---|---|
| 2025-09-25 | 123.3572 |
| 2025-10-02 | 123.2861 |
| 2025-10-09 | 123.3441 |
| 2025-10-16 | 123.3531 |
| 2025-10-23 | 123.3598 |
| 2025-10-30 | 123.3626 |
| 2025-11-06 | 123.3658 |
| 2025-11-13 | 123.3669 |
| 2025-11-20 | 123.6568 |
| 2025-11-27 | 123.3905 |
| 2025-12-04 | 123.4010 |
| 2025-12-12 | 123.3689 |
| 2025-12-19 | 123.3613 |
| 2025-12-26 | 123.3624 |
| 2026-01-02 | 123.2905 |
| 2026-01-09 | 123.3184 |
| 2026-01-16 | 123.3656 |
| 2026-01-23 | 123.3539 |
| 2026-01-30 | 123.3599 |
| 2026-02-06 | 123.3639 |
| 2026-02-13 | 123.3673 |
| 2026-02-20 | 123.3557 |
| 2026-02-27 | 123.3460 |
| 2026-03-06 | 123.3413 |
| 2026-03-13 | 123.3477 |
| 2026-03-20 | 123.3808 |
| 2026-03-27 | 123.3508 |
| 2026-04-03 | 123.3550 |
| 2026-04-10 | 123.3391 |
| 2026-04-17 | 123.3429 |
| 2026-04-24 | 123.2966 |
| 2026-05-01 | 123.2978 |
| 2026-05-08 | 123.2983 |
| 2026-05-16 | 123.3795 |
| 2026-05-24 | 123.3710 |
| 2026-05-31 | 123.3562 |
| 2026-06-09 | 123.3328 |
| 2026-06-16 | 123.3530 |
| 2026-06-23 | 123.3380 |
| 2026-06-30 | 123.3788 |
| 2026-07-07 | 123.3672 |
| 2026-07-14 | 123.3653 |
| 2026-07-21 | 123.3343 |
| 2026-07-28 | 123.8317 |
| 2026-08-04 | 123.8453 |
| 2026-08-11 | 123.3926 |
| 2026-08-18 | 123.8793 |
| 2026-08-26 | 123.4775 |
| 2026-09-02 | 123.4760 |
| 2026-09-09 | 123.4587 |
| 2026-09-16 | 123.3616 |
| 2026-09-23 | 123.3554 |
High
123.8793
Low
123.2861
Average
123.3928
Get this rate via the API
One GET request returns the JOD/KGS 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=KGS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=KGS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=KGS").json()Replace YOUR_API_KEY with the key from your dashboard.
JOD/KGS API questions
How do I get the JOD/KGS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=KGS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JOD/KGS rate in rates.KGS.
How far back does JOD/KGS historical data go?
Daily JOD/KGS 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/KGS 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.