EGP to JPY exchange rate API
Egyptian Pound to Yen · quoted 2026-09-24
3.0676
▼ +1.52% over 1Y
1 EGP = 3.0676 JPY · 1 JPY = 0.32599 EGP · Get this rate via the API
1 EGP buys 3.0676 JPY as of 2026-09-24, so 1 JPY buys 0.32599 EGP. Over the last year, EGP/JPY traded between 2.9298 and 3.3600, averaged 3.1644 and fell 1.52%. The API holds daily EGP/JPY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
EGP/JPY over 1Y: show the values
| Point | EGP/JPY |
|---|---|
| 2025-09-24 | 3.1149 |
| 2025-10-01 | 3.0740 |
| 2025-10-08 | 3.2104 |
| 2025-10-15 | 3.1807 |
| 2025-10-22 | 3.1927 |
| 2025-10-29 | 3.2153 |
| 2025-11-05 | 3.2447 |
| 2025-11-12 | 3.2788 |
| 2025-11-19 | 3.3015 |
| 2025-11-26 | 3.2760 |
| 2025-12-03 | 3.2680 |
| 2025-12-10 | 3.2938 |
| 2025-12-17 | 3.2750 |
| 2025-12-24 | 3.2811 |
| 2025-12-31 | 3.2846 |
| 2026-01-07 | 3.3124 |
| 2026-01-14 | 3.3600 |
| 2026-01-21 | 3.3276 |
| 2026-01-28 | 3.2525 |
| 2026-02-04 | 3.3366 |
| 2026-02-11 | 3.2756 |
| 2026-02-18 | 3.2731 |
| 2026-02-25 | 3.2728 |
| 2026-03-04 | 3.1393 |
| 2026-03-11 | 3.0536 |
| 2026-03-18 | 3.0517 |
| 2026-03-25 | 3.0238 |
| 2026-04-01 | 2.9341 |
| 2026-04-08 | 2.9298 |
| 2026-04-15 | 3.0502 |
| 2026-04-22 | 3.0674 |
| 2026-04-29 | 3.0183 |
| 2026-05-06 | 2.9397 |
| 2026-05-13 | 2.9816 |
| 2026-05-20 | 2.9843 |
| 2026-05-27 | 3.0529 |
| 2026-06-03 | 3.0783 |
| 2026-06-10 | 3.0989 |
| 2026-06-17 | 3.2068 |
| 2026-06-24 | 3.2572 |
| 2026-07-01 | 3.3117 |
| 2026-07-08 | 3.2971 |
| 2026-07-15 | 3.2088 |
| 2026-07-22 | 3.1851 |
| 2026-07-29 | 3.2344 |
| 2026-08-05 | 3.1545 |
| 2026-08-12 | 3.1677 |
| 2026-08-19 | 3.1426 |
| 2026-08-26 | 3.1635 |
| 2026-09-02 | 3.1292 |
| 2026-09-09 | 2.9973 |
| 2026-09-16 | 2.9792 |
| 2026-09-23 | 3.0672 |
High
3.3600
Low
2.9298
Average
3.1644
Get this rate via the API
One GET request returns the EGP/JPY 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=JPY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=JPY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=JPY").json()Replace YOUR_API_KEY with the key from your dashboard.
EGP/JPY API questions
How do I get the EGP/JPY exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=JPY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EGP/JPY rate in rates.JPY.
How far back does EGP/JPY historical data go?
Daily EGP/JPY 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/JPY 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.