Skip to content

NZD to JOD exchange rate API

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

0.40181

▼ +1.70% over YTD

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

1 NZD buys 0.40181 JOD as of 2026-09-25, so 1 JOD buys 2.4888 NZD. Over the year to date, NZD/JOD traded between 0.39990 and 0.42942, averaged 0.41545 and fell 1.70%. 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 YTD

NZD/JOD over YTD: show the values
PointNZD/JOD
2025-12-310.40877
2026-01-070.41010
2026-01-140.40686
2026-01-210.41575
2026-01-280.42749
2026-02-040.42753
2026-02-110.42942
2026-02-180.42565
2026-02-250.42352
2026-03-040.41980
2026-03-110.41955
2026-03-180.41256
2026-03-250.41257
2026-04-010.40931
2026-04-080.41384
2026-04-150.41806
2026-04-220.41875
2026-04-290.41538
2026-05-060.42302
2026-05-140.42043
2026-05-210.41530
2026-05-290.42356
2026-06-050.41668
2026-06-140.41468
2026-06-210.40672
2026-06-280.39990
2026-07-050.40471
2026-07-120.40833
2026-07-190.41373
2026-07-260.41098
2026-08-020.41773
2026-08-090.41777
2026-08-160.41771
2026-08-240.42264
2026-08-310.41949
2026-09-070.41658
2026-09-140.40924
2026-09-210.40661

High

0.42942

Low

0.39990

Average

0.41545

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.