EUR to JMD exchange rate API
Euro to Jamaican Dollar · quoted 2026-09-24
179.5033
▼ +4.07% over YTD
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 year to date, EUR/JMD traded between 179.2415 and 187.5825, averaged 183.3607 and fell 4.07%. 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 YTD: show the values
| Point | EUR/JMD |
|---|---|
| 2025-12-31 | 187.1273 |
| 2026-01-07 | 185.6704 |
| 2026-01-14 | 184.3117 |
| 2026-01-21 | 184.9044 |
| 2026-01-28 | 187.5825 |
| 2026-02-04 | 185.3332 |
| 2026-02-11 | 186.1659 |
| 2026-02-18 | 184.5956 |
| 2026-02-25 | 183.8777 |
| 2026-03-04 | 182.0150 |
| 2026-03-11 | 181.7580 |
| 2026-03-18 | 180.4560 |
| 2026-03-25 | 182.4271 |
| 2026-04-01 | 183.4832 |
| 2026-04-08 | 183.2819 |
| 2026-04-15 | 186.1102 |
| 2026-04-22 | 186.1063 |
| 2026-04-29 | 184.4016 |
| 2026-05-06 | 184.7031 |
| 2026-05-14 | 185.0521 |
| 2026-05-21 | 183.5492 |
| 2026-05-29 | 182.8539 |
| 2026-06-05 | 184.0813 |
| 2026-06-14 | 183.1367 |
| 2026-06-21 | 180.9754 |
| 2026-06-28 | 179.2415 |
| 2026-07-05 | 180.6006 |
| 2026-07-12 | 180.8367 |
| 2026-07-19 | 180.7971 |
| 2026-07-26 | 179.8654 |
| 2026-08-02 | 182.3154 |
| 2026-08-09 | 183.3005 |
| 2026-08-16 | 182.6838 |
| 2026-08-24 | 185.3744 |
| 2026-08-31 | 184.6997 |
| 2026-09-07 | 184.2580 |
| 2026-09-14 | 182.4738 |
| 2026-09-21 | 181.1572 |
High
187.5825
Low
179.2415
Average
183.3607
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.