Skip to content

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

FJD/MUR over 1Y: show the values
PointFJD/MUR
2025-09-2520.0710
2025-10-0220.1105
2025-10-0920.1067
2025-10-1619.8493
2025-10-2319.8091
2025-10-3019.9401
2025-11-0620.0640
2025-11-1320.0306
2025-11-2019.9366
2025-11-2720.1453
2025-12-0420.2129
2025-12-1220.2579
2025-12-1920.1610
2025-12-2620.2216
2026-01-0220.2660
2026-01-0920.4445
2026-01-1620.2728
2026-01-2320.4654
2026-01-3020.4589
2026-02-0620.6993
2026-02-1320.8143
2026-02-2020.9370
2026-02-2721.0205
2026-03-0621.2963
2026-03-1320.8088
2026-03-2020.9992
2026-03-2720.7621
2026-04-0320.8218
2026-04-1020.9579
2026-04-1720.8696
2026-04-2421.1050
2026-05-0121.4110
2026-05-0821.2837
2026-05-1621.3974
2026-05-2421.3463
2026-05-3121.3803
2026-06-0921.5721
2026-06-1621.2828
2026-06-2321.3681
2026-06-3020.9909
2026-07-0720.9822
2026-07-1421.0952
2026-07-2121.1055
2026-07-2821.1628
2026-08-0421.0990
2026-08-1121.1376
2026-08-1821.1407
2026-08-2621.1884
2026-09-0221.2313
2026-09-0921.2121
2026-09-1621.2196
2026-09-2321.3573

High

21.5721

Low

19.8091

Average

20.7740

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=MUR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&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=FJD&currencies=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&currencies=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.