Skip to content

EGP to ARS exchange rate API

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

29.3604

▲ +5.73% over 1Y

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 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

EGP/ARS over 1Y: show the values
PointEGP/ARS
2025-09-2527.7682
2025-10-0229.7880
2025-10-0930.0642
2025-10-1628.6052
2025-10-2331.2893
2025-10-3030.4397
2025-11-0630.6300
2025-11-1329.8392
2025-11-2029.6656
2025-11-2730.4781
2025-12-0430.5620
2025-12-1230.2190
2025-12-1930.4861
2025-12-2630.4854
2026-01-0230.4109
2026-01-0930.9590
2026-01-1630.5273
2026-01-2330.3394
2026-01-3030.7921
2026-02-0630.7768
2026-02-1329.9208
2026-02-2029.2507
2026-02-2729.3612
2026-03-0628.0787
2026-03-1326.6469
2026-03-2026.7010
2026-03-2725.9406
2026-04-0325.5725
2026-04-1026.0317
2026-04-1726.1905
2026-04-2426.4690
2026-05-0125.9827
2026-05-0826.4703
2026-05-1626.3734
2026-05-2426.4556
2026-05-3126.9434
2026-06-0927.8875
2026-06-1628.4353
2026-06-2329.3819
2026-06-3030.1180
2026-07-0730.4314
2026-07-1429.3371
2026-07-2129.0190
2026-07-2829.5891
2026-08-0429.7526
2026-08-1129.8976
2026-08-1829.5289
2026-08-2630.0602
2026-09-0229.6605
2026-09-0929.5583
2026-09-1628.9538
2026-09-2329.4105

High

31.2893

Low

25.5725

Average

28.9980

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.