Skip to content

EUR to GMD exchange rate API

Euro to Dalasi · quoted 2026-09-27

84.1682

▼ +1.15% over 1Y

1 EUR = 84.1682 GMD · 1 GMD = 0.01188 EUR · Get this rate via the API

1 EUR buys 84.1682 GMD as of 2026-09-27, so 1 GMD buys 0.01188 EUR. Over the last year, EUR/GMD traded between 83.2098 and 87.9943, averaged 85.5704 and fell 1.15%. The API holds daily EUR/GMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EUR/GMD over 1Y

EUR/GMD over 1Y: show the values
PointEUR/GMD
2025-09-2785.1463
2025-10-0486.2612
2025-10-1184.3883
2025-10-1883.9048
2025-10-2584.8249
2025-11-0183.5934
2025-11-0884.9773
2025-11-1584.8715
2025-11-2284.5724
2025-11-2985.0198
2025-12-0684.9301
2025-12-1486.7240
2025-12-2186.5181
2025-12-2887.1075
2026-01-0486.8139
2026-01-1186.3191
2026-01-1885.7487
2026-01-2587.2684
2026-02-0187.9943
2026-02-0887.4105
2026-02-1587.6201
2026-02-2286.6626
2026-03-0186.5192
2026-03-0885.2984
2026-03-1585.2172
2026-03-2286.2594
2026-03-2985.4825
2026-04-0586.1281
2026-04-1286.0223
2026-04-1986.4211
2026-04-2686.1096
2026-05-0385.6597
2026-05-1086.5734
2026-05-1884.4457
2026-05-2685.4853
2026-06-0285.7515
2026-06-1184.9684
2026-06-1884.3310
2026-06-2583.2098
2026-07-0283.7824
2026-07-0984.5439
2026-07-1684.7604
2026-07-2384.3089
2026-07-3085.4224
2026-08-0685.5979
2026-08-1385.6572
2026-08-2186.7650
2026-08-2887.3575
2026-09-0485.9214
2026-09-1185.7529
2026-09-1884.2257
2026-09-2584.4094

High

87.9943

Low

83.2098

Average

85.5704

For developers

Get this rate via the API

One GET request returns the EUR/GMD 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=GMD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=GMD");
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=GMD").json()

Replace YOUR_API_KEY with the key from your dashboard.

EUR/GMD API questions

How do I get the EUR/GMD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=GMD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EUR/GMD rate in rates.GMD.

How far back does EUR/GMD historical data go?

Daily EUR/GMD 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/GMD 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.