Skip to content

JOD to EGP exchange rate API

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

73.0159

▲ +7.49% over 1Y

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 year, JOD/EGP traded between 66.0797 and 76.6286, averaged 70.1314 and rose 7.49%. 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-2567.9296
2025-10-0267.4002
2025-10-0967.0774
2025-10-1667.1327
2025-10-2367.0971
2025-10-3066.6488
2025-11-0666.7940
2025-11-1366.5642
2025-11-2066.8560
2025-11-2767.2290
2025-12-0467.0585
2025-12-1267.0507
2025-12-1967.0873
2025-12-2667.0635
2026-01-0267.2623
2026-01-0966.6378
2026-01-1666.6299
2026-01-2366.4364
2026-01-3066.1461
2026-02-0666.0905
2026-02-1366.0797
2026-02-2067.0456
2026-02-2767.6300
2026-03-0670.6927
2026-03-1373.8588
2026-03-2073.6832
2026-03-2774.3770
2026-04-0376.6286
2026-04-1074.8785
2026-04-1773.0397
2026-04-2474.2185
2026-05-0175.5691
2026-05-0874.3563
2026-05-1674.5834
2026-05-2474.6862
2026-05-3173.7948
2026-06-0973.1484
2026-06-1670.8737
2026-06-2370.1566
2026-06-3069.3736
2026-07-0768.8606
2026-07-1471.2859
2026-07-2172.0074
2026-07-2871.3603
2026-08-0470.8087
2026-08-1170.6888
2026-08-1871.0671
2026-08-2670.9204
2026-09-0271.9345
2026-09-0972.1238
2026-09-1673.4042
2026-09-2372.6180

High

76.6286

Low

66.0797

Average

70.1314

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.