Skip to content

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

JOD/KGS over 1Y: show the values
PointJOD/KGS
2025-09-25123.3572
2025-10-02123.2861
2025-10-09123.3441
2025-10-16123.3531
2025-10-23123.3598
2025-10-30123.3626
2025-11-06123.3658
2025-11-13123.3669
2025-11-20123.6568
2025-11-27123.3905
2025-12-04123.4010
2025-12-12123.3689
2025-12-19123.3613
2025-12-26123.3624
2026-01-02123.2905
2026-01-09123.3184
2026-01-16123.3656
2026-01-23123.3539
2026-01-30123.3599
2026-02-06123.3639
2026-02-13123.3673
2026-02-20123.3557
2026-02-27123.3460
2026-03-06123.3413
2026-03-13123.3477
2026-03-20123.3808
2026-03-27123.3508
2026-04-03123.3550
2026-04-10123.3391
2026-04-17123.3429
2026-04-24123.2966
2026-05-01123.2978
2026-05-08123.2983
2026-05-16123.3795
2026-05-24123.3710
2026-05-31123.3562
2026-06-09123.3328
2026-06-16123.3530
2026-06-23123.3380
2026-06-30123.3788
2026-07-07123.3672
2026-07-14123.3653
2026-07-21123.3343
2026-07-28123.8317
2026-08-04123.8453
2026-08-11123.3926
2026-08-18123.8793
2026-08-26123.4775
2026-09-02123.4760
2026-09-09123.4587
2026-09-16123.3616
2026-09-23123.3554

High

123.8793

Low

123.2861

Average

123.3928

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=KGS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=KGS");
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=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&currencies=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.