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: show the values
| Point | EUR/GMD |
|---|---|
| 2025-09-27 | 85.1463 |
| 2025-10-04 | 86.2612 |
| 2025-10-11 | 84.3883 |
| 2025-10-18 | 83.9048 |
| 2025-10-25 | 84.8249 |
| 2025-11-01 | 83.5934 |
| 2025-11-08 | 84.9773 |
| 2025-11-15 | 84.8715 |
| 2025-11-22 | 84.5724 |
| 2025-11-29 | 85.0198 |
| 2025-12-06 | 84.9301 |
| 2025-12-14 | 86.7240 |
| 2025-12-21 | 86.5181 |
| 2025-12-28 | 87.1075 |
| 2026-01-04 | 86.8139 |
| 2026-01-11 | 86.3191 |
| 2026-01-18 | 85.7487 |
| 2026-01-25 | 87.2684 |
| 2026-02-01 | 87.9943 |
| 2026-02-08 | 87.4105 |
| 2026-02-15 | 87.6201 |
| 2026-02-22 | 86.6626 |
| 2026-03-01 | 86.5192 |
| 2026-03-08 | 85.2984 |
| 2026-03-15 | 85.2172 |
| 2026-03-22 | 86.2594 |
| 2026-03-29 | 85.4825 |
| 2026-04-05 | 86.1281 |
| 2026-04-12 | 86.0223 |
| 2026-04-19 | 86.4211 |
| 2026-04-26 | 86.1096 |
| 2026-05-03 | 85.6597 |
| 2026-05-10 | 86.5734 |
| 2026-05-18 | 84.4457 |
| 2026-05-26 | 85.4853 |
| 2026-06-02 | 85.7515 |
| 2026-06-11 | 84.9684 |
| 2026-06-18 | 84.3310 |
| 2026-06-25 | 83.2098 |
| 2026-07-02 | 83.7824 |
| 2026-07-09 | 84.5439 |
| 2026-07-16 | 84.7604 |
| 2026-07-23 | 84.3089 |
| 2026-07-30 | 85.4224 |
| 2026-08-06 | 85.5979 |
| 2026-08-13 | 85.6572 |
| 2026-08-21 | 86.7650 |
| 2026-08-28 | 87.3575 |
| 2026-09-04 | 85.9214 |
| 2026-09-11 | 85.7529 |
| 2026-09-18 | 84.2257 |
| 2026-09-25 | 84.4094 |
High
87.9943
Low
83.2098
Average
85.5704
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=GMD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=GMD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=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¤cies=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.