Skip to content

EGP to IDR exchange rate API

Egyptian Pound to Rupiah · quoted 2026-09-25

347.2600

▲ +9.74% over 5Y

1 EGP = 347.2600 IDR · 1 IDR = 0.002880 EGP · Get this rate via the API

1 EGP buys 347.2600 IDR as of 2026-09-25, so 1 IDR buys 0.002880 EGP. Over the last 5 years, EGP/IDR traded between 313.4683 and 363.9906, averaged 336.4661 and rose 9.74%. The API holds daily EGP/IDR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EGP/IDR over 5Y

EGP/IDR over 5Y: show the values
PointEGP/IDR
2024-08-24316.4329
2024-10-06322.1065
2024-11-05326.5648
2024-12-05318.2948
2025-01-04319.1432
2025-02-03329.6908
2025-03-05327.5997
2025-04-05331.3130
2025-05-05324.3455
2025-06-05327.3188
2025-07-05328.4256
2025-08-04336.5669
2025-09-03339.0228
2025-10-03346.9020
2025-11-02352.9441
2025-12-02349.8747
2026-01-01350.2741
2026-01-31356.0930
2026-03-02345.6718
2026-04-01313.4683
2026-05-01324.2398
2026-05-31341.4594
2026-06-30363.9906
2026-07-30354.6936
2026-08-29354.4226

High

363.9906

Low

313.4683

Average

336.4661

For developers

Get this rate via the API

One GET request returns the EGP/IDR 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=IDR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=IDR");
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=IDR").json()

Replace YOUR_API_KEY with the key from your dashboard.

EGP/IDR API questions

How do I get the EGP/IDR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=IDR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EGP/IDR rate in rates.IDR.

How far back does EGP/IDR historical data go?

Daily EGP/IDR 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/IDR 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.