JOD to EGP exchange rate API
Jordanian Dinar to Egyptian Pound · quoted 2026-09-25
73.0159
▲ +8.53% over YTD
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 year to date, JOD/EGP traded between 66.0254 and 76.1344, averaged 71.2748 and rose 8.53%. 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 YTD: show the values
| Point | JOD/EGP |
|---|---|
| 2025-12-31 | 67.2766 |
| 2026-01-07 | 66.6582 |
| 2026-01-14 | 66.5892 |
| 2026-01-21 | 66.8806 |
| 2026-01-28 | 66.1879 |
| 2026-02-04 | 66.2146 |
| 2026-02-11 | 66.0254 |
| 2026-02-18 | 66.2065 |
| 2026-02-25 | 67.5464 |
| 2026-03-04 | 70.5881 |
| 2026-03-11 | 73.2378 |
| 2026-03-18 | 73.7438 |
| 2026-03-25 | 74.1480 |
| 2026-04-01 | 76.1063 |
| 2026-04-08 | 76.1344 |
| 2026-04-15 | 73.5643 |
| 2026-04-22 | 73.2083 |
| 2026-04-29 | 74.6676 |
| 2026-05-06 | 74.9518 |
| 2026-05-14 | 74.6071 |
| 2026-05-21 | 74.8869 |
| 2026-05-29 | 73.6536 |
| 2026-06-05 | 73.0879 |
| 2026-06-14 | 72.9029 |
| 2026-06-21 | 70.5009 |
| 2026-06-28 | 69.8979 |
| 2026-07-05 | 69.4649 |
| 2026-07-12 | 70.1491 |
| 2026-07-19 | 71.2848 |
| 2026-07-26 | 72.3984 |
| 2026-08-02 | 71.9892 |
| 2026-08-09 | 70.0125 |
| 2026-08-16 | 70.8541 |
| 2026-08-24 | 71.6640 |
| 2026-08-31 | 71.5662 |
| 2026-09-07 | 71.8158 |
| 2026-09-14 | 72.7007 |
| 2026-09-21 | 73.3290 |
High
76.1344
Low
66.0254
Average
71.2748
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.