EUR to JMD exchange rate API
Euro to Jamaican Dollar · quoted 2026-09-24
179.5033
▼ +4.72% over 1Y
1 EUR = 179.5033 JMD · 1 JMD = 0.005571 EUR · Get this rate via the API
1 EUR buys 179.5033 JMD as of 2026-09-24, so 1 JMD buys 0.005571 EUR. Over the last year, EUR/JMD traded between 179.5033 and 188.3878, averaged 184.0758 and fell 4.72%. The API holds daily EUR/JMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
EUR/JMD over 1Y: show the values
| Point | EUR/JMD |
|---|---|
| 2025-09-24 | 188.3878 |
| 2025-10-01 | 187.9781 |
| 2025-10-08 | 186.1550 |
| 2025-10-15 | 186.3312 |
| 2025-10-22 | 186.4403 |
| 2025-10-29 | 186.5843 |
| 2025-11-05 | 184.4681 |
| 2025-11-12 | 185.9269 |
| 2025-11-19 | 185.9551 |
| 2025-11-26 | 185.5932 |
| 2025-12-03 | 187.1470 |
| 2025-12-11 | 187.1106 |
| 2025-12-18 | 187.5387 |
| 2025-12-25 | 187.8293 |
| 2026-01-01 | 186.6841 |
| 2026-01-08 | 185.2295 |
| 2026-01-15 | 183.6950 |
| 2026-01-22 | 184.3802 |
| 2026-01-29 | 187.6142 |
| 2026-02-05 | 185.0240 |
| 2026-02-12 | 186.1993 |
| 2026-02-19 | 183.6259 |
| 2026-02-26 | 183.3607 |
| 2026-03-05 | 181.5289 |
| 2026-03-12 | 181.5401 |
| 2026-03-19 | 181.5101 |
| 2026-03-26 | 182.3740 |
| 2026-04-02 | 182.2550 |
| 2026-04-09 | 183.8234 |
| 2026-04-16 | 185.4644 |
| 2026-04-23 | 185.8875 |
| 2026-04-30 | 183.5537 |
| 2026-05-07 | 186.0971 |
| 2026-05-15 | 184.6948 |
| 2026-05-23 | 182.8944 |
| 2026-05-30 | 183.4024 |
| 2026-06-06 | 181.7223 |
| 2026-06-15 | 183.7065 |
| 2026-06-22 | 180.9432 |
| 2026-06-29 | 179.8806 |
| 2026-07-06 | 180.8394 |
| 2026-07-13 | 181.1022 |
| 2026-07-20 | 180.8673 |
| 2026-07-27 | 180.3267 |
| 2026-08-03 | 182.0370 |
| 2026-08-10 | 183.0027 |
| 2026-08-17 | 183.2047 |
| 2026-08-25 | 184.4292 |
| 2026-09-01 | 183.3212 |
| 2026-09-08 | 184.2705 |
| 2026-09-15 | 181.8646 |
| 2026-09-22 | 180.7132 |
High
188.3878
Low
179.5033
Average
184.0758
Get this rate via the API
One GET request returns the EUR/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=EUR¤cies=JMD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=JMD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=JMD").json()Replace YOUR_API_KEY with the key from your dashboard.
EUR/JMD API questions
How do I get the EUR/JMD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=JMD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EUR/JMD rate in rates.JMD.
How far back does EUR/JMD historical data go?
Daily EUR/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 EUR/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.