MVR to HNL exchange rate API
Rufiyaa to Lempira · quoted 2026-09-24
1.7386
▲ +2.22% over 1Y
1 MVR = 1.7386 HNL · 1 HNL = 0.57518 MVR · Get this rate via the API
1 MVR buys 1.7386 HNL as of 2026-09-24, so 1 HNL buys 0.57518 MVR. Over the last year, MVR/HNL traded between 1.7007 and 1.7390, averaged 1.7190 and rose 2.22%. The API holds daily MVR/HNL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MVR/HNL over 1Y: show the values
| Point | MVR/HNL |
|---|---|
| 2025-09-24 | 1.7007 |
| 2025-10-01 | 1.7056 |
| 2025-10-08 | 1.7023 |
| 2025-10-15 | 1.7036 |
| 2025-10-22 | 1.7034 |
| 2025-10-29 | 1.7092 |
| 2025-11-05 | 1.7051 |
| 2025-11-12 | 1.7031 |
| 2025-11-19 | 1.7037 |
| 2025-11-26 | 1.7027 |
| 2025-12-03 | 1.7048 |
| 2025-12-11 | 1.7013 |
| 2025-12-18 | 1.7044 |
| 2025-12-25 | 1.7052 |
| 2026-01-01 | 1.7103 |
| 2026-01-08 | 1.7071 |
| 2026-01-15 | 1.7107 |
| 2026-01-22 | 1.7065 |
| 2026-01-29 | 1.7064 |
| 2026-02-05 | 1.7093 |
| 2026-02-12 | 1.7132 |
| 2026-02-19 | 1.7156 |
| 2026-02-26 | 1.7101 |
| 2026-03-05 | 1.7124 |
| 2026-03-12 | 1.7141 |
| 2026-03-19 | 1.7167 |
| 2026-03-26 | 1.7182 |
| 2026-04-02 | 1.7238 |
| 2026-04-09 | 1.7218 |
| 2026-04-16 | 1.7148 |
| 2026-04-23 | 1.7255 |
| 2026-04-30 | 1.7217 |
| 2026-05-07 | 1.7262 |
| 2026-05-15 | 1.7346 |
| 2026-05-23 | 1.7279 |
| 2026-05-30 | 1.7264 |
| 2026-06-06 | 1.7292 |
| 2026-06-15 | 1.7296 |
| 2026-06-22 | 1.7307 |
| 2026-06-29 | 1.7323 |
| 2026-07-06 | 1.7318 |
| 2026-07-13 | 1.7343 |
| 2026-07-20 | 1.7318 |
| 2026-07-27 | 1.7316 |
| 2026-08-03 | 1.7342 |
| 2026-08-10 | 1.7359 |
| 2026-08-17 | 1.7323 |
| 2026-08-25 | 1.7346 |
| 2026-09-01 | 1.7374 |
| 2026-09-08 | 1.7358 |
| 2026-09-15 | 1.7390 |
| 2026-09-22 | 1.7386 |
High
1.7390
Low
1.7007
Average
1.7190
Get this rate via the API
One GET request returns the MVR/HNL 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=HNL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=HNL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=HNL").json()Replace YOUR_API_KEY with the key from your dashboard.
MVR/HNL API questions
How do I get the MVR/HNL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=HNL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MVR/HNL rate in rates.HNL.
How far back does MVR/HNL historical data go?
Daily MVR/HNL 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/HNL 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.