Skip to content

JOD to EGP exchange rate API

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

73.0159

▲ +2.95% over 30D

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 last 30 days, JOD/EGP traded between 70.5657 and 73.6686, averaged 72.2902 and rose 2.95%. 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 30D

JOD/EGP over 30D: show the values
PointJOD/EGP
2026-08-2670.9204
2026-08-2770.8665
2026-08-2870.8772
2026-08-2970.6590
2026-08-3070.5657
2026-08-3171.5662
2026-09-0171.7424
2026-09-0271.9345
2026-09-0371.8418
2026-09-0471.8596
2026-09-0571.8222
2026-09-0671.8807
2026-09-0771.8158
2026-09-0871.9062
2026-09-0972.1238
2026-09-1072.3359
2026-09-1172.4328
2026-09-1272.4616
2026-09-1372.3863
2026-09-1472.7007
2026-09-1573.0659
2026-09-1673.4042
2026-09-1773.5426
2026-09-1873.5183
2026-09-1973.6423
2026-09-2073.6686
2026-09-2173.3290
2026-09-2272.9315
2026-09-2372.6180
2026-09-2472.8325
2026-09-2573.0185

High

73.6686

Low

70.5657

Average

72.2902

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.