EGP to AMD exchange rate API
Egyptian Pound to Armenian Dram · quoted 2026-09-25
7.0149
▼ +11.75% over 1Y
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 last year, EGP/AMD traded between 6.9201 and 8.0965, averaged 7.5386 and fell 11.75%. 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 1Y: show the values
| Point | EGP/AMD |
|---|---|
| 2025-09-25 | 7.9491 |
| 2025-10-02 | 7.9807 |
| 2025-10-09 | 8.0269 |
| 2025-10-16 | 8.0173 |
| 2025-10-23 | 8.0241 |
| 2025-10-30 | 8.0752 |
| 2025-11-06 | 8.0728 |
| 2025-11-13 | 8.0965 |
| 2025-11-20 | 8.0457 |
| 2025-11-27 | 7.9705 |
| 2025-12-04 | 8.0190 |
| 2025-12-12 | 8.0322 |
| 2025-12-19 | 7.9907 |
| 2025-12-26 | 8.0244 |
| 2026-01-02 | 7.9964 |
| 2026-01-09 | 8.0488 |
| 2026-01-16 | 8.0278 |
| 2026-01-23 | 8.0489 |
| 2026-01-30 | 8.0633 |
| 2026-02-06 | 8.0307 |
| 2026-02-13 | 8.0535 |
| 2026-02-20 | 7.9316 |
| 2026-02-27 | 7.8613 |
| 2026-03-06 | 7.5226 |
| 2026-03-13 | 7.2157 |
| 2026-03-20 | 7.1968 |
| 2026-03-27 | 7.1476 |
| 2026-04-03 | 6.9264 |
| 2026-04-10 | 7.0835 |
| 2026-04-17 | 7.2027 |
| 2026-04-24 | 7.0664 |
| 2026-05-01 | 6.9201 |
| 2026-05-08 | 7.0028 |
| 2026-05-16 | 6.9727 |
| 2026-05-24 | 6.9477 |
| 2026-05-31 | 7.0351 |
| 2026-06-09 | 7.1062 |
| 2026-06-16 | 7.3345 |
| 2026-06-23 | 7.3997 |
| 2026-06-30 | 7.4789 |
| 2026-07-07 | 7.5242 |
| 2026-07-14 | 7.2670 |
| 2026-07-21 | 7.1691 |
| 2026-07-28 | 7.2415 |
| 2026-08-04 | 7.2933 |
| 2026-08-11 | 7.3017 |
| 2026-08-18 | 7.2609 |
| 2026-08-26 | 7.2380 |
| 2026-09-02 | 7.1373 |
| 2026-09-09 | 7.0990 |
| 2026-09-16 | 6.9897 |
| 2026-09-23 | 7.0614 |
High
8.0965
Low
6.9201
Average
7.5386
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.