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: show the values
| Point | GBP/MVR |
|---|---|
| 2025-09-26 | 20.5888 |
| 2025-10-03 | 20.7258 |
| 2025-10-10 | 20.4593 |
| 2025-10-17 | 20.7077 |
| 2025-10-24 | 20.5035 |
| 2025-10-31 | 20.1926 |
| 2025-11-07 | 20.2590 |
| 2025-11-14 | 20.3334 |
| 2025-11-21 | 20.2118 |
| 2025-11-28 | 20.4090 |
| 2025-12-05 | 20.6074 |
| 2025-12-13 | 20.5968 |
| 2025-12-20 | 20.6510 |
| 2025-12-27 | 20.8565 |
| 2026-01-03 | 20.8033 |
| 2026-01-10 | 20.7117 |
| 2026-01-17 | 20.6268 |
| 2026-01-24 | 21.0822 |
| 2026-01-31 | 21.1521 |
| 2026-02-07 | 21.0294 |
| 2026-02-14 | 21.0956 |
| 2026-02-21 | 20.7846 |
| 2026-02-28 | 20.8445 |
| 2026-03-07 | 20.7394 |
| 2026-03-14 | 20.4555 |
| 2026-03-21 | 20.6279 |
| 2026-03-28 | 20.4980 |
| 2026-04-04 | 20.3949 |
| 2026-04-11 | 20.8019 |
| 2026-04-18 | 20.9086 |
| 2026-04-25 | 20.8511 |
| 2026-05-02 | 20.9848 |
| 2026-05-09 | 21.0015 |
| 2026-05-17 | 20.5760 |
| 2026-05-25 | 20.8529 |
| 2026-06-01 | 20.7956 |
| 2026-06-10 | 20.6881 |
| 2026-06-17 | 20.7241 |
| 2026-06-24 | 20.3459 |
| 2026-07-01 | 20.4685 |
| 2026-07-08 | 20.6355 |
| 2026-07-15 | 20.7218 |
| 2026-07-22 | 20.6653 |
| 2026-07-29 | 20.5442 |
| 2026-08-05 | 20.8373 |
| 2026-08-12 | 20.9050 |
| 2026-08-20 | 21.0642 |
| 2026-08-27 | 21.0096 |
| 2026-09-03 | 20.8659 |
| 2026-09-10 | 20.8983 |
| 2026-09-17 | 20.6452 |
| 2026-09-24 | 20.4370 |
High
21.1521
Low
20.1926
Average
20.6916
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=MVR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=MVR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=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¤cies=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.