Skip to content

MVR to LRD exchange rate API

Rufiyaa to Liberian Dollar · quoted 2026-09-25

11.1253

▼ +5.21% over 30D

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 30 days, MVR/LRD traded between 11.1253 and 11.7363, averaged 11.4114 and fell 5.21%. 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 30D

MVR/LRD over 30D: show the values
PointMVR/LRD
2026-08-2611.7363
2026-08-2711.7344
2026-08-2811.7133
2026-08-2911.7091
2026-08-3011.6828
2026-08-3111.6837
2026-09-0111.6808
2026-09-0211.6922
2026-09-0311.5028
2026-09-0411.4811
2026-09-0511.5612
2026-09-0611.5814
2026-09-0711.3190
2026-09-0811.3168
2026-09-0911.5966
2026-09-1011.2883
2026-09-1111.2940
2026-09-1211.2906
2026-09-1311.2940
2026-09-1411.2932
2026-09-1511.2865
2026-09-1611.3047
2026-09-1711.2956
2026-09-1811.2946
2026-09-1911.2249
2026-09-2011.2636
2026-09-2111.1881
2026-09-2211.2012
2026-09-2311.2051
2026-09-2411.1968
2026-09-2511.1253

High

11.7363

Low

11.1253

Average

11.4114

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.