FJD to MUR exchange rate API
Fiji Dollar to Mauritius Rupee · quoted 2026-09-25
21.1418
▲ +5.33% over 1Y
1 FJD = 21.1418 MUR · 1 MUR = 0.04730 FJD · Get this rate via the API
1 FJD buys 21.1418 MUR as of 2026-09-25, so 1 MUR buys 0.04730 FJD. Over the last year, FJD/MUR traded between 19.8091 and 21.5721, averaged 20.7740 and rose 5.33%. The API holds daily FJD/MUR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FJD/MUR over 1Y: show the values
| Point | FJD/MUR |
|---|---|
| 2025-09-25 | 20.0710 |
| 2025-10-02 | 20.1105 |
| 2025-10-09 | 20.1067 |
| 2025-10-16 | 19.8493 |
| 2025-10-23 | 19.8091 |
| 2025-10-30 | 19.9401 |
| 2025-11-06 | 20.0640 |
| 2025-11-13 | 20.0306 |
| 2025-11-20 | 19.9366 |
| 2025-11-27 | 20.1453 |
| 2025-12-04 | 20.2129 |
| 2025-12-12 | 20.2579 |
| 2025-12-19 | 20.1610 |
| 2025-12-26 | 20.2216 |
| 2026-01-02 | 20.2660 |
| 2026-01-09 | 20.4445 |
| 2026-01-16 | 20.2728 |
| 2026-01-23 | 20.4654 |
| 2026-01-30 | 20.4589 |
| 2026-02-06 | 20.6993 |
| 2026-02-13 | 20.8143 |
| 2026-02-20 | 20.9370 |
| 2026-02-27 | 21.0205 |
| 2026-03-06 | 21.2963 |
| 2026-03-13 | 20.8088 |
| 2026-03-20 | 20.9992 |
| 2026-03-27 | 20.7621 |
| 2026-04-03 | 20.8218 |
| 2026-04-10 | 20.9579 |
| 2026-04-17 | 20.8696 |
| 2026-04-24 | 21.1050 |
| 2026-05-01 | 21.4110 |
| 2026-05-08 | 21.2837 |
| 2026-05-16 | 21.3974 |
| 2026-05-24 | 21.3463 |
| 2026-05-31 | 21.3803 |
| 2026-06-09 | 21.5721 |
| 2026-06-16 | 21.2828 |
| 2026-06-23 | 21.3681 |
| 2026-06-30 | 20.9909 |
| 2026-07-07 | 20.9822 |
| 2026-07-14 | 21.0952 |
| 2026-07-21 | 21.1055 |
| 2026-07-28 | 21.1628 |
| 2026-08-04 | 21.0990 |
| 2026-08-11 | 21.1376 |
| 2026-08-18 | 21.1407 |
| 2026-08-26 | 21.1884 |
| 2026-09-02 | 21.2313 |
| 2026-09-09 | 21.2121 |
| 2026-09-16 | 21.2196 |
| 2026-09-23 | 21.3573 |
High
21.5721
Low
19.8091
Average
20.7740
Get this rate via the API
One GET request returns the FJD/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=FJD¤cies=MUR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=MUR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=MUR").json()Replace YOUR_API_KEY with the key from your dashboard.
FJD/MUR API questions
How do I get the FJD/MUR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=MUR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FJD/MUR rate in rates.MUR.
How far back does FJD/MUR historical data go?
Daily FJD/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 FJD/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.