EGP to ARS exchange rate API
Egyptian Pound to Argentine Peso · quoted 2026-09-25
29.3586
▼ +3.52% over YTD
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 year to date, EGP/ARS traded between 25.6216 and 31.0458, averaged 28.6190 and fell 3.52%. 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 YTD: show the values
| Point | EGP/ARS |
|---|---|
| 2025-12-31 | 30.4304 |
| 2026-01-07 | 31.0458 |
| 2026-01-14 | 30.8855 |
| 2026-01-21 | 30.2466 |
| 2026-01-28 | 30.7403 |
| 2026-02-04 | 30.7803 |
| 2026-02-11 | 29.9919 |
| 2026-02-18 | 29.6943 |
| 2026-02-25 | 28.8057 |
| 2026-03-04 | 28.2707 |
| 2026-03-11 | 26.9521 |
| 2026-03-18 | 26.7031 |
| 2026-03-25 | 26.5807 |
| 2026-04-01 | 25.6216 |
| 2026-04-08 | 25.8044 |
| 2026-04-15 | 26.1902 |
| 2026-04-22 | 26.4864 |
| 2026-04-29 | 26.5333 |
| 2026-05-06 | 26.2096 |
| 2026-05-14 | 26.3181 |
| 2026-05-21 | 26.3145 |
| 2026-05-29 | 26.9904 |
| 2026-06-05 | 27.7309 |
| 2026-06-14 | 27.6476 |
| 2026-06-21 | 29.2796 |
| 2026-06-28 | 29.8112 |
| 2026-07-05 | 30.2182 |
| 2026-07-12 | 29.9058 |
| 2026-07-19 | 29.2454 |
| 2026-07-26 | 29.1550 |
| 2026-08-02 | 29.1118 |
| 2026-08-09 | 30.1992 |
| 2026-08-16 | 29.6056 |
| 2026-08-24 | 29.5303 |
| 2026-08-31 | 29.7210 |
| 2026-09-07 | 29.6389 |
| 2026-09-14 | 29.3530 |
| 2026-09-21 | 29.0322 |
High
31.0458
Low
25.6216
Average
28.6190
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.