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: show the values
| Point | JOD/EGP |
|---|---|
| 2026-03-29 | 74.8319 |
| 2026-04-05 | 76.6929 |
| 2026-04-12 | 75.1361 |
| 2026-04-19 | 73.3366 |
| 2026-04-26 | 74.1977 |
| 2026-05-03 | 75.5862 |
| 2026-05-10 | 74.3676 |
| 2026-05-18 | 75.0928 |
| 2026-05-26 | 73.6518 |
| 2026-06-02 | 73.2419 |
| 2026-06-11 | 73.2433 |
| 2026-06-18 | 70.4088 |
| 2026-06-25 | 69.9100 |
| 2026-07-02 | 69.2415 |
| 2026-07-09 | 69.9930 |
| 2026-07-16 | 71.2332 |
| 2026-07-23 | 72.3564 |
| 2026-07-30 | 71.8891 |
| 2026-08-06 | 70.1783 |
| 2026-08-13 | 70.8266 |
| 2026-08-21 | 71.7581 |
| 2026-08-28 | 70.8772 |
| 2026-09-04 | 71.8596 |
| 2026-09-11 | 72.4328 |
| 2026-09-18 | 73.5183 |
| 2026-09-25 | 73.0185 |
High
76.6929
Low
69.2415
Average
72.6628
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.