Skip to content

AWG to EGP exchange rate API

Aruban Florin to Egyptian Pound · quoted 2026-09-25

28.9224

▲ +8.54% over YTD

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 year to date, AWG/EGP traded between 26.1520 and 30.1560, averaged 28.2150 and rose 8.54%. 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 YTD

AWG/EGP over YTD: show the values
PointAWG/EGP
2025-12-3126.6476
2026-01-0726.4026
2026-01-1426.3753
2026-01-2126.4907
2026-01-2826.2163
2026-02-0426.2269
2026-02-1126.1520
2026-02-1826.2237
2026-02-2526.7544
2026-03-0427.9592
2026-03-1129.0087
2026-03-1829.2091
2026-03-2529.3692
2026-04-0130.1449
2026-04-0830.1560
2026-04-1529.0569
2026-04-2228.7966
2026-04-2929.3908
2026-05-0629.5221
2026-05-1429.5511
2026-05-2129.6619
2026-05-2929.1734
2026-06-0528.9493
2026-06-1428.8761
2026-06-2127.9247
2026-06-2827.6858
2026-07-0527.5143
2026-07-1227.7853
2026-07-1928.2352
2026-07-2628.6762
2026-08-0228.5141
2026-08-0927.7312
2026-08-1628.0646
2026-08-2428.3854
2026-08-3128.3466
2026-09-0728.4455
2026-09-1428.7960
2026-09-2129.0448

High

30.1560

Low

26.1520

Average

28.2150

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.