Skip to content

EGP to AFN exchange rate API

Egyptian Pound to Afghani · quoted 2026-09-25

1.2365

▼ +13.03% over 1Y

1 EGP = 1.2365 AFN · 1 AFN = 0.80875 EGP · Get this rate via the API

1 EGP buys 1.2365 AFN as of 2026-09-25, so 1 AFN buys 0.80875 EGP. Over the last year, EGP/AFN traded between 1.1713 and 1.4217, averaged 1.3106 and fell 13.03%. The API holds daily EGP/AFN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EGP/AFN over 1Y

EGP/AFN over 1Y: show the values
PointEGP/AFN
2025-09-251.4217
2025-10-021.4128
2025-10-091.4040
2025-10-161.3949
2025-10-231.3949
2025-10-301.4118
2025-11-061.4032
2025-11-131.4082
2025-11-201.3981
2025-11-271.3933
2025-12-041.3936
2025-12-121.3903
2025-12-191.3936
2025-12-261.3789
2026-01-021.3748
2026-01-091.3968
2026-01-161.3922
2026-01-231.3794
2026-01-301.4042
2026-02-061.3968
2026-02-131.3750
2026-02-201.3254
2026-02-271.3032
2026-03-061.2565
2026-03-131.1926
2026-03-201.2099
2026-03-271.2008
2026-04-031.1713
2026-04-101.2055
2026-04-171.2456
2026-04-241.1973
2026-05-011.1851
2026-05-081.2234
2026-05-161.1812
2026-05-241.2029
2026-05-311.2212
2026-06-091.2092
2026-06-161.2555
2026-06-231.2784
2026-06-301.3001
2026-07-071.3031
2026-07-141.3088
2026-07-211.3087
2026-07-281.3139
2026-08-041.3060
2026-08-111.3067
2026-08-181.3073
2026-08-261.3115
2026-09-021.2916
2026-09-091.2745
2026-09-161.2480
2026-09-231.2618

High

1.4217

Low

1.1713

Average

1.3106

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

EGP/AFN API questions

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

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

How far back does EGP/AFN historical data go?

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