FKP to MUR exchange rate API
Falkland Islands Pound to Mauritius Rupee · quoted 2026-09-27
62.9446
▲ +2.73% over 1Y
1 FKP = 62.9446 MUR · 1 MUR = 0.01589 FKP · Get this rate via the API
1 FKP buys 62.9446 MUR as of 2026-09-27, so 1 MUR buys 0.01589 FKP. Over the last year, FKP/MUR traded between 60.1472 and 64.0521, averaged 62.4488 and rose 2.73%. The API holds daily FKP/MUR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FKP/MUR over 1Y: show the values
| Point | FKP/MUR |
|---|---|
| 2025-09-27 | 61.2696 |
| 2025-10-04 | 61.0670 |
| 2025-10-11 | 60.7093 |
| 2025-10-18 | 60.4217 |
| 2025-10-25 | 60.5964 |
| 2025-11-01 | 60.2401 |
| 2025-11-08 | 60.4062 |
| 2025-11-15 | 60.1472 |
| 2025-11-22 | 60.4512 |
| 2025-11-29 | 61.1327 |
| 2025-12-06 | 61.4437 |
| 2025-12-14 | 61.4825 |
| 2025-12-21 | 61.7510 |
| 2025-12-28 | 62.0227 |
| 2026-01-04 | 62.1767 |
| 2026-01-11 | 62.5889 |
| 2026-01-18 | 61.9471 |
| 2026-01-25 | 62.7335 |
| 2026-02-01 | 62.1700 |
| 2026-02-08 | 62.6825 |
| 2026-02-15 | 62.6492 |
| 2026-02-22 | 62.5755 |
| 2026-03-01 | 62.5189 |
| 2026-03-08 | 63.5189 |
| 2026-03-15 | 61.5263 |
| 2026-03-22 | 62.0062 |
| 2026-03-29 | 62.0253 |
| 2026-04-05 | 61.9758 |
| 2026-04-12 | 62.6089 |
| 2026-04-19 | 62.7453 |
| 2026-04-26 | 63.2898 |
| 2026-05-03 | 64.0521 |
| 2026-05-10 | 63.7917 |
| 2026-05-18 | 62.8499 |
| 2026-05-26 | 63.7597 |
| 2026-06-02 | 63.7395 |
| 2026-06-11 | 64.0495 |
| 2026-06-18 | 62.9656 |
| 2026-06-25 | 63.5288 |
| 2026-07-02 | 62.5199 |
| 2026-07-09 | 63.1982 |
| 2026-07-16 | 63.8412 |
| 2026-07-23 | 63.2992 |
| 2026-07-30 | 63.2518 |
| 2026-08-06 | 63.2181 |
| 2026-08-13 | 63.6391 |
| 2026-08-21 | 63.6555 |
| 2026-08-28 | 63.6859 |
| 2026-09-04 | 63.4696 |
| 2026-09-11 | 63.2047 |
| 2026-09-18 | 63.5388 |
| 2026-09-25 | 62.7005 |
High
64.0521
Low
60.1472
Average
62.4488
Get this rate via the API
One GET request returns the FKP/MUR 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=MUR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=MUR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=MUR").json()Replace YOUR_API_KEY with the key from your dashboard.
FKP/MUR API questions
How do I get the FKP/MUR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=MUR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FKP/MUR rate in rates.MUR.
How far back does FKP/MUR historical data go?
Daily FKP/MUR 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/MUR 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.