Skip to content

EGP to NAD exchange rate API

Egyptian Pound to Namibia Dollar · quoted 2026-09-27

0.31427

▼ +12.76% over 1Y

1 EGP = 0.31427 NAD · 1 NAD = 3.1820 EGP · Get this rate via the API

1 EGP buys 0.31427 NAD as of 2026-09-27, so 1 NAD buys 3.1820 EGP. Over the last year, EGP/NAD traded between 0.30751 and 0.36950, averaged 0.33423 and fell 12.76%. The API holds daily EGP/NAD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EGP/NAD over 1Y

EGP/NAD over 1Y: show the values
PointEGP/NAD
2025-09-270.36024
2025-10-040.36098
2025-10-110.36950
2025-10-180.36583
2025-10-250.36489
2025-11-010.36839
2025-11-080.36546
2025-11-150.36367
2025-11-220.36641
2025-11-290.36066
2025-12-060.35659
2025-12-140.35543
2025-12-210.35242
2025-12-280.35029
2026-01-040.34498
2026-01-110.34865
2026-01-180.34724
2026-01-250.34222
2026-02-010.34351
2026-02-080.34196
2026-02-150.34138
2026-02-220.33699
2026-03-010.33225
2026-03-080.32353
2026-03-150.32237
2026-03-220.32570
2026-03-290.32220
2026-04-050.31234
2026-04-120.30751
2026-04-190.31574
2026-04-260.31556
2026-05-030.31087
2026-05-100.31030
2026-05-180.31172
2026-05-260.31279
2026-06-020.31360
2026-06-110.31840
2026-06-180.32690
2026-06-250.33391
2026-07-020.33409
2026-07-090.33021
2026-07-160.32369
2026-07-230.31897
2026-07-300.32655
2026-08-060.32812
2026-08-130.32153
2026-08-210.31651
2026-08-280.31826
2026-09-040.31377
2026-09-110.31582
2026-09-180.31155
2026-09-250.31731

High

0.36950

Low

0.30751

Average

0.33423

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

EGP/NAD API questions

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

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

How far back does EGP/NAD historical data go?

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