Skip to content

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

EGP/ARS over 6M: show the values
PointEGP/ARS
2026-03-2926.0981
2026-04-0525.5228
2026-04-1225.7388
2026-04-1926.3241
2026-04-2626.4301
2026-05-0325.9904
2026-05-1026.5251
2026-05-1826.1858
2026-05-2626.8286
2026-06-0227.4838
2026-06-1127.6001
2026-06-1828.8762
2026-06-2529.8440
2026-07-0230.3429
2026-07-0929.9765
2026-07-1629.2178
2026-07-2328.9004
2026-07-3029.3361
2026-08-0630.0708
2026-08-1329.7240
2026-08-2129.4286
2026-08-2830.0921
2026-09-0429.6073
2026-09-1129.4553
2026-09-1828.9679
2026-09-2529.3576

High

30.3429

Low

25.5228

Average

28.2698

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.