FKP to MVR exchange rate API
Falkland Islands Pound to Rufiyaa · quoted 2026-09-27
20.4753
▼ +0.08% over 1Y
1 FKP = 20.4753 MVR · 1 MVR = 0.04884 FKP · Get this rate via the API
1 FKP buys 20.4753 MVR as of 2026-09-27, so 1 MVR buys 0.04884 FKP. Over the last year, FKP/MVR traded between 20.1267 and 21.1645, averaged 20.6867 and fell 0.08%. The API holds daily FKP/MVR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FKP/MVR over 1Y: show the values
| Point | FKP/MVR |
|---|---|
| 2025-09-27 | 20.4909 |
| 2025-10-04 | 20.6258 |
| 2025-10-11 | 20.4390 |
| 2025-10-18 | 20.5398 |
| 2025-10-25 | 20.3684 |
| 2025-11-01 | 20.1267 |
| 2025-11-08 | 20.2705 |
| 2025-11-15 | 20.2927 |
| 2025-11-22 | 20.1494 |
| 2025-11-29 | 20.3860 |
| 2025-12-06 | 20.5262 |
| 2025-12-14 | 20.6594 |
| 2025-12-21 | 20.6719 |
| 2025-12-28 | 20.8630 |
| 2026-01-04 | 20.8140 |
| 2026-01-11 | 20.7247 |
| 2026-01-18 | 20.6856 |
| 2026-01-25 | 21.0774 |
| 2026-02-01 | 21.1645 |
| 2026-02-08 | 21.0371 |
| 2026-02-15 | 21.0932 |
| 2026-02-22 | 20.7960 |
| 2026-03-01 | 20.8458 |
| 2026-03-08 | 20.7346 |
| 2026-03-15 | 20.4673 |
| 2026-03-22 | 20.6230 |
| 2026-03-29 | 20.5070 |
| 2026-04-05 | 20.4069 |
| 2026-04-12 | 20.8072 |
| 2026-04-19 | 20.9561 |
| 2026-04-26 | 20.8807 |
| 2026-05-03 | 21.0487 |
| 2026-05-10 | 20.9873 |
| 2026-05-18 | 20.5370 |
| 2026-05-26 | 20.8301 |
| 2026-06-02 | 20.7881 |
| 2026-06-11 | 20.6868 |
| 2026-06-18 | 20.5840 |
| 2026-06-25 | 20.3779 |
| 2026-07-02 | 20.4818 |
| 2026-07-09 | 20.7073 |
| 2026-07-16 | 20.9223 |
| 2026-07-23 | 20.6988 |
| 2026-07-30 | 20.6410 |
| 2026-08-06 | 20.8131 |
| 2026-08-13 | 20.8545 |
| 2026-08-21 | 21.0962 |
| 2026-08-28 | 21.0096 |
| 2026-09-04 | 20.9170 |
| 2026-09-11 | 20.8639 |
| 2026-09-18 | 20.6192 |
| 2026-09-25 | 20.4242 |
High
21.1645
Low
20.1267
Average
20.6867
Get this rate via the API
One GET request returns the FKP/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=FKP¤cies=MVR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=MVR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=MVR").json()Replace YOUR_API_KEY with the key from your dashboard.
FKP/MVR API questions
How do I get the FKP/MVR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=MVR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FKP/MVR rate in rates.MVR.
How far back does FKP/MVR historical data go?
Daily FKP/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 FKP/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.