Skip to content

MVR to LRD exchange rate API

Rufiyaa to Liberian Dollar · quoted 2026-09-25

11.1253

▼ +3.69% over YTD

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 year to date, MVR/LRD traded between 11.1253 and 12.0702, averaged 11.7610 and fell 3.69%. 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 YTD

MVR/LRD over YTD: show the values
PointMVR/LRD
2025-12-3111.5516
2026-01-0711.5256
2026-01-1411.6463
2026-01-2111.9063
2026-01-2811.9660
2026-02-0412.0055
2026-02-1112.0702
2026-02-1812.0309
2026-02-2511.8817
2026-03-0411.8735
2026-03-1111.8468
2026-03-1811.8136
2026-03-2511.8986
2026-04-0111.8820
2026-04-0811.9409
2026-04-1511.9300
2026-04-2211.9194
2026-04-2911.8934
2026-05-0611.8482
2026-05-1411.8581
2026-05-2111.8615
2026-05-2911.7718
2026-06-0511.8282
2026-06-1411.8309
2026-06-2111.8058
2026-06-2811.7804
2026-07-0511.7587
2026-07-1211.7459
2026-07-1911.7186
2026-07-2611.7281
2026-08-0211.7158
2026-08-0911.7475
2026-08-1611.7428
2026-08-2411.7459
2026-08-3111.6837
2026-09-0711.3190
2026-09-1411.2932
2026-09-2111.1881

High

12.0702

Low

11.1253

Average

11.7610

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.