Skip to content

EGP to NZD exchange rate API

Egyptian Pound to New Zealand Dollar · quoted 2026-09-25

0.03416

▼ +6.06% over YTD

1 EGP = 0.03416 NZD · 1 NZD = 29.2740 EGP · Get this rate via the API

1 EGP buys 0.03416 NZD as of 2026-09-25, so 1 NZD buys 29.2740 EGP. Over the year to date, EGP/NZD traded between 0.03154 and 0.03691, averaged 0.03391 and fell 6.06%. The API holds daily EGP/NZD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EGP/NZD over YTD

EGP/NZD over YTD: show the values
PointEGP/NZD
2025-12-310.03636
2026-01-070.03658
2026-01-140.03691
2026-01-210.03596
2026-01-280.03534
2026-02-040.03533
2026-02-110.03527
2026-02-180.03549
2026-02-250.03495
2026-03-040.03375
2026-03-110.03254
2026-03-180.03287
2026-03-250.03269
2026-04-010.03210
2026-04-080.03174
2026-04-150.03252
2026-04-220.03262
2026-04-290.03224
2026-05-060.03154
2026-05-130.03186
2026-05-200.03210
2026-05-270.03254
2026-06-030.03265
2026-06-100.03326
2026-06-170.03443
2026-06-240.03570
2026-07-010.03589
2026-07-080.03562
2026-07-150.03397
2026-07-220.03357
2026-07-290.03422
2026-08-050.03410
2026-08-120.03393
2026-08-190.03360
2026-08-260.03337
2026-09-020.03365
2026-09-090.03340
2026-09-160.03334
2026-09-230.03413

High

0.03691

Low

0.03154

Average

0.03391

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

EGP/NZD API questions

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

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

How far back does EGP/NZD historical data go?

Daily EGP/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 EGP/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.