Skip to content

GBP to MVR exchange rate API

Pound Sterling to Rufiyaa · quoted 2026-09-26

20.4767

▼ +0.54% over 1Y

1 GBP = 20.4767 MVR · 1 MVR = 0.04884 GBP · Get this rate via the API

1 GBP buys 20.4767 MVR as of 2026-09-26, so 1 MVR buys 0.04884 GBP. Over the last year, GBP/MVR traded between 20.1926 and 21.1521, averaged 20.6916 and fell 0.54%. The API holds daily GBP/MVR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GBP/MVR over 1Y

GBP/MVR over 1Y: show the values
PointGBP/MVR
2025-09-2620.5888
2025-10-0320.7258
2025-10-1020.4593
2025-10-1720.7077
2025-10-2420.5035
2025-10-3120.1926
2025-11-0720.2590
2025-11-1420.3334
2025-11-2120.2118
2025-11-2820.4090
2025-12-0520.6074
2025-12-1320.5968
2025-12-2020.6510
2025-12-2720.8565
2026-01-0320.8033
2026-01-1020.7117
2026-01-1720.6268
2026-01-2421.0822
2026-01-3121.1521
2026-02-0721.0294
2026-02-1421.0956
2026-02-2120.7846
2026-02-2820.8445
2026-03-0720.7394
2026-03-1420.4555
2026-03-2120.6279
2026-03-2820.4980
2026-04-0420.3949
2026-04-1120.8019
2026-04-1820.9086
2026-04-2520.8511
2026-05-0220.9848
2026-05-0921.0015
2026-05-1720.5760
2026-05-2520.8529
2026-06-0120.7956
2026-06-1020.6881
2026-06-1720.7241
2026-06-2420.3459
2026-07-0120.4685
2026-07-0820.6355
2026-07-1520.7218
2026-07-2220.6653
2026-07-2920.5442
2026-08-0520.8373
2026-08-1220.9050
2026-08-2021.0642
2026-08-2721.0096
2026-09-0320.8659
2026-09-1020.8983
2026-09-1720.6452
2026-09-2420.4370

High

21.1521

Low

20.1926

Average

20.6916

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

GBP/MVR API questions

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

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

How far back does GBP/MVR historical data go?

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