Skip to content

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

EUR/JMD over YTD: show the values
PointEUR/JMD
2025-12-31187.1273
2026-01-07185.6704
2026-01-14184.3117
2026-01-21184.9044
2026-01-28187.5825
2026-02-04185.3332
2026-02-11186.1659
2026-02-18184.5956
2026-02-25183.8777
2026-03-04182.0150
2026-03-11181.7580
2026-03-18180.4560
2026-03-25182.4271
2026-04-01183.4832
2026-04-08183.2819
2026-04-15186.1102
2026-04-22186.1063
2026-04-29184.4016
2026-05-06184.7031
2026-05-14185.0521
2026-05-21183.5492
2026-05-29182.8539
2026-06-05184.0813
2026-06-14183.1367
2026-06-21180.9754
2026-06-28179.2415
2026-07-05180.6006
2026-07-12180.8367
2026-07-19180.7971
2026-07-26179.8654
2026-08-02182.3154
2026-08-09183.3005
2026-08-16182.6838
2026-08-24185.3744
2026-08-31184.6997
2026-09-07184.2580
2026-09-14182.4738
2026-09-21181.1572

High

187.5825

Low

179.2415

Average

183.3607

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=JMD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&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=EUR&currencies=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&currencies=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.