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: show the values
| Point | JOD/EGP |
|---|---|
| 2024-08-24 | 68.7197 |
| 2024-10-07 | 68.1757 |
| 2024-11-06 | 69.3276 |
| 2024-12-06 | 70.5005 |
| 2025-01-05 | 71.6407 |
| 2025-02-04 | 71.0363 |
| 2025-03-06 | 71.4671 |
| 2025-04-06 | 71.3492 |
| 2025-05-06 | 70.4662 |
| 2025-06-07 | 69.7284 |
| 2025-07-07 | 68.6199 |
| 2025-08-06 | 68.3072 |
| 2025-09-05 | 68.4863 |
| 2025-10-06 | 67.1718 |
| 2025-11-05 | 66.8268 |
| 2025-12-05 | 67.0699 |
| 2026-01-05 | 67.0523 |
| 2026-02-04 | 66.2146 |
| 2026-03-06 | 70.6927 |
| 2026-04-05 | 76.6929 |
| 2026-05-05 | 75.6442 |
| 2026-06-06 | 73.4759 |
| 2026-07-08 | 69.5098 |
| 2026-08-07 | 70.1774 |
| 2026-09-07 | 71.8158 |
High
76.6929
Low
66.2146
Average
70.1225
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.