Skip to content

EGP to IDR exchange rate API

Egyptian Pound to Rupiah · quoted 2026-09-25

347.2600

▼ +0.35% over 1Y

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 year, EGP/IDR traded between 315.2222 and 367.1094, averaged 346.7812 and fell 0.35%. 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 1Y

EGP/IDR over 1Y: show the values
PointEGP/IDR
2025-09-25348.4889
2025-10-02347.7010
2025-10-09348.2041
2025-10-16348.9076
2025-10-23349.4647
2025-10-30352.6854
2025-11-06352.1585
2025-11-13354.1010
2025-11-20353.3457
2025-11-27349.1003
2025-12-04350.3005
2025-12-11350.7372
2025-12-18351.3684
2025-12-25352.6029
2026-01-01350.2741
2026-01-08356.1837
2026-01-15357.3566
2026-01-22357.2385
2026-01-29358.3382
2026-02-05359.3536
2026-02-12359.4210
2026-02-19357.7465
2026-02-26349.9250
2026-03-05337.0826
2026-03-12323.4387
2026-03-19324.6190
2026-03-26321.1323
2026-04-02315.2222
2026-04-09321.5859
2026-04-16330.4593
2026-04-23329.7541
2026-04-30324.8247
2026-05-07328.1406
2026-05-14330.1734
2026-05-21332.9404
2026-05-28341.8407
2026-06-04347.5295
2026-06-11346.1232
2026-06-18358.0841
2026-06-25362.7899
2026-07-02367.1094
2026-07-09364.8482
2026-07-16356.1150
2026-07-23350.1824
2026-07-30354.6936
2026-08-06359.7436
2026-08-13355.5864
2026-08-20350.5027
2026-08-27353.0240
2026-09-03346.4545
2026-09-10342.6686
2026-09-17339.9792
2026-09-24347.2756

High

367.1094

Low

315.2222

Average

346.7812

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.