Skip to content

JOD to KZT exchange rate API

Jordanian Dinar to Tenge · quoted 2026-09-25

623.3694

▼ +12.08% over YTD

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 year to date, JOD/KZT traded between 623.3694 and 718.7872, averaged 674.8123 and fell 12.08%. 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 YTD

JOD/KZT over YTD: show the values
PointJOD/KZT
2025-12-31709.0267
2026-01-07718.6655
2026-01-14718.7872
2026-01-21716.8608
2026-01-28707.7162
2026-02-04708.6641
2026-02-11693.9852
2026-02-18691.3349
2026-02-25703.8574
2026-03-04705.3887
2026-03-11689.1290
2026-03-18677.9631
2026-03-25679.3493
2026-04-01674.4873
2026-04-08652.2246
2026-04-15670.4725
2026-04-22655.7381
2026-04-29646.3562
2026-05-06654.0368
2026-05-14662.2391
2026-05-21665.1379
2026-05-29681.6101
2026-06-05684.9308
2026-06-14690.2760
2026-06-21688.4119
2026-06-28685.4589
2026-07-05666.5952
2026-07-12664.7032
2026-07-19663.6568
2026-07-26669.5524
2026-08-02668.7662
2026-08-09661.4277
2026-08-16653.7894
2026-08-24647.7237
2026-08-31655.0031
2026-09-07642.9743
2026-09-14637.8210
2026-09-21630.1892

High

718.7872

Low

623.3694

Average

674.8123

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.