Skip to content

NZD to JOD exchange rate API

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

0.40187

▼ +1.30% over 6M

1 NZD = 0.40187 JOD · 1 JOD = 2.4884 NZD · Get this rate via the API

1 NZD buys 0.40187 JOD as of 2026-09-25, so 1 JOD buys 2.4884 NZD. Over the last 6 months, NZD/JOD traded between 0.39977 and 0.42447, averaged 0.41225 and fell 1.30%. The API holds daily NZD/JOD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

NZD/JOD over 6M

NZD/JOD over 6M: show the values
PointNZD/JOD
2026-03-290.40714
2026-04-050.40333
2026-04-120.41245
2026-04-190.41636
2026-04-260.41591
2026-05-030.41886
2026-05-100.42221
2026-05-180.41589
2026-05-260.41423
2026-06-020.42100
2026-06-110.41022
2026-06-180.40856
2026-06-250.39977
2026-07-020.40203
2026-07-090.40708
2026-07-160.41516
2026-07-230.41023
2026-07-300.41415
2026-08-060.41711
2026-08-130.41437
2026-08-210.42447
2026-08-280.42149
2026-09-040.41711
2026-09-110.41271
2026-09-180.40490
2026-09-250.40207

High

0.42447

Low

0.39977

Average

0.41225

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD&currencies=JOD").json()

Replace YOUR_API_KEY with the key from your dashboard.

NZD/JOD API questions

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

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

How far back does NZD/JOD historical data go?

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