Skip to content

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

EGP/JMD over 1Y: show the values
PointEGP/JMD
2025-09-243.3626
2025-10-013.3504
2025-10-083.3664
2025-10-153.3649
2025-10-223.3836
2025-10-293.3880
2025-11-053.3879
2025-11-123.4021
2025-11-193.3947
2025-11-263.3574
2025-12-033.3738
2025-12-113.3596
2025-12-183.3635
2025-12-253.3546
2026-01-013.3337
2026-01-083.3565
2026-01-153.3422
2026-01-223.3344
2026-01-293.3472
2026-02-053.3412
2026-02-123.3489
2026-02-193.3037
2026-02-263.2390
2026-03-053.1148
2026-03-123.0114
2026-03-193.0239
2026-03-263.0001
2026-04-022.9304
2026-04-092.9590
2026-04-163.0350
2026-04-233.0340
2026-04-302.9374
2026-05-072.9993
2026-05-153.0030
2026-05-232.9689
2026-05-303.0096
2026-06-063.0277
2026-06-153.1218
2026-06-223.1686
2026-06-293.1976
2026-07-063.2342
2026-07-133.1661
2026-07-203.1048
2026-07-273.1089
2026-08-033.1315
2026-08-103.1754
2026-08-173.1514
2026-08-253.1268
2026-09-013.1096
2026-09-083.1122
2026-09-153.0424
2026-09-223.0488

High

3.4021

Low

2.9304

Average

3.1936

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=JMD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=JMD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=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&currencies=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.