Skip to content

JOD to EGP exchange rate API

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

73.0159

▲ +6.25% over 5Y

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 5 years, JOD/EGP traded between 66.2146 and 76.6929, averaged 70.1225 and rose 6.25%. 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 5Y

JOD/EGP over 5Y: show the values
PointJOD/EGP
2024-08-2468.7197
2024-10-0768.1757
2024-11-0669.3276
2024-12-0670.5005
2025-01-0571.6407
2025-02-0471.0363
2025-03-0671.4671
2025-04-0671.3492
2025-05-0670.4662
2025-06-0769.7284
2025-07-0768.6199
2025-08-0668.3072
2025-09-0568.4863
2025-10-0667.1718
2025-11-0566.8268
2025-12-0567.0699
2026-01-0567.0523
2026-02-0466.2146
2026-03-0670.6927
2026-04-0576.6929
2026-05-0575.6442
2026-06-0673.4759
2026-07-0869.5098
2026-08-0770.1774
2026-09-0771.8158

High

76.6929

Low

66.2146

Average

70.1225

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.