Skip to content

EGP to ARS exchange rate API

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

29.3586

▼ +3.52% over YTD

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 year to date, EGP/ARS traded between 25.6216 and 31.0458, averaged 28.6190 and fell 3.52%. 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 YTD

EGP/ARS over YTD: show the values
PointEGP/ARS
2025-12-3130.4304
2026-01-0731.0458
2026-01-1430.8855
2026-01-2130.2466
2026-01-2830.7403
2026-02-0430.7803
2026-02-1129.9919
2026-02-1829.6943
2026-02-2528.8057
2026-03-0428.2707
2026-03-1126.9521
2026-03-1826.7031
2026-03-2526.5807
2026-04-0125.6216
2026-04-0825.8044
2026-04-1526.1902
2026-04-2226.4864
2026-04-2926.5333
2026-05-0626.2096
2026-05-1426.3181
2026-05-2126.3145
2026-05-2926.9904
2026-06-0527.7309
2026-06-1427.6476
2026-06-2129.2796
2026-06-2829.8112
2026-07-0530.2182
2026-07-1229.9058
2026-07-1929.2454
2026-07-2629.1550
2026-08-0229.1118
2026-08-0930.1992
2026-08-1629.6056
2026-08-2429.5303
2026-08-3129.7210
2026-09-0729.6389
2026-09-1429.3530
2026-09-2129.0322

High

31.0458

Low

25.6216

Average

28.6190

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.