EGP to IDR exchange rate API
Egyptian Pound to Rupiah · quoted 2026-09-25
347.2600
▼ +0.91% over YTD
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 year to date, EGP/IDR traded between 313.4683 and 367.0463, averaged 345.0965 and fell 0.91%. 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 YTD: show the values
| Point | EGP/IDR |
|---|---|
| 2025-12-31 | 350.4383 |
| 2026-01-07 | 354.8032 |
| 2026-01-14 | 357.3570 |
| 2026-01-21 | 356.6289 |
| 2026-01-28 | 356.7676 |
| 2026-02-04 | 357.7201 |
| 2026-02-11 | 359.2270 |
| 2026-02-18 | 359.7063 |
| 2026-02-25 | 351.0975 |
| 2026-03-04 | 336.7758 |
| 2026-03-11 | 325.4321 |
| 2026-03-18 | 325.0305 |
| 2026-03-25 | 320.6735 |
| 2026-04-01 | 313.4683 |
| 2026-04-08 | 314.4967 |
| 2026-04-15 | 328.8922 |
| 2026-04-22 | 331.3551 |
| 2026-04-29 | 327.7032 |
| 2026-05-06 | 326.0878 |
| 2026-05-13 | 330.6441 |
| 2026-05-20 | 332.1551 |
| 2026-05-27 | 341.5806 |
| 2026-06-03 | 345.8727 |
| 2026-06-10 | 345.8150 |
| 2026-06-17 | 356.1145 |
| 2026-06-24 | 362.1512 |
| 2026-07-01 | 365.5735 |
| 2026-07-08 | 367.0463 |
| 2026-07-15 | 357.0915 |
| 2026-07-22 | 349.9948 |
| 2026-07-29 | 357.1166 |
| 2026-08-05 | 357.7245 |
| 2026-08-12 | 355.2770 |
| 2026-08-19 | 352.2603 |
| 2026-08-26 | 352.2583 |
| 2026-09-02 | 347.3552 |
| 2026-09-09 | 341.7530 |
| 2026-09-16 | 339.5278 |
| 2026-09-23 | 345.6260 |
High
367.0463
Low
313.4683
Average
345.0965
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.