Skip to content

EGP to AMD exchange rate API

Egyptian Pound to Armenian Dram · quoted 2026-09-25

7.0149

▼ +12.27% over YTD

1 EGP = 7.0149 AMD · 1 AMD = 0.14255 EGP · Get this rate via the API

1 EGP buys 7.0149 AMD as of 2026-09-25, so 1 AMD buys 0.14255 EGP. Over the year to date, EGP/AMD traded between 6.9285 and 8.0616, averaged 7.3611 and fell 12.27%. The API holds daily EGP/AMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EGP/AMD over YTD

EGP/AMD over YTD: show the values
PointEGP/AMD
2025-12-317.9959
2026-01-078.0481
2026-01-148.0616
2026-01-217.9980
2026-01-287.9758
2026-02-048.0174
2026-02-118.0529
2026-02-188.0102
2026-02-257.8820
2026-03-047.5271
2026-03-117.2653
2026-03-187.2068
2026-03-257.1688
2026-04-016.9900
2026-04-086.9410
2026-04-157.1743
2026-04-227.1782
2026-04-297.0160
2026-05-066.9562
2026-05-146.9691
2026-05-216.9285
2026-05-297.0317
2026-06-057.1177
2026-06-147.1245
2026-06-217.3632
2026-06-287.4274
2026-07-057.4720
2026-07-127.3867
2026-07-197.2582
2026-07-267.1293
2026-08-027.1668
2026-08-097.3775
2026-08-167.2821
2026-08-247.1766
2026-08-317.2203
2026-09-077.1457
2026-09-147.0461
2026-09-216.9775

High

8.0616

Low

6.9285

Average

7.3611

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

EGP/AMD API questions

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

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

How far back does EGP/AMD historical data go?

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