EGP to ARS exchange rate API
Egyptian Pound to Argentine Peso · quoted 2026-09-25
29.3586
▲ +5.73% over 1Y
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 year, EGP/ARS traded between 25.5725 and 31.2893, averaged 28.9980 and rose 5.73%. 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 1Y: show the values
| Point | EGP/ARS |
|---|---|
| 2025-09-25 | 27.7682 |
| 2025-10-02 | 29.7880 |
| 2025-10-09 | 30.0642 |
| 2025-10-16 | 28.6052 |
| 2025-10-23 | 31.2893 |
| 2025-10-30 | 30.4397 |
| 2025-11-06 | 30.6300 |
| 2025-11-13 | 29.8392 |
| 2025-11-20 | 29.6656 |
| 2025-11-27 | 30.4781 |
| 2025-12-04 | 30.5620 |
| 2025-12-12 | 30.2190 |
| 2025-12-19 | 30.4861 |
| 2025-12-26 | 30.4854 |
| 2026-01-02 | 30.4109 |
| 2026-01-09 | 30.9590 |
| 2026-01-16 | 30.5273 |
| 2026-01-23 | 30.3394 |
| 2026-01-30 | 30.7921 |
| 2026-02-06 | 30.7768 |
| 2026-02-13 | 29.9208 |
| 2026-02-20 | 29.2507 |
| 2026-02-27 | 29.3612 |
| 2026-03-06 | 28.0787 |
| 2026-03-13 | 26.6469 |
| 2026-03-20 | 26.7010 |
| 2026-03-27 | 25.9406 |
| 2026-04-03 | 25.5725 |
| 2026-04-10 | 26.0317 |
| 2026-04-17 | 26.1905 |
| 2026-04-24 | 26.4690 |
| 2026-05-01 | 25.9827 |
| 2026-05-08 | 26.4703 |
| 2026-05-16 | 26.3734 |
| 2026-05-24 | 26.4556 |
| 2026-05-31 | 26.9434 |
| 2026-06-09 | 27.8875 |
| 2026-06-16 | 28.4353 |
| 2026-06-23 | 29.3819 |
| 2026-06-30 | 30.1180 |
| 2026-07-07 | 30.4314 |
| 2026-07-14 | 29.3371 |
| 2026-07-21 | 29.0190 |
| 2026-07-28 | 29.5891 |
| 2026-08-04 | 29.7526 |
| 2026-08-11 | 29.8976 |
| 2026-08-18 | 29.5289 |
| 2026-08-26 | 30.0602 |
| 2026-09-02 | 29.6605 |
| 2026-09-09 | 29.5583 |
| 2026-09-16 | 28.9538 |
| 2026-09-23 | 29.4105 |
High
31.2893
Low
25.5725
Average
28.9980
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.