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: show the values
| Point | EGP/IDR |
|---|---|
| 2025-09-25 | 348.4889 |
| 2025-10-02 | 347.7010 |
| 2025-10-09 | 348.2041 |
| 2025-10-16 | 348.9076 |
| 2025-10-23 | 349.4647 |
| 2025-10-30 | 352.6854 |
| 2025-11-06 | 352.1585 |
| 2025-11-13 | 354.1010 |
| 2025-11-20 | 353.3457 |
| 2025-11-27 | 349.1003 |
| 2025-12-04 | 350.3005 |
| 2025-12-11 | 350.7372 |
| 2025-12-18 | 351.3684 |
| 2025-12-25 | 352.6029 |
| 2026-01-01 | 350.2741 |
| 2026-01-08 | 356.1837 |
| 2026-01-15 | 357.3566 |
| 2026-01-22 | 357.2385 |
| 2026-01-29 | 358.3382 |
| 2026-02-05 | 359.3536 |
| 2026-02-12 | 359.4210 |
| 2026-02-19 | 357.7465 |
| 2026-02-26 | 349.9250 |
| 2026-03-05 | 337.0826 |
| 2026-03-12 | 323.4387 |
| 2026-03-19 | 324.6190 |
| 2026-03-26 | 321.1323 |
| 2026-04-02 | 315.2222 |
| 2026-04-09 | 321.5859 |
| 2026-04-16 | 330.4593 |
| 2026-04-23 | 329.7541 |
| 2026-04-30 | 324.8247 |
| 2026-05-07 | 328.1406 |
| 2026-05-14 | 330.1734 |
| 2026-05-21 | 332.9404 |
| 2026-05-28 | 341.8407 |
| 2026-06-04 | 347.5295 |
| 2026-06-11 | 346.1232 |
| 2026-06-18 | 358.0841 |
| 2026-06-25 | 362.7899 |
| 2026-07-02 | 367.1094 |
| 2026-07-09 | 364.8482 |
| 2026-07-16 | 356.1150 |
| 2026-07-23 | 350.1824 |
| 2026-07-30 | 354.6936 |
| 2026-08-06 | 359.7436 |
| 2026-08-13 | 355.5864 |
| 2026-08-20 | 350.5027 |
| 2026-08-27 | 353.0240 |
| 2026-09-03 | 346.4545 |
| 2026-09-10 | 342.6686 |
| 2026-09-17 | 339.9792 |
| 2026-09-24 | 347.2756 |
High
367.1094
Low
315.2222
Average
346.7812
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.