Skip to content

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

FKP/MUR over 1Y: show the values
PointFKP/MUR
2025-09-2761.2696
2025-10-0461.0670
2025-10-1160.7093
2025-10-1860.4217
2025-10-2560.5964
2025-11-0160.2401
2025-11-0860.4062
2025-11-1560.1472
2025-11-2260.4512
2025-11-2961.1327
2025-12-0661.4437
2025-12-1461.4825
2025-12-2161.7510
2025-12-2862.0227
2026-01-0462.1767
2026-01-1162.5889
2026-01-1861.9471
2026-01-2562.7335
2026-02-0162.1700
2026-02-0862.6825
2026-02-1562.6492
2026-02-2262.5755
2026-03-0162.5189
2026-03-0863.5189
2026-03-1561.5263
2026-03-2262.0062
2026-03-2962.0253
2026-04-0561.9758
2026-04-1262.6089
2026-04-1962.7453
2026-04-2663.2898
2026-05-0364.0521
2026-05-1063.7917
2026-05-1862.8499
2026-05-2663.7597
2026-06-0263.7395
2026-06-1164.0495
2026-06-1862.9656
2026-06-2563.5288
2026-07-0262.5199
2026-07-0963.1982
2026-07-1663.8412
2026-07-2363.2992
2026-07-3063.2518
2026-08-0663.2181
2026-08-1363.6391
2026-08-2163.6555
2026-08-2863.6859
2026-09-0463.4696
2026-09-1163.2047
2026-09-1863.5388
2026-09-2562.7005

High

64.0521

Low

60.1472

Average

62.4488

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=MUR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=MUR");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=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&currencies=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.