EGP to JMD exchange rate API
Egyptian Pound to Jamaican Dollar · quoted 2026-09-24
3.0515
▲ +2.04% over 6M
1 EGP = 3.0515 JMD · 1 JMD = 0.32771 EGP · Get this rate via the API
1 EGP buys 3.0515 JMD as of 2026-09-24, so 1 JMD buys 0.32771 EGP. Over the last 6 months, EGP/JMD traded between 2.9016 and 3.2047, averaged 3.0691 and rose 2.04%. The API holds daily EGP/JMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
EGP/JMD over 6M: show the values
| Point | EGP/JMD |
|---|---|
| 2026-03-28 | 2.9904 |
| 2026-04-04 | 2.9016 |
| 2026-04-11 | 2.9760 |
| 2026-04-18 | 3.0471 |
| 2026-04-25 | 2.9969 |
| 2026-05-02 | 2.9218 |
| 2026-05-09 | 2.9880 |
| 2026-05-17 | 2.9819 |
| 2026-05-25 | 3.0035 |
| 2026-06-01 | 3.0175 |
| 2026-06-10 | 3.0523 |
| 2026-06-17 | 3.1678 |
| 2026-06-24 | 3.1790 |
| 2026-07-01 | 3.2047 |
| 2026-07-08 | 3.2028 |
| 2026-07-15 | 3.1226 |
| 2026-07-22 | 3.0976 |
| 2026-07-29 | 3.1206 |
| 2026-08-05 | 3.1603 |
| 2026-08-12 | 3.1492 |
| 2026-08-20 | 3.0939 |
| 2026-08-27 | 3.1545 |
| 2026-09-03 | 3.1068 |
| 2026-09-10 | 3.0758 |
| 2026-09-17 | 3.0419 |
| 2026-09-24 | 3.0606 |
High
3.2047
Low
2.9016
Average
3.0691
Get this rate via the API
One GET request returns the EGP/JMD 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=EGP¤cies=JMD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=JMD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=JMD").json()Replace YOUR_API_KEY with the key from your dashboard.
EGP/JMD API questions
How do I get the EGP/JMD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=JMD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EGP/JMD rate in rates.JMD.
How far back does EGP/JMD historical data go?
Daily EGP/JMD 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 EGP/JMD 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.