Skip to content

EGP to IDR exchange rate API

Egyptian Pound to Rupiah · quoted 2026-09-25

347.2600

▲ +8.39% over 6M

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 6 months, EGP/IDR traded between 313.0260 and 365.5481, averaged 343.5151 and rose 8.39%. 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 6M

EGP/IDR over 6M: show the values
PointEGP/IDR
2026-03-29320.3802
2026-04-05313.0260
2026-04-12321.3529
2026-04-19330.8812
2026-04-26328.4077
2026-05-03323.8949
2026-05-10330.0753
2026-05-17332.3025
2026-05-24334.8876
2026-05-31341.4594
2026-06-07346.7784
2026-06-14346.7210
2026-06-21356.8604
2026-06-28362.0789
2026-07-05365.5481
2026-07-12363.9351
2026-07-19355.6868
2026-07-26350.0136
2026-08-02353.8840
2026-08-09361.0599
2026-08-16355.6477
2026-08-23347.9047
2026-08-30354.5619
2026-09-06346.8722
2026-09-13343.0106
2026-09-20340.4179

High

365.5481

Low

313.0260

Average

343.5151

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.