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: show the values
| Point | FJD/MVR |
|---|---|
| 2025-09-24 | 6.8290 |
| 2025-10-01 | 6.8131 |
| 2025-10-08 | 6.7736 |
| 2025-10-15 | 6.7227 |
| 2025-10-22 | 6.7062 |
| 2025-10-29 | 6.7695 |
| 2025-11-05 | 6.7253 |
| 2025-11-12 | 6.7396 |
| 2025-11-19 | 6.7209 |
| 2025-11-26 | 6.7264 |
| 2025-12-03 | 6.7620 |
| 2025-12-11 | 6.7852 |
| 2025-12-18 | 6.7674 |
| 2025-12-25 | 6.8028 |
| 2026-01-01 | 6.7990 |
| 2026-01-08 | 6.8060 |
| 2026-01-15 | 6.7883 |
| 2026-01-22 | 6.8337 |
| 2026-01-29 | 6.9807 |
| 2026-02-05 | 6.9650 |
| 2026-02-12 | 7.0257 |
| 2026-02-19 | 6.9946 |
| 2026-02-26 | 7.0194 |
| 2026-03-05 | 6.9866 |
| 2026-03-12 | 6.9998 |
| 2026-03-19 | 6.9884 |
| 2026-03-26 | 6.9489 |
| 2026-04-02 | 6.8961 |
| 2026-04-09 | 6.9372 |
| 2026-04-16 | 6.9940 |
| 2026-04-23 | 6.9979 |
| 2026-04-30 | 7.0153 |
| 2026-05-07 | 7.0384 |
| 2026-05-15 | 7.0359 |
| 2026-05-23 | 6.9559 |
| 2026-05-30 | 6.9569 |
| 2026-06-06 | 6.9542 |
| 2026-06-15 | 6.9510 |
| 2026-06-22 | 6.9185 |
| 2026-06-29 | 6.8490 |
| 2026-07-06 | 6.8808 |
| 2026-07-13 | 6.8957 |
| 2026-07-20 | 6.9196 |
| 2026-07-27 | 6.9092 |
| 2026-08-03 | 6.9483 |
| 2026-08-10 | 6.9588 |
| 2026-08-17 | 6.9590 |
| 2026-08-25 | 6.9999 |
| 2026-09-01 | 6.9863 |
| 2026-09-08 | 7.0030 |
| 2026-09-15 | 6.9665 |
| 2026-09-22 | 6.9235 |
High
7.0384
Low
6.7062
Average
6.8969
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=MVR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=MVR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=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¤cies=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.