Skip to content

EGP to ANG exchange rate API

Egyptian Pound to Netherlands Antillean Guilder · quoted 2026-09-25

0.03481

▼ +6.89% over 1Y

1 EGP = 0.03481 ANG · 1 ANG = 28.7233 EGP · Get this rate via the API

1 EGP buys 0.03481 ANG as of 2026-09-25, so 1 ANG buys 28.7233 EGP. Over the last year, EGP/ANG traded between 0.03309 and 0.03852, averaged 0.03629 and fell 6.89%. The API holds daily EGP/ANG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EGP/ANG over 1Y

EGP/ANG over 1Y: show the values
PointEGP/ANG
2025-09-250.03739
2025-10-020.03769
2025-10-090.03788
2025-10-160.03783
2025-10-230.03785
2025-10-300.03814
2025-11-060.03804
2025-11-130.03818
2025-11-200.03802
2025-11-270.03780
2025-12-040.03788
2025-12-120.03784
2025-12-190.03787
2025-12-260.03787
2026-01-020.03778
2026-01-090.03819
2026-01-160.03816
2026-01-230.03817
2026-01-300.03845
2026-02-060.03848
2026-02-130.03852
2026-02-200.03793
2026-02-270.03762
2026-03-060.03594
2026-03-130.03452
2026-03-200.03448
2026-03-270.03411
2026-04-030.03309
2026-04-140.03395
2026-04-210.03451
2026-04-280.03395
2026-05-050.03337
2026-05-120.03408
2026-05-200.03382
2026-05-280.03452
2026-06-040.03474
2026-06-130.03460
2026-06-200.03600
2026-06-270.03626
2026-07-040.03652
2026-07-110.03631
2026-07-180.03564
2026-07-250.03499
2026-08-010.03513
2026-08-080.03623
2026-08-150.03605
2026-08-230.03531
2026-08-300.03592
2026-09-060.03526
2026-09-130.03501
2026-09-200.03441

High

0.03852

Low

0.03309

Average

0.03629

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

EGP/ANG API questions

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

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

How far back does EGP/ANG historical data go?

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