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: show the values
| Point | EGP/AMD |
|---|---|
| 2025-12-31 | 7.9959 |
| 2026-01-07 | 8.0481 |
| 2026-01-14 | 8.0616 |
| 2026-01-21 | 7.9980 |
| 2026-01-28 | 7.9758 |
| 2026-02-04 | 8.0174 |
| 2026-02-11 | 8.0529 |
| 2026-02-18 | 8.0102 |
| 2026-02-25 | 7.8820 |
| 2026-03-04 | 7.5271 |
| 2026-03-11 | 7.2653 |
| 2026-03-18 | 7.2068 |
| 2026-03-25 | 7.1688 |
| 2026-04-01 | 6.9900 |
| 2026-04-08 | 6.9410 |
| 2026-04-15 | 7.1743 |
| 2026-04-22 | 7.1782 |
| 2026-04-29 | 7.0160 |
| 2026-05-06 | 6.9562 |
| 2026-05-14 | 6.9691 |
| 2026-05-21 | 6.9285 |
| 2026-05-29 | 7.0317 |
| 2026-06-05 | 7.1177 |
| 2026-06-14 | 7.1245 |
| 2026-06-21 | 7.3632 |
| 2026-06-28 | 7.4274 |
| 2026-07-05 | 7.4720 |
| 2026-07-12 | 7.3867 |
| 2026-07-19 | 7.2582 |
| 2026-07-26 | 7.1293 |
| 2026-08-02 | 7.1668 |
| 2026-08-09 | 7.3775 |
| 2026-08-16 | 7.2821 |
| 2026-08-24 | 7.1766 |
| 2026-08-31 | 7.2203 |
| 2026-09-07 | 7.1457 |
| 2026-09-14 | 7.0461 |
| 2026-09-21 | 6.9775 |
High
8.0616
Low
6.9285
Average
7.3611
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=AMD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=AMD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=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¤cies=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.