Skip to content

JOD to EGP exchange rate API

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

73.0780

▲ +7.64% over 1Y

1 JOD = 73.0780 EGP · 1 EGP = 0.01368 JOD · Get this rate via the API

1 JOD buys 73.0780 EGP as of 2026-09-26, so 1 EGP buys 0.01368 JOD. Over the last year, JOD/EGP traded between 65.7491 and 76.6358, averaged 70.1191 and rose 7.64%. 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 1Y

JOD/EGP over 1Y: show the values
PointJOD/EGP
2025-09-2667.8892
2025-10-0367.3479
2025-10-1067.0779
2025-10-1767.1210
2025-10-2467.1218
2025-10-3166.6226
2025-11-0766.7553
2025-11-1466.5674
2025-11-2166.9029
2025-11-2867.1950
2025-12-0567.0699
2025-12-1366.7502
2025-12-2067.2840
2025-12-2767.0722
2026-01-0367.3885
2026-01-1066.8476
2026-01-1766.4330
2026-01-2466.4360
2026-01-3166.4622
2026-02-0765.9112
2026-02-1465.7491
2026-02-2167.0420
2026-02-2866.9858
2026-03-0770.9483
2026-03-1473.6976
2026-03-2173.6758
2026-03-2874.2443
2026-04-0476.6358
2026-04-1174.9021
2026-04-1873.1753
2026-04-2574.1460
2026-05-0275.6513
2026-05-0974.3889
2026-05-1774.6312
2026-05-2573.8604
2026-06-0173.5693
2026-06-1073.0467
2026-06-1770.5113
2026-06-2470.0136
2026-07-0169.2958
2026-07-0869.5098
2026-07-1571.3779
2026-07-2272.2104
2026-07-2971.3770
2026-08-0570.4614
2026-08-1270.8365
2026-08-2071.6157
2026-08-2770.8665
2026-09-0371.8418
2026-09-1072.3359
2026-09-1773.5426
2026-09-2472.8325

High

76.6358

Low

65.7491

Average

70.1191

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.