Skip to content

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

MVR/HNL over 1Y: show the values
PointMVR/HNL
2025-09-241.7007
2025-10-011.7056
2025-10-081.7023
2025-10-151.7036
2025-10-221.7034
2025-10-291.7092
2025-11-051.7051
2025-11-121.7031
2025-11-191.7037
2025-11-261.7027
2025-12-031.7048
2025-12-111.7013
2025-12-181.7044
2025-12-251.7052
2026-01-011.7103
2026-01-081.7071
2026-01-151.7107
2026-01-221.7065
2026-01-291.7064
2026-02-051.7093
2026-02-121.7132
2026-02-191.7156
2026-02-261.7101
2026-03-051.7124
2026-03-121.7141
2026-03-191.7167
2026-03-261.7182
2026-04-021.7238
2026-04-091.7218
2026-04-161.7148
2026-04-231.7255
2026-04-301.7217
2026-05-071.7262
2026-05-151.7346
2026-05-231.7279
2026-05-301.7264
2026-06-061.7292
2026-06-151.7296
2026-06-221.7307
2026-06-291.7323
2026-07-061.7318
2026-07-131.7343
2026-07-201.7318
2026-07-271.7316
2026-08-031.7342
2026-08-101.7359
2026-08-171.7323
2026-08-251.7346
2026-09-011.7374
2026-09-081.7358
2026-09-151.7390
2026-09-221.7386

High

1.7390

Low

1.7007

Average

1.7190

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR&currencies=HNL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR&currencies=HNL");
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=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&currencies=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.