MVR to VEF exchange rate API
Rufiyaa to Bolivar · quoted 2026-09-25
5519683.86
▲ +8.82% over 30D
1 MVR = 5519683.86 VEF · 1 VEF = 0.000000 MVR · Get this rate via the API
1 MVR buys 5519683.86 VEF as of 2026-09-25, so 1 VEF buys 0.000000 MVR. Over the last 30 days, MVR/VEF traded between 5072330.94 and 5519683.86, averaged 5309623.67 and rose 8.82%. The API holds daily MVR/VEF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MVR/VEF over 30D: show the values
| Point | MVR/VEF |
|---|---|
| 2026-08-26 | 5072330.94 |
| 2026-08-27 | 5088822.66 |
| 2026-08-28 | 5112250.30 |
| 2026-08-29 | 5111938.15 |
| 2026-08-30 | 5110083.55 |
| 2026-08-31 | 5119104.17 |
| 2026-09-01 | 5148744.52 |
| 2026-09-02 | 5173992.26 |
| 2026-09-03 | 5182204.24 |
| 2026-09-04 | 5195215.39 |
| 2026-09-05 | 5215735.44 |
| 2026-09-06 | 5214188.32 |
| 2026-09-07 | 5232395.06 |
| 2026-09-08 | 5235102.63 |
| 2026-09-09 | 5276673.09 |
| 2026-09-10 | 5295355.47 |
| 2026-09-11 | 5311560.13 |
| 2026-09-12 | 5407598.17 |
| 2026-09-13 | 5373216.40 |
| 2026-09-14 | 5349369.27 |
| 2026-09-15 | 5420592.15 |
| 2026-09-16 | 5427672.30 |
| 2026-09-17 | 5480697.86 |
| 2026-09-19 | 5497489.62 |
| 2026-09-20 | 5490147.69 |
| 2026-09-21 | 5489075.98 |
| 2026-09-22 | 5501783.48 |
| 2026-09-23 | 5509455.73 |
| 2026-09-24 | 5516170.95 |
| 2026-09-25 | 5519683.86 |
High
5519683.86
Low
5072330.94
Average
5309623.67
Get this rate via the API
One GET request returns the MVR/VEF 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=VEF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=VEF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=VEF").json()Replace YOUR_API_KEY with the key from your dashboard.
MVR/VEF API questions
How do I get the MVR/VEF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=VEF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MVR/VEF rate in rates.VEF.
How far back does MVR/VEF historical data go?
Daily MVR/VEF 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/VEF 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.