MVR to HNL exchange rate API
Rufiyaa to Lempira · quoted 2026-09-24
1.7386
▲ +1.79% over YTD
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 year to date, MVR/HNL traded between 1.7058 and 1.7389, averaged 1.7229 and rose 1.79%. 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 YTD: show the values
| Point | MVR/HNL |
|---|---|
| 2025-12-31 | 1.7079 |
| 2026-01-07 | 1.7076 |
| 2026-01-14 | 1.7086 |
| 2026-01-21 | 1.7058 |
| 2026-01-28 | 1.7080 |
| 2026-02-04 | 1.7065 |
| 2026-02-11 | 1.7143 |
| 2026-02-18 | 1.7128 |
| 2026-02-25 | 1.7124 |
| 2026-03-04 | 1.7122 |
| 2026-03-11 | 1.7132 |
| 2026-03-18 | 1.7131 |
| 2026-03-25 | 1.7148 |
| 2026-04-01 | 1.7194 |
| 2026-04-08 | 1.7180 |
| 2026-04-15 | 1.7189 |
| 2026-04-22 | 1.7208 |
| 2026-04-29 | 1.7230 |
| 2026-05-06 | 1.7164 |
| 2026-05-14 | 1.7223 |
| 2026-05-21 | 1.7223 |
| 2026-05-29 | 1.7198 |
| 2026-06-05 | 1.7238 |
| 2026-06-14 | 1.7276 |
| 2026-06-21 | 1.7293 |
| 2026-06-28 | 1.7314 |
| 2026-07-05 | 1.7313 |
| 2026-07-12 | 1.7323 |
| 2026-07-19 | 1.7329 |
| 2026-07-26 | 1.7349 |
| 2026-08-02 | 1.7351 |
| 2026-08-09 | 1.7381 |
| 2026-08-16 | 1.7367 |
| 2026-08-24 | 1.7380 |
| 2026-08-31 | 1.7360 |
| 2026-09-07 | 1.7360 |
| 2026-09-14 | 1.7354 |
| 2026-09-21 | 1.7389 |
High
1.7389
Low
1.7058
Average
1.7229
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.