Skip to content

MVR to LRD exchange rate API

Rufiyaa to Liberian Dollar · quoted 2026-09-25

11.1253

▼ +6.34% over 6M

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 6 months, MVR/LRD traded between 11.1253 and 11.9217, averaged 11.7039 and fell 6.34%. 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 6M

MVR/LRD over 6M: show the values
PointMVR/LRD
2026-03-2911.8787
2026-04-0511.8773
2026-04-1211.8837
2026-04-1911.9217
2026-04-2611.8570
2026-05-0311.8974
2026-05-1011.8809
2026-05-1811.8985
2026-05-2611.8385
2026-06-0211.8347
2026-06-1111.8034
2026-06-1811.8185
2026-06-2511.7587
2026-07-0211.7720
2026-07-0911.7262
2026-07-1611.6905
2026-07-2311.7465
2026-07-3011.7102
2026-08-0611.6751
2026-08-1311.7578
2026-08-2111.7448
2026-08-2811.7133
2026-09-0411.4811
2026-09-1111.2940
2026-09-1811.2946
2026-09-2511.1253

High

11.9217

Low

11.1253

Average

11.7039

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.