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: show the values
| Point | EGP/IDR |
|---|---|
| 2024-08-24 | 316.4329 |
| 2024-10-06 | 322.1065 |
| 2024-11-05 | 326.5648 |
| 2024-12-05 | 318.2948 |
| 2025-01-04 | 319.1432 |
| 2025-02-03 | 329.6908 |
| 2025-03-05 | 327.5997 |
| 2025-04-05 | 331.3130 |
| 2025-05-05 | 324.3455 |
| 2025-06-05 | 327.3188 |
| 2025-07-05 | 328.4256 |
| 2025-08-04 | 336.5669 |
| 2025-09-03 | 339.0228 |
| 2025-10-03 | 346.9020 |
| 2025-11-02 | 352.9441 |
| 2025-12-02 | 349.8747 |
| 2026-01-01 | 350.2741 |
| 2026-01-31 | 356.0930 |
| 2026-03-02 | 345.6718 |
| 2026-04-01 | 313.4683 |
| 2026-05-01 | 324.2398 |
| 2026-05-31 | 341.4594 |
| 2026-06-30 | 363.9906 |
| 2026-07-30 | 354.6936 |
| 2026-08-29 | 354.4226 |
High
363.9906
Low
313.4683
Average
336.4661
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=IDR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=IDR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=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¤cies=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.