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: show the values
| Point | JOD/EGP |
|---|---|
| 2025-09-25 | 67.9296 |
| 2025-10-02 | 67.4002 |
| 2025-10-09 | 67.0774 |
| 2025-10-16 | 67.1327 |
| 2025-10-23 | 67.0971 |
| 2025-10-30 | 66.6488 |
| 2025-11-06 | 66.7940 |
| 2025-11-13 | 66.5642 |
| 2025-11-20 | 66.8560 |
| 2025-11-27 | 67.2290 |
| 2025-12-04 | 67.0585 |
| 2025-12-12 | 67.0507 |
| 2025-12-19 | 67.0873 |
| 2025-12-26 | 67.0635 |
| 2026-01-02 | 67.2623 |
| 2026-01-09 | 66.6378 |
| 2026-01-16 | 66.6299 |
| 2026-01-23 | 66.4364 |
| 2026-01-30 | 66.1461 |
| 2026-02-06 | 66.0905 |
| 2026-02-13 | 66.0797 |
| 2026-02-20 | 67.0456 |
| 2026-02-27 | 67.6300 |
| 2026-03-06 | 70.6927 |
| 2026-03-13 | 73.8588 |
| 2026-03-20 | 73.6832 |
| 2026-03-27 | 74.3770 |
| 2026-04-03 | 76.6286 |
| 2026-04-10 | 74.8785 |
| 2026-04-17 | 73.0397 |
| 2026-04-24 | 74.2185 |
| 2026-05-01 | 75.5691 |
| 2026-05-08 | 74.3563 |
| 2026-05-16 | 74.5834 |
| 2026-05-24 | 74.6862 |
| 2026-05-31 | 73.7948 |
| 2026-06-09 | 73.1484 |
| 2026-06-16 | 70.8737 |
| 2026-06-23 | 70.1566 |
| 2026-06-30 | 69.3736 |
| 2026-07-07 | 68.8606 |
| 2026-07-14 | 71.2859 |
| 2026-07-21 | 72.0074 |
| 2026-07-28 | 71.3603 |
| 2026-08-04 | 70.8087 |
| 2026-08-11 | 70.6888 |
| 2026-08-18 | 71.0671 |
| 2026-08-26 | 70.9204 |
| 2026-09-02 | 71.9345 |
| 2026-09-09 | 72.1238 |
| 2026-09-16 | 73.4042 |
| 2026-09-23 | 72.6180 |
High
76.6286
Low
66.0797
Average
70.1314
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.