EGP to ARS exchange rate API
Egyptian Pound to Argentine Peso · quoted 2026-09-25
29.3586
▲ +12.49% over 6M
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 6 months, EGP/ARS traded between 25.5228 and 30.3429, averaged 28.2698 and rose 12.49%. 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 6M: show the values
| Point | EGP/ARS |
|---|---|
| 2026-03-29 | 26.0981 |
| 2026-04-05 | 25.5228 |
| 2026-04-12 | 25.7388 |
| 2026-04-19 | 26.3241 |
| 2026-04-26 | 26.4301 |
| 2026-05-03 | 25.9904 |
| 2026-05-10 | 26.5251 |
| 2026-05-18 | 26.1858 |
| 2026-05-26 | 26.8286 |
| 2026-06-02 | 27.4838 |
| 2026-06-11 | 27.6001 |
| 2026-06-18 | 28.8762 |
| 2026-06-25 | 29.8440 |
| 2026-07-02 | 30.3429 |
| 2026-07-09 | 29.9765 |
| 2026-07-16 | 29.2178 |
| 2026-07-23 | 28.9004 |
| 2026-07-30 | 29.3361 |
| 2026-08-06 | 30.0708 |
| 2026-08-13 | 29.7240 |
| 2026-08-21 | 29.4286 |
| 2026-08-28 | 30.0921 |
| 2026-09-04 | 29.6073 |
| 2026-09-11 | 29.4553 |
| 2026-09-18 | 28.9679 |
| 2026-09-25 | 29.3576 |
High
30.3429
Low
25.5228
Average
28.2698
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.