Skip to content

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

AWG/EGP over 1Y: show the values
PointAWG/EGP
2025-09-2526.9062
2025-10-0226.6965
2025-10-0926.5686
2025-10-1626.5906
2025-10-2326.5765
2025-10-3026.3989
2025-11-0626.4564
2025-11-1326.3654
2025-11-2026.4809
2025-11-2726.6287
2025-12-0426.5612
2025-12-1226.5581
2025-12-1926.5726
2025-12-2626.5631
2026-01-0226.6419
2026-01-0926.3945
2026-01-1626.3914
2026-01-2326.3148
2026-01-3026.1998
2026-02-0626.1777
2026-02-1326.1735
2026-02-2026.5560
2026-02-2726.7875
2026-03-0628.0006
2026-03-1329.2547
2026-03-2029.1851
2026-03-2729.4600
2026-04-0330.3518
2026-04-1029.4737
2026-04-1728.7694
2026-04-2429.2129
2026-05-0129.7666
2026-05-0829.2888
2026-05-1629.5417
2026-05-2429.5824
2026-05-3129.2293
2026-06-0928.9733
2026-06-1628.0723
2026-06-2327.7883
2026-06-3027.4782
2026-07-0727.2750
2026-07-1428.2356
2026-07-2128.5214
2026-07-2828.2650
2026-08-0428.0466
2026-08-1127.9991
2026-08-1828.1489
2026-08-2628.0908
2026-09-0228.4925
2026-09-0928.5675
2026-09-1629.0746
2026-09-2328.7632

High

30.3518

Low

26.1735

Average

27.7621

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AWG&currencies=EGP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AWG&currencies=EGP");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AWG&currencies=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&currencies=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.