FKP to MUR exchange rate API
Falkland Islands Pound to Mauritius Rupee · quoted 2026-09-27
62.9446
▲ +3.25% over 5Y
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 5 years, FKP/MUR traded between 57.4803 and 63.5135, averaged 61.2804 and rose 3.25%. 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 5Y: show the values
| Point | FKP/MUR |
|---|---|
| 2024-08-24 | 60.9659 |
| 2024-10-07 | 61.0040 |
| 2024-11-06 | 59.6450 |
| 2024-12-06 | 59.4337 |
| 2025-01-05 | 59.2234 |
| 2025-02-04 | 58.6975 |
| 2025-03-06 | 59.3002 |
| 2025-04-06 | 57.4803 |
| 2025-05-06 | 60.2015 |
| 2025-06-07 | 61.7722 |
| 2025-07-07 | 61.2772 |
| 2025-08-06 | 60.7653 |
| 2025-09-05 | 62.0212 |
| 2025-10-06 | 60.9314 |
| 2025-11-05 | 59.7621 |
| 2025-12-05 | 61.3831 |
| 2026-01-05 | 62.1016 |
| 2026-02-04 | 62.8609 |
| 2026-03-06 | 63.2632 |
| 2026-04-05 | 61.9758 |
| 2026-05-05 | 63.5135 |
| 2026-06-06 | 63.4467 |
| 2026-07-08 | 62.8759 |
| 2026-08-07 | 63.1376 |
| 2026-09-07 | 63.3061 |
High
63.5135
Low
57.4803
Average
61.2804
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.