Skip to content

HNL to MVR exchange rate API

Lempira to Rufiyaa · quoted 2026-09-24

0.57518

▼ +2.18% over 1Y

1 HNL = 0.57518 MVR · 1 MVR = 1.7386 HNL · Get this rate via the API

1 HNL buys 0.57518 MVR as of 2026-09-24, so 1 MVR buys 1.7386 HNL. Over the last year, HNL/MVR traded between 0.57505 and 0.58798, averaged 0.58177 and fell 2.18%. The API holds daily HNL/MVR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HNL/MVR over 1Y

HNL/MVR over 1Y: show the values
PointHNL/MVR
2025-09-240.58798
2025-10-010.58632
2025-10-080.58743
2025-10-150.58700
2025-10-220.58707
2025-10-290.58508
2025-11-050.58648
2025-11-120.58715
2025-11-190.58695
2025-11-260.58730
2025-12-030.58657
2025-12-110.58780
2025-12-180.58672
2025-12-250.58644
2026-01-010.58468
2026-01-080.58580
2026-01-150.58456
2026-01-220.58600
2026-01-290.58602
2026-02-050.58505
2026-02-120.58371
2026-02-190.58287
2026-02-260.58475
2026-03-050.58396
2026-03-120.58340
2026-03-190.58250
2026-03-260.58202
2026-04-020.58012
2026-04-090.58078
2026-04-160.58316
2026-04-230.57954
2026-04-300.58080
2026-05-070.57932
2026-05-150.57649
2026-05-230.57872
2026-05-300.57923
2026-06-060.57829
2026-06-150.57816
2026-06-220.57781
2026-06-290.57728
2026-07-060.57744
2026-07-130.57662
2026-07-200.57744
2026-07-270.57751
2026-08-030.57663
2026-08-100.57607
2026-08-170.57728
2026-08-250.57651
2026-09-010.57556
2026-09-080.57612
2026-09-150.57505
2026-09-220.57519

High

0.58798

Low

0.57505

Average

0.58177

For developers

Get this rate via the API

One GET request returns the HNL/MVR 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=HNL&currencies=MVR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HNL&currencies=MVR");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HNL&currencies=MVR").json()

Replace YOUR_API_KEY with the key from your dashboard.

HNL/MVR API questions

How do I get the HNL/MVR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HNL&currencies=MVR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HNL/MVR rate in rates.MVR.

How far back does HNL/MVR historical data go?

Daily HNL/MVR 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 HNL/MVR 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.