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: show the values
| Point | JOD/EGP |
|---|---|
| 2025-09-26 | 67.8892 |
| 2025-10-03 | 67.3479 |
| 2025-10-10 | 67.0779 |
| 2025-10-17 | 67.1210 |
| 2025-10-24 | 67.1218 |
| 2025-10-31 | 66.6226 |
| 2025-11-07 | 66.7553 |
| 2025-11-14 | 66.5674 |
| 2025-11-21 | 66.9029 |
| 2025-11-28 | 67.1950 |
| 2025-12-05 | 67.0699 |
| 2025-12-13 | 66.7502 |
| 2025-12-20 | 67.2840 |
| 2025-12-27 | 67.0722 |
| 2026-01-03 | 67.3885 |
| 2026-01-10 | 66.8476 |
| 2026-01-17 | 66.4330 |
| 2026-01-24 | 66.4360 |
| 2026-01-31 | 66.4622 |
| 2026-02-07 | 65.9112 |
| 2026-02-14 | 65.7491 |
| 2026-02-21 | 67.0420 |
| 2026-02-28 | 66.9858 |
| 2026-03-07 | 70.9483 |
| 2026-03-14 | 73.6976 |
| 2026-03-21 | 73.6758 |
| 2026-03-28 | 74.2443 |
| 2026-04-04 | 76.6358 |
| 2026-04-11 | 74.9021 |
| 2026-04-18 | 73.1753 |
| 2026-04-25 | 74.1460 |
| 2026-05-02 | 75.6513 |
| 2026-05-09 | 74.3889 |
| 2026-05-17 | 74.6312 |
| 2026-05-25 | 73.8604 |
| 2026-06-01 | 73.5693 |
| 2026-06-10 | 73.0467 |
| 2026-06-17 | 70.5113 |
| 2026-06-24 | 70.0136 |
| 2026-07-01 | 69.2958 |
| 2026-07-08 | 69.5098 |
| 2026-07-15 | 71.3779 |
| 2026-07-22 | 72.2104 |
| 2026-07-29 | 71.3770 |
| 2026-08-05 | 70.4614 |
| 2026-08-12 | 70.8365 |
| 2026-08-20 | 71.6157 |
| 2026-08-27 | 70.8665 |
| 2026-09-03 | 71.8418 |
| 2026-09-10 | 72.3359 |
| 2026-09-17 | 73.5426 |
| 2026-09-24 | 72.8325 |
High
76.6358
Low
65.7491
Average
70.1191
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=EGP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=EGP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=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¤cies=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.