Skip to content

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

EGP/ARS over 30D: show the values
PointEGP/ARS
2026-08-2630.0602
2026-08-2730.1433
2026-08-2830.0921
2026-08-2930.1168
2026-08-3030.1166
2026-08-3129.7210
2026-09-0129.6601
2026-09-0229.6605
2026-09-0329.6599
2026-09-0429.6073
2026-09-0529.6122
2026-09-0629.6000
2026-09-0729.6389
2026-09-0829.6521
2026-09-0929.5583
2026-09-1029.5163
2026-09-1129.4553
2026-09-1229.3655
2026-09-1329.3954
2026-09-1429.3530
2026-09-1529.1093
2026-09-1628.9538
2026-09-1729.0124
2026-09-1828.9679
2026-09-1929.0518
2026-09-2028.9992
2026-09-2129.0322
2026-09-2229.2789
2026-09-2329.4105
2026-09-2429.3556
2026-09-2529.3575

High

30.1433

Low

28.9538

Average

29.4961

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=ARS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=ARS");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=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&currencies=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.