Skip to content

EGP to ARS exchange rate API

Egyptian Pound to Argentine Peso · quoted 2026-09-25

29.3586

▲ +51.41% over 5Y

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 5 years, EGP/ARS traded between 19.3906 and 31.1811, averaged 25.8664 and rose 51.41%. 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 5Y

EGP/ARS over 5Y: show the values
PointEGP/ARS
2024-08-2419.3906
2024-10-0720.1896
2024-11-0620.1966
2024-12-0620.2495
2025-01-0520.3177
2025-02-0420.9149
2025-03-0620.9915
2025-04-0621.2077
2025-05-0624.0417
2025-06-0723.8809
2025-07-0725.3715
2025-08-0627.6520
2025-09-0528.0613
2025-10-0629.9492
2025-11-0530.7619
2025-12-0530.4037
2026-01-0531.1811
2026-02-0430.7803
2026-03-0628.0787
2026-04-0525.5228
2026-05-0526.1409
2026-06-0627.8282
2026-07-0830.2762
2026-08-0730.1409
2026-09-0729.6389

High

31.1811

Low

19.3906

Average

25.8664

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.