EGP to IDR exchange rate API
Egyptian Pound to Rupiah · quoted 2026-09-25
347.2600
▼ +1.42% over 30D
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 30 days, EGP/IDR traded between 339.5278 and 354.5619, averaged 345.7787 and fell 1.42%. 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 30D: show the values
| Point | EGP/IDR |
|---|---|
| 2026-08-26 | 352.2583 |
| 2026-08-27 | 353.0240 |
| 2026-08-28 | 352.5664 |
| 2026-08-29 | 354.4226 |
| 2026-08-30 | 354.5619 |
| 2026-08-31 | 349.0314 |
| 2026-09-01 | 348.8562 |
| 2026-09-02 | 347.3552 |
| 2026-09-03 | 346.4545 |
| 2026-09-04 | 346.1449 |
| 2026-09-05 | 346.3245 |
| 2026-09-06 | 346.8722 |
| 2026-09-07 | 346.5802 |
| 2026-09-08 | 345.1604 |
| 2026-09-09 | 341.7530 |
| 2026-09-10 | 342.6686 |
| 2026-09-11 | 342.7652 |
| 2026-09-12 | 342.4742 |
| 2026-09-13 | 343.0106 |
| 2026-09-14 | 342.6079 |
| 2026-09-15 | 341.6135 |
| 2026-09-16 | 339.5278 |
| 2026-09-17 | 339.9792 |
| 2026-09-18 | 341.9123 |
| 2026-09-19 | 340.9143 |
| 2026-09-20 | 340.4179 |
| 2026-09-21 | 343.7086 |
| 2026-09-22 | 344.6179 |
| 2026-09-23 | 345.6260 |
| 2026-09-24 | 347.2756 |
| 2026-09-25 | 347.1742 |
High
354.5619
Low
339.5278
Average
345.7787
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.