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: show the values
| Point | MVR/LRD |
|---|---|
| 2026-08-26 | 11.7363 |
| 2026-08-27 | 11.7344 |
| 2026-08-28 | 11.7133 |
| 2026-08-29 | 11.7091 |
| 2026-08-30 | 11.6828 |
| 2026-08-31 | 11.6837 |
| 2026-09-01 | 11.6808 |
| 2026-09-02 | 11.6922 |
| 2026-09-03 | 11.5028 |
| 2026-09-04 | 11.4811 |
| 2026-09-05 | 11.5612 |
| 2026-09-06 | 11.5814 |
| 2026-09-07 | 11.3190 |
| 2026-09-08 | 11.3168 |
| 2026-09-09 | 11.5966 |
| 2026-09-10 | 11.2883 |
| 2026-09-11 | 11.2940 |
| 2026-09-12 | 11.2906 |
| 2026-09-13 | 11.2940 |
| 2026-09-14 | 11.2932 |
| 2026-09-15 | 11.2865 |
| 2026-09-16 | 11.3047 |
| 2026-09-17 | 11.2956 |
| 2026-09-18 | 11.2946 |
| 2026-09-19 | 11.2249 |
| 2026-09-20 | 11.2636 |
| 2026-09-21 | 11.1881 |
| 2026-09-22 | 11.2012 |
| 2026-09-23 | 11.2051 |
| 2026-09-24 | 11.1968 |
| 2026-09-25 | 11.1253 |
High
11.7363
Low
11.1253
Average
11.4114
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=LRD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=LRD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=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¤cies=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.