EGP to ARS exchange rate API
Egyptian Pound to Argentine Peso · quoted 2026-09-25
29.3586
▲ +51.41% over 5Y
1 EGP = 29.3586 ARS · 1 ARS = 0.03406 EGP · Get this rate via the API
1 EGP buys 29.3586 ARS as of 2026-09-25, so 1 ARS buys 0.03406 EGP. Over the last 5 years, EGP/ARS traded between 19.3906 and 31.1811, averaged 25.8664 and rose 51.41%. The API holds daily EGP/ARS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
EGP/ARS over 5Y: show the values
| Point | EGP/ARS |
|---|---|
| 2024-08-24 | 19.3906 |
| 2024-10-07 | 20.1896 |
| 2024-11-06 | 20.1966 |
| 2024-12-06 | 20.2495 |
| 2025-01-05 | 20.3177 |
| 2025-02-04 | 20.9149 |
| 2025-03-06 | 20.9915 |
| 2025-04-06 | 21.2077 |
| 2025-05-06 | 24.0417 |
| 2025-06-07 | 23.8809 |
| 2025-07-07 | 25.3715 |
| 2025-08-06 | 27.6520 |
| 2025-09-05 | 28.0613 |
| 2025-10-06 | 29.9492 |
| 2025-11-05 | 30.7619 |
| 2025-12-05 | 30.4037 |
| 2026-01-05 | 31.1811 |
| 2026-02-04 | 30.7803 |
| 2026-03-06 | 28.0787 |
| 2026-04-05 | 25.5228 |
| 2026-05-05 | 26.1409 |
| 2026-06-06 | 27.8282 |
| 2026-07-08 | 30.2762 |
| 2026-08-07 | 30.1409 |
| 2026-09-07 | 29.6389 |
High
31.1811
Low
19.3906
Average
25.8664
Get this rate via the API
One GET request returns the EGP/ARS 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=ARS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=ARS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=ARS").json()Replace YOUR_API_KEY with the key from your dashboard.
EGP/ARS API questions
How do I get the EGP/ARS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=ARS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EGP/ARS rate in rates.ARS.
How far back does EGP/ARS historical data go?
Daily EGP/ARS 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/ARS 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.