EGP to ARS exchange rate API
Egyptian Pound to Argentine Peso · quoted 2026-09-25
29.3604
▼ +2.33% over 30D
1 EGP = 29.3604 ARS · 1 ARS = 0.03406 EGP · Get this rate via the API
1 EGP buys 29.3604 ARS as of 2026-09-25, so 1 ARS buys 0.03406 EGP. Over the last 30 days, EGP/ARS traded between 28.9538 and 30.1433, averaged 29.4961 and fell 2.33%. 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 30D: show the values
| Point | EGP/ARS |
|---|---|
| 2026-08-26 | 30.0602 |
| 2026-08-27 | 30.1433 |
| 2026-08-28 | 30.0921 |
| 2026-08-29 | 30.1168 |
| 2026-08-30 | 30.1166 |
| 2026-08-31 | 29.7210 |
| 2026-09-01 | 29.6601 |
| 2026-09-02 | 29.6605 |
| 2026-09-03 | 29.6599 |
| 2026-09-04 | 29.6073 |
| 2026-09-05 | 29.6122 |
| 2026-09-06 | 29.6000 |
| 2026-09-07 | 29.6389 |
| 2026-09-08 | 29.6521 |
| 2026-09-09 | 29.5583 |
| 2026-09-10 | 29.5163 |
| 2026-09-11 | 29.4553 |
| 2026-09-12 | 29.3655 |
| 2026-09-13 | 29.3954 |
| 2026-09-14 | 29.3530 |
| 2026-09-15 | 29.1093 |
| 2026-09-16 | 28.9538 |
| 2026-09-17 | 29.0124 |
| 2026-09-18 | 28.9679 |
| 2026-09-19 | 29.0518 |
| 2026-09-20 | 28.9992 |
| 2026-09-21 | 29.0322 |
| 2026-09-22 | 29.2789 |
| 2026-09-23 | 29.4105 |
| 2026-09-24 | 29.3556 |
| 2026-09-25 | 29.3575 |
High
30.1433
Low
28.9538
Average
29.4961
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.