Skip to content

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

EUR/JMD over 5Y: show the values
PointEUR/JMD
2024-08-24175.7964
2024-10-07173.8566
2024-11-06169.2433
2024-12-06166.3924
2025-01-05160.4008
2025-02-04163.1649
2025-03-06169.1898
2025-04-06172.0192
2025-05-06179.6764
2025-06-07181.8469
2025-07-07187.2965
2025-08-06183.6320
2025-09-05187.2277
2025-10-06187.8680
2025-11-05184.4681
2025-12-05186.5137
2026-01-05185.6669
2026-02-04185.3332
2026-03-06180.6444
2026-04-05181.6483
2026-05-05184.1314
2026-06-06181.7223
2026-07-08180.0017
2026-08-07183.1744
2026-09-07184.2580

High

187.8680

Low

160.4008

Average

179.0260

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.