Skip to content

JOD to EGP exchange rate API

Jordanian Dinar to Egyptian Pound · quoted 2026-09-25

73.0159

▲ +8.53% over YTD

1 JOD = 73.0159 EGP · 1 EGP = 0.01370 JOD · Get this rate via the API

1 JOD buys 73.0159 EGP as of 2026-09-25, so 1 EGP buys 0.01370 JOD. Over the year to date, JOD/EGP traded between 66.0254 and 76.1344, averaged 71.2748 and rose 8.53%. The API holds daily JOD/EGP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JOD/EGP over YTD

JOD/EGP over YTD: show the values
PointJOD/EGP
2025-12-3167.2766
2026-01-0766.6582
2026-01-1466.5892
2026-01-2166.8806
2026-01-2866.1879
2026-02-0466.2146
2026-02-1166.0254
2026-02-1866.2065
2026-02-2567.5464
2026-03-0470.5881
2026-03-1173.2378
2026-03-1873.7438
2026-03-2574.1480
2026-04-0176.1063
2026-04-0876.1344
2026-04-1573.5643
2026-04-2273.2083
2026-04-2974.6676
2026-05-0674.9518
2026-05-1474.6071
2026-05-2174.8869
2026-05-2973.6536
2026-06-0573.0879
2026-06-1472.9029
2026-06-2170.5009
2026-06-2869.8979
2026-07-0569.4649
2026-07-1270.1491
2026-07-1971.2848
2026-07-2672.3984
2026-08-0271.9892
2026-08-0970.0125
2026-08-1670.8541
2026-08-2471.6640
2026-08-3171.5662
2026-09-0771.8158
2026-09-1472.7007
2026-09-2173.3290

High

76.1344

Low

66.0254

Average

71.2748

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=EGP").json()

Replace YOUR_API_KEY with the key from your dashboard.

JOD/EGP API questions

How do I get the JOD/EGP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=EGP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JOD/EGP rate in rates.EGP.

How far back does JOD/EGP historical data go?

Daily JOD/EGP 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 JOD/EGP 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.