EUR to JMD exchange rate API
Euro to Jamaican Dollar · quoted 2026-09-24
179.5033
▲ +2.11% over 5Y
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 5 years, EUR/JMD traded between 160.4008 and 187.8680, averaged 179.0260 and rose 2.11%. 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 5Y: show the values
| Point | EUR/JMD |
|---|---|
| 2024-08-24 | 175.7964 |
| 2024-10-07 | 173.8566 |
| 2024-11-06 | 169.2433 |
| 2024-12-06 | 166.3924 |
| 2025-01-05 | 160.4008 |
| 2025-02-04 | 163.1649 |
| 2025-03-06 | 169.1898 |
| 2025-04-06 | 172.0192 |
| 2025-05-06 | 179.6764 |
| 2025-06-07 | 181.8469 |
| 2025-07-07 | 187.2965 |
| 2025-08-06 | 183.6320 |
| 2025-09-05 | 187.2277 |
| 2025-10-06 | 187.8680 |
| 2025-11-05 | 184.4681 |
| 2025-12-05 | 186.5137 |
| 2026-01-05 | 185.6669 |
| 2026-02-04 | 185.3332 |
| 2026-03-06 | 180.6444 |
| 2026-04-05 | 181.6483 |
| 2026-05-05 | 184.1314 |
| 2026-06-06 | 181.7223 |
| 2026-07-08 | 180.0017 |
| 2026-08-07 | 183.1744 |
| 2026-09-07 | 184.2580 |
High
187.8680
Low
160.4008
Average
179.0260
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.