Skip to content

JOD to NZD exchange rate API

Jordanian Dinar to New Zealand Dollar · quoted 2026-09-25

2.4888

▲ +2.54% over 1Y

1 JOD = 2.4888 NZD · 1 NZD = 0.40181 JOD · Get this rate via the API

1 JOD buys 2.4888 NZD as of 2026-09-25, so 1 NZD buys 0.40181 JOD. Over the last year, JOD/NZD traded between 2.3265 and 2.5122, averaged 2.4254 and rose 2.54%. The API holds daily JOD/NZD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JOD/NZD over 1Y

JOD/NZD over 1Y: show the values
PointJOD/NZD
2025-09-252.4270
2025-10-022.4195
2025-10-092.4413
2025-10-162.4590
2025-10-232.4556
2025-10-302.4623
2025-11-062.4891
2025-11-132.4894
2025-11-202.5122
2025-11-272.4684
2025-12-042.4466
2025-12-122.4274
2025-12-192.4579
2025-12-262.4195
2026-01-022.4448
2026-01-092.4641
2026-01-162.4500
2026-01-232.3850
2026-01-302.3265
2026-02-062.3527
2026-02-132.3416
2026-02-202.3689
2026-02-272.3574
2026-03-062.4018
2026-03-132.4201
2026-03-202.4074
2026-03-272.4516
2026-04-032.4768
2026-04-102.4128
2026-04-172.3950
2026-04-242.4012
2026-05-012.3903
2026-05-082.3667
2026-05-162.4142
2026-05-242.4041
2026-05-312.3580
2026-06-092.4143
2026-06-162.4216
2026-06-232.4842
2026-06-302.4926
2026-07-072.4782
2026-07-142.4316
2026-07-212.4129
2026-07-282.4435
2026-08-042.3968
2026-08-112.3987
2026-08-182.3969
2026-08-262.3669
2026-09-022.4203
2026-09-092.4092
2026-09-162.4476
2026-09-232.4781

High

2.5122

Low

2.3265

Average

2.4254

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

JOD/NZD API questions

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

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

How far back does JOD/NZD historical data go?

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