Skip to content

JOD to EGP exchange rate API

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

73.0159

▼ +2.43% over 6M

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 6 months, JOD/EGP traded between 69.2415 and 76.6929, averaged 72.6628 and fell 2.43%. 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 6M

JOD/EGP over 6M: show the values
PointJOD/EGP
2026-03-2974.8319
2026-04-0576.6929
2026-04-1275.1361
2026-04-1973.3366
2026-04-2674.1977
2026-05-0375.5862
2026-05-1074.3676
2026-05-1875.0928
2026-05-2673.6518
2026-06-0273.2419
2026-06-1173.2433
2026-06-1870.4088
2026-06-2569.9100
2026-07-0269.2415
2026-07-0969.9930
2026-07-1671.2332
2026-07-2372.3564
2026-07-3071.8891
2026-08-0670.1783
2026-08-1370.8266
2026-08-2171.7581
2026-08-2870.8772
2026-09-0471.8596
2026-09-1172.4328
2026-09-1873.5183
2026-09-2573.0185

High

76.6929

Low

69.2415

Average

72.6628

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.