Skip to content

MVR to LRD exchange rate API

Rufiyaa to Liberian Dollar · quoted 2026-09-25

11.1253

▼ +12.35% over 5Y

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 5 years, MVR/LRD traded between 11.1253 and 12.9914, averaged 12.1873 and fell 12.35%. 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 5Y

MVR/LRD over 5Y: show the values
PointMVR/LRD
2024-08-2412.6931
2024-10-0712.5727
2024-11-0612.4221
2024-12-0611.6349
2025-01-0512.0184
2025-02-0412.8910
2025-03-0612.9180
2025-04-0612.9299
2025-05-0612.9529
2025-06-0712.9383
2025-07-0712.9824
2025-08-0612.9312
2025-09-0512.9914
2025-10-0611.7960
2025-11-0511.8787
2025-12-0511.4871
2026-01-0511.5367
2026-02-0412.0055
2026-03-0611.8023
2026-04-0511.8773
2026-05-0511.8813
2026-06-0611.8669
2026-07-0811.7321
2026-08-0711.6848
2026-09-0711.3190

High

12.9914

Low

11.1253

Average

12.1873

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.