Skip to content

BMD to GBP exchange rate API

Bermudian Dollar to Pound Sterling · quoted 2026-09-25

0.75522

▲ +1.34% over 1Y

1 BMD = 0.75522 GBP · 1 GBP = 1.3241 BMD · Get this rate via the API

1 BMD buys 0.75522 GBP as of 2026-09-25, so 1 GBP buys 1.3241 BMD. Over the last year, BMD/GBP traded between 0.72674 and 0.76559, averaged 0.74635 and rose 1.34%. The API holds daily BMD/GBP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BMD/GBP over 1Y

BMD/GBP over 1Y: show the values
PointBMD/GBP
2025-09-250.74521
2025-10-020.74196
2025-10-090.74782
2025-10-160.74478
2025-10-230.74968
2025-10-300.76199
2025-11-060.76363
2025-11-130.75901
2025-11-200.76559
2025-11-270.75557
2025-12-040.74961
2025-12-120.74734
2025-12-190.74795
2025-12-260.74074
2026-01-020.74388
2026-01-090.74532
2026-01-160.74632
2026-01-230.73931
2026-01-300.72674
2026-02-060.73588
2026-02-130.73478
2026-02-200.74174
2026-02-270.74231
2026-03-060.74987
2026-03-130.75377
2026-03-200.74806
2026-03-270.75297
2026-04-030.75745
2026-04-100.74379
2026-04-170.73890
2026-04-240.74115
2026-05-010.73511
2026-05-080.73472
2026-05-160.75036
2026-05-240.74377
2026-05-310.74332
2026-06-090.74605
2026-06-160.74582
2026-06-230.75667
2026-06-300.75635
2026-07-070.74706
2026-07-140.74717
2026-07-210.74623
2026-07-280.75262
2026-08-040.74372
2026-08-110.74075
2026-08-180.73933
2026-08-260.73368
2026-09-020.74167
2026-09-090.73720
2026-09-160.74317
2026-09-230.75322

High

0.76559

Low

0.72674

Average

0.74635

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BMD/GBP API questions

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

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

How far back does BMD/GBP historical data go?

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