Skip to content

FJD to MVR exchange rate API

Fiji Dollar to Rufiyaa · quoted 2026-09-24

6.9027

▲ +1.08% over 1Y

1 FJD = 6.9027 MVR · 1 MVR = 0.14487 FJD · Get this rate via the API

1 FJD buys 6.9027 MVR as of 2026-09-24, so 1 MVR buys 0.14487 FJD. Over the last year, FJD/MVR traded between 6.7062 and 7.0384, averaged 6.8969 and rose 1.08%. The API holds daily FJD/MVR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/MVR over 1Y

FJD/MVR over 1Y: show the values
PointFJD/MVR
2025-09-246.8290
2025-10-016.8131
2025-10-086.7736
2025-10-156.7227
2025-10-226.7062
2025-10-296.7695
2025-11-056.7253
2025-11-126.7396
2025-11-196.7209
2025-11-266.7264
2025-12-036.7620
2025-12-116.7852
2025-12-186.7674
2025-12-256.8028
2026-01-016.7990
2026-01-086.8060
2026-01-156.7883
2026-01-226.8337
2026-01-296.9807
2026-02-056.9650
2026-02-127.0257
2026-02-196.9946
2026-02-267.0194
2026-03-056.9866
2026-03-126.9998
2026-03-196.9884
2026-03-266.9489
2026-04-026.8961
2026-04-096.9372
2026-04-166.9940
2026-04-236.9979
2026-04-307.0153
2026-05-077.0384
2026-05-157.0359
2026-05-236.9559
2026-05-306.9569
2026-06-066.9542
2026-06-156.9510
2026-06-226.9185
2026-06-296.8490
2026-07-066.8808
2026-07-136.8957
2026-07-206.9196
2026-07-276.9092
2026-08-036.9483
2026-08-106.9588
2026-08-176.9590
2026-08-256.9999
2026-09-016.9863
2026-09-087.0030
2026-09-156.9665
2026-09-226.9235

High

7.0384

Low

6.7062

Average

6.8969

For developers

Get this rate via the API

One GET request returns the FJD/MVR 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=MVR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=MVR");
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=MVR").json()

Replace YOUR_API_KEY with the key from your dashboard.

FJD/MVR API questions

How do I get the FJD/MVR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=MVR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FJD/MVR rate in rates.MVR.

How far back does FJD/MVR historical data go?

Daily FJD/MVR 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/MVR 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.