Skip to content

JOD to KZT exchange rate API

Jordanian Dinar to Tenge · quoted 2026-09-25

623.3694

▼ +18.49% over 1Y

1 JOD = 623.3694 KZT · 1 KZT = 0.001604 JOD · Get this rate via the API

1 JOD buys 623.3694 KZT as of 2026-09-25, so 1 KZT buys 0.001604 JOD. Over the last year, JOD/KZT traded between 623.3694 and 771.9133, averaged 692.7179 and fell 18.49%. The API holds daily JOD/KZT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JOD/KZT over 1Y

JOD/KZT over 1Y: show the values
PointJOD/KZT
2025-09-25764.7815
2025-10-02771.9133
2025-10-09762.1081
2025-10-16759.7444
2025-10-23759.3606
2025-10-30746.1599
2025-11-06740.6048
2025-11-13740.0455
2025-11-20731.6776
2025-11-27731.6931
2025-12-04709.1462
2025-12-12733.3602
2025-12-19727.8055
2025-12-26719.9102
2026-01-02715.4357
2026-01-09720.0160
2026-01-16721.4708
2026-01-23712.5272
2026-01-30709.2533
2026-02-06697.5874
2026-02-13697.8984
2026-02-20695.8275
2026-02-27704.5695
2026-03-06696.1728
2026-03-13692.5845
2026-03-20673.7272
2026-03-27678.3570
2026-04-03666.5210
2026-04-10671.7289
2026-04-17665.2384
2026-04-24655.3115
2026-05-01653.4214
2026-05-08655.2952
2026-05-16661.8875
2026-05-24665.2418
2026-05-31686.7089
2026-06-09684.9933
2026-06-16690.5359
2026-06-23687.6472
2026-06-30684.3629
2026-07-07666.1097
2026-07-14670.2368
2026-07-21664.0733
2026-07-28669.8820
2026-08-04669.7510
2026-08-11658.3057
2026-08-18651.7471
2026-08-26645.4444
2026-09-02646.6258
2026-09-09640.3519
2026-09-16633.9976
2026-09-23631.5202

High

771.9133

Low

623.3694

Average

692.7179

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

JOD/KZT API questions

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

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

How far back does JOD/KZT historical data go?

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