Skip to content

BMD to EUR exchange rate API

Bermudian Dollar to Euro · quoted 2026-09-25

0.87900

▲ +3.19% over 1Y

1 BMD = 0.87900 EUR · 1 EUR = 1.1377 BMD · Get this rate via the API

1 BMD buys 0.87900 EUR as of 2026-09-25, so 1 EUR buys 1.1377 BMD. Over the last year, BMD/EUR traded between 0.83900 and 0.87974, averaged 0.86107 and rose 3.19%. The API holds daily BMD/EUR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BMD/EUR over 1Y

BMD/EUR over 1Y: show the values
PointBMD/EUR
2025-09-250.85186
2025-10-020.85077
2025-10-090.86125
2025-10-160.85844
2025-10-230.86259
2025-10-300.86580
2025-11-060.86708
2025-11-130.86066
2025-11-200.86851
2025-11-270.86311
2025-12-040.85719
2025-12-120.85244
2025-12-190.85382
2025-12-260.84893
2026-01-020.85317
2026-01-090.85896
2026-01-160.86081
2026-01-230.85164
2026-01-300.83900
2026-02-060.84789
2026-02-130.84303
2026-02-200.84983
2026-02-270.84710
2026-03-060.86498
2026-03-130.87138
2026-03-200.86543
2026-03-270.86828
2026-04-030.86795
2026-04-100.85390
2026-04-170.84767
2026-04-240.85382
2026-05-010.85201
2026-05-080.85027
2026-05-160.86023
2026-05-240.86011
2026-05-310.85785
2026-06-090.86408
2026-06-160.86252
2026-06-230.87781
2026-06-300.87765
2026-07-070.87466
2026-07-140.87681
2026-07-210.87581
2026-07-280.87974
2026-08-040.86843
2026-08-110.86655
2026-08-180.86386
2026-08-260.85697
2026-09-020.86371
2026-09-090.85822
2026-09-160.86678
2026-09-230.87635

High

0.87974

Low

0.83900

Average

0.86107

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BMD&currencies=EUR").json()

Replace YOUR_API_KEY with the key from your dashboard.

BMD/EUR API questions

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

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

How far back does BMD/EUR historical data go?

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