Skip to content

EGP to JPY exchange rate API

Egyptian Pound to Yen · quoted 2026-09-24

3.0676

▲ +0.74% over 6M

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 6 months, EGP/JPY traded between 2.9283 and 3.2746, averaged 3.0933 and rose 0.74%. 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 6M

EGP/JPY over 6M: show the values
PointEGP/JPY
2026-03-283.0451
2026-04-042.9386
2026-04-112.9987
2026-04-183.0577
2026-04-253.0313
2026-05-022.9283
2026-05-092.9702
2026-05-163.0024
2026-05-232.9987
2026-05-303.0477
2026-06-063.0777
2026-06-133.0872
2026-06-203.2322
2026-06-273.2661
2026-07-043.2746
2026-07-113.2587
2026-07-183.2161
2026-07-253.1903
2026-08-013.0820
2026-08-083.1761
2026-08-153.1889
2026-08-223.1252
2026-08-293.1959
2026-09-053.0681
2026-09-122.9897
2026-09-193.0051

High

3.2746

Low

2.9283

Average

3.0933

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=JPY"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=JPY");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=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&currencies=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.