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: show the values
| Point | JOD/KZT |
|---|---|
| 2025-09-25 | 764.7815 |
| 2025-10-02 | 771.9133 |
| 2025-10-09 | 762.1081 |
| 2025-10-16 | 759.7444 |
| 2025-10-23 | 759.3606 |
| 2025-10-30 | 746.1599 |
| 2025-11-06 | 740.6048 |
| 2025-11-13 | 740.0455 |
| 2025-11-20 | 731.6776 |
| 2025-11-27 | 731.6931 |
| 2025-12-04 | 709.1462 |
| 2025-12-12 | 733.3602 |
| 2025-12-19 | 727.8055 |
| 2025-12-26 | 719.9102 |
| 2026-01-02 | 715.4357 |
| 2026-01-09 | 720.0160 |
| 2026-01-16 | 721.4708 |
| 2026-01-23 | 712.5272 |
| 2026-01-30 | 709.2533 |
| 2026-02-06 | 697.5874 |
| 2026-02-13 | 697.8984 |
| 2026-02-20 | 695.8275 |
| 2026-02-27 | 704.5695 |
| 2026-03-06 | 696.1728 |
| 2026-03-13 | 692.5845 |
| 2026-03-20 | 673.7272 |
| 2026-03-27 | 678.3570 |
| 2026-04-03 | 666.5210 |
| 2026-04-10 | 671.7289 |
| 2026-04-17 | 665.2384 |
| 2026-04-24 | 655.3115 |
| 2026-05-01 | 653.4214 |
| 2026-05-08 | 655.2952 |
| 2026-05-16 | 661.8875 |
| 2026-05-24 | 665.2418 |
| 2026-05-31 | 686.7089 |
| 2026-06-09 | 684.9933 |
| 2026-06-16 | 690.5359 |
| 2026-06-23 | 687.6472 |
| 2026-06-30 | 684.3629 |
| 2026-07-07 | 666.1097 |
| 2026-07-14 | 670.2368 |
| 2026-07-21 | 664.0733 |
| 2026-07-28 | 669.8820 |
| 2026-08-04 | 669.7510 |
| 2026-08-11 | 658.3057 |
| 2026-08-18 | 651.7471 |
| 2026-08-26 | 645.4444 |
| 2026-09-02 | 646.6258 |
| 2026-09-09 | 640.3519 |
| 2026-09-16 | 633.9976 |
| 2026-09-23 | 631.5202 |
High
771.9133
Low
623.3694
Average
692.7179
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=KZT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=KZT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=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¤cies=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.