Skip to content

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

EUR/JMD over 1Y: show the values
PointEUR/JMD
2025-09-24188.3878
2025-10-01187.9781
2025-10-08186.1550
2025-10-15186.3312
2025-10-22186.4403
2025-10-29186.5843
2025-11-05184.4681
2025-11-12185.9269
2025-11-19185.9551
2025-11-26185.5932
2025-12-03187.1470
2025-12-11187.1106
2025-12-18187.5387
2025-12-25187.8293
2026-01-01186.6841
2026-01-08185.2295
2026-01-15183.6950
2026-01-22184.3802
2026-01-29187.6142
2026-02-05185.0240
2026-02-12186.1993
2026-02-19183.6259
2026-02-26183.3607
2026-03-05181.5289
2026-03-12181.5401
2026-03-19181.5101
2026-03-26182.3740
2026-04-02182.2550
2026-04-09183.8234
2026-04-16185.4644
2026-04-23185.8875
2026-04-30183.5537
2026-05-07186.0971
2026-05-15184.6948
2026-05-23182.8944
2026-05-30183.4024
2026-06-06181.7223
2026-06-15183.7065
2026-06-22180.9432
2026-06-29179.8806
2026-07-06180.8394
2026-07-13181.1022
2026-07-20180.8673
2026-07-27180.3267
2026-08-03182.0370
2026-08-10183.0027
2026-08-17183.2047
2026-08-25184.4292
2026-09-01183.3212
2026-09-08184.2705
2026-09-15181.8646
2026-09-22180.7132

High

188.3878

Low

179.5033

Average

184.0758

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.