EGP to JMD exchange rate API
Egyptian Pound to Jamaican Dollar · quoted 2026-09-24
3.0515
▼ +9.25% over 1Y
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 year, EGP/JMD traded between 2.9304 and 3.4021, averaged 3.1936 and fell 9.25%. 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 1Y: show the values
| Point | EGP/JMD |
|---|---|
| 2025-09-24 | 3.3626 |
| 2025-10-01 | 3.3504 |
| 2025-10-08 | 3.3664 |
| 2025-10-15 | 3.3649 |
| 2025-10-22 | 3.3836 |
| 2025-10-29 | 3.3880 |
| 2025-11-05 | 3.3879 |
| 2025-11-12 | 3.4021 |
| 2025-11-19 | 3.3947 |
| 2025-11-26 | 3.3574 |
| 2025-12-03 | 3.3738 |
| 2025-12-11 | 3.3596 |
| 2025-12-18 | 3.3635 |
| 2025-12-25 | 3.3546 |
| 2026-01-01 | 3.3337 |
| 2026-01-08 | 3.3565 |
| 2026-01-15 | 3.3422 |
| 2026-01-22 | 3.3344 |
| 2026-01-29 | 3.3472 |
| 2026-02-05 | 3.3412 |
| 2026-02-12 | 3.3489 |
| 2026-02-19 | 3.3037 |
| 2026-02-26 | 3.2390 |
| 2026-03-05 | 3.1148 |
| 2026-03-12 | 3.0114 |
| 2026-03-19 | 3.0239 |
| 2026-03-26 | 3.0001 |
| 2026-04-02 | 2.9304 |
| 2026-04-09 | 2.9590 |
| 2026-04-16 | 3.0350 |
| 2026-04-23 | 3.0340 |
| 2026-04-30 | 2.9374 |
| 2026-05-07 | 2.9993 |
| 2026-05-15 | 3.0030 |
| 2026-05-23 | 2.9689 |
| 2026-05-30 | 3.0096 |
| 2026-06-06 | 3.0277 |
| 2026-06-15 | 3.1218 |
| 2026-06-22 | 3.1686 |
| 2026-06-29 | 3.1976 |
| 2026-07-06 | 3.2342 |
| 2026-07-13 | 3.1661 |
| 2026-07-20 | 3.1048 |
| 2026-07-27 | 3.1089 |
| 2026-08-03 | 3.1315 |
| 2026-08-10 | 3.1754 |
| 2026-08-17 | 3.1514 |
| 2026-08-25 | 3.1268 |
| 2026-09-01 | 3.1096 |
| 2026-09-08 | 3.1122 |
| 2026-09-15 | 3.0424 |
| 2026-09-22 | 3.0488 |
High
3.4021
Low
2.9304
Average
3.1936
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.