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: show the values
| Point | EGP/ANG |
|---|---|
| 2025-09-25 | 0.03739 |
| 2025-10-02 | 0.03769 |
| 2025-10-09 | 0.03788 |
| 2025-10-16 | 0.03783 |
| 2025-10-23 | 0.03785 |
| 2025-10-30 | 0.03814 |
| 2025-11-06 | 0.03804 |
| 2025-11-13 | 0.03818 |
| 2025-11-20 | 0.03802 |
| 2025-11-27 | 0.03780 |
| 2025-12-04 | 0.03788 |
| 2025-12-12 | 0.03784 |
| 2025-12-19 | 0.03787 |
| 2025-12-26 | 0.03787 |
| 2026-01-02 | 0.03778 |
| 2026-01-09 | 0.03819 |
| 2026-01-16 | 0.03816 |
| 2026-01-23 | 0.03817 |
| 2026-01-30 | 0.03845 |
| 2026-02-06 | 0.03848 |
| 2026-02-13 | 0.03852 |
| 2026-02-20 | 0.03793 |
| 2026-02-27 | 0.03762 |
| 2026-03-06 | 0.03594 |
| 2026-03-13 | 0.03452 |
| 2026-03-20 | 0.03448 |
| 2026-03-27 | 0.03411 |
| 2026-04-03 | 0.03309 |
| 2026-04-14 | 0.03395 |
| 2026-04-21 | 0.03451 |
| 2026-04-28 | 0.03395 |
| 2026-05-05 | 0.03337 |
| 2026-05-12 | 0.03408 |
| 2026-05-20 | 0.03382 |
| 2026-05-28 | 0.03452 |
| 2026-06-04 | 0.03474 |
| 2026-06-13 | 0.03460 |
| 2026-06-20 | 0.03600 |
| 2026-06-27 | 0.03626 |
| 2026-07-04 | 0.03652 |
| 2026-07-11 | 0.03631 |
| 2026-07-18 | 0.03564 |
| 2026-07-25 | 0.03499 |
| 2026-08-01 | 0.03513 |
| 2026-08-08 | 0.03623 |
| 2026-08-15 | 0.03605 |
| 2026-08-23 | 0.03531 |
| 2026-08-30 | 0.03592 |
| 2026-09-06 | 0.03526 |
| 2026-09-13 | 0.03501 |
| 2026-09-20 | 0.03441 |
High
0.03852
Low
0.03309
Average
0.03629
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=ANG"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=ANG");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=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¤cies=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.