AWG to EGP exchange rate API
Aruban Florin to Egyptian Pound · quoted 2026-09-25
28.9224
▲ +7.49% over 1Y
1 AWG = 28.9224 EGP · 1 EGP = 0.03458 AWG · Get this rate via the API
1 AWG buys 28.9224 EGP as of 2026-09-25, so 1 EGP buys 0.03458 AWG. Over the last year, AWG/EGP traded between 26.1735 and 30.3518, averaged 27.7621 and rose 7.49%. The API holds daily AWG/EGP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AWG/EGP over 1Y: show the values
| Point | AWG/EGP |
|---|---|
| 2025-09-25 | 26.9062 |
| 2025-10-02 | 26.6965 |
| 2025-10-09 | 26.5686 |
| 2025-10-16 | 26.5906 |
| 2025-10-23 | 26.5765 |
| 2025-10-30 | 26.3989 |
| 2025-11-06 | 26.4564 |
| 2025-11-13 | 26.3654 |
| 2025-11-20 | 26.4809 |
| 2025-11-27 | 26.6287 |
| 2025-12-04 | 26.5612 |
| 2025-12-12 | 26.5581 |
| 2025-12-19 | 26.5726 |
| 2025-12-26 | 26.5631 |
| 2026-01-02 | 26.6419 |
| 2026-01-09 | 26.3945 |
| 2026-01-16 | 26.3914 |
| 2026-01-23 | 26.3148 |
| 2026-01-30 | 26.1998 |
| 2026-02-06 | 26.1777 |
| 2026-02-13 | 26.1735 |
| 2026-02-20 | 26.5560 |
| 2026-02-27 | 26.7875 |
| 2026-03-06 | 28.0006 |
| 2026-03-13 | 29.2547 |
| 2026-03-20 | 29.1851 |
| 2026-03-27 | 29.4600 |
| 2026-04-03 | 30.3518 |
| 2026-04-10 | 29.4737 |
| 2026-04-17 | 28.7694 |
| 2026-04-24 | 29.2129 |
| 2026-05-01 | 29.7666 |
| 2026-05-08 | 29.2888 |
| 2026-05-16 | 29.5417 |
| 2026-05-24 | 29.5824 |
| 2026-05-31 | 29.2293 |
| 2026-06-09 | 28.9733 |
| 2026-06-16 | 28.0723 |
| 2026-06-23 | 27.7883 |
| 2026-06-30 | 27.4782 |
| 2026-07-07 | 27.2750 |
| 2026-07-14 | 28.2356 |
| 2026-07-21 | 28.5214 |
| 2026-07-28 | 28.2650 |
| 2026-08-04 | 28.0466 |
| 2026-08-11 | 27.9991 |
| 2026-08-18 | 28.1489 |
| 2026-08-26 | 28.0908 |
| 2026-09-02 | 28.4925 |
| 2026-09-09 | 28.5675 |
| 2026-09-16 | 29.0746 |
| 2026-09-23 | 28.7632 |
High
30.3518
Low
26.1735
Average
27.7621
Get this rate via the API
One GET request returns the AWG/EGP 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=AWG¤cies=EGP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AWG¤cies=EGP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AWG¤cies=EGP").json()Replace YOUR_API_KEY with the key from your dashboard.
AWG/EGP API questions
How do I get the AWG/EGP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AWG¤cies=EGP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AWG/EGP rate in rates.EGP.
How far back does AWG/EGP historical data go?
Daily AWG/EGP 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 AWG/EGP 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.