Skip to content

MVR to LRD exchange rate API

Rufiyaa to Liberian Dollar · quoted 2026-09-25

11.1253

▼ +4.91% over 1Y

1 MVR = 11.1253 LRD · 1 LRD = 0.08989 MVR · Get this rate via the API

1 MVR buys 11.1253 LRD as of 2026-09-25, so 1 LRD buys 0.08989 MVR. Over the last year, MVR/LRD traded between 11.1253 and 12.0795, averaged 11.7509 and fell 4.91%. The API holds daily MVR/LRD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MVR/LRD over 1Y

MVR/LRD over 1Y: show the values
PointMVR/LRD
2025-09-2511.6991
2025-10-0211.7904
2025-10-0911.7423
2025-10-1611.8495
2025-10-2311.8613
2025-10-3011.8929
2025-11-0611.8746
2025-11-1311.8508
2025-11-2011.6998
2025-11-2711.5100
2025-12-0411.4992
2025-12-1211.4284
2025-12-1911.4899
2025-12-2611.4882
2026-01-0211.5424
2026-01-0911.6063
2026-01-1611.6739
2026-01-2311.9794
2026-01-3011.9873
2026-02-0612.0348
2026-02-1312.0795
2026-02-2012.0174
2026-02-2711.8834
2026-03-0611.8023
2026-03-1311.8771
2026-03-2011.8396
2026-03-2711.8624
2026-04-0311.8490
2026-04-1011.9257
2026-04-1711.9087
2026-04-2411.9192
2026-05-0111.8958
2026-05-0811.9125
2026-05-1611.9001
2026-05-2411.8627
2026-05-3111.8660
2026-06-0911.8074
2026-06-1611.7859
2026-06-2311.7855
2026-06-3011.8128
2026-07-0711.7196
2026-07-1411.7677
2026-07-2111.7213
2026-07-2811.7286
2026-08-0411.6843
2026-08-1111.6814
2026-08-1811.7431
2026-08-2611.7363
2026-09-0211.6922
2026-09-0911.5966
2026-09-1611.3047
2026-09-2311.2051

High

12.0795

Low

11.1253

Average

11.7509

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR&currencies=LRD").json()

Replace YOUR_API_KEY with the key from your dashboard.

MVR/LRD API questions

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

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

How far back does MVR/LRD historical data go?

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