Skip to content

FJD to HNL exchange rate API

Fiji Dollar to Lempira · quoted 2026-09-25

11.9541

▲ +2.92% over 1Y

1 FJD = 11.9541 HNL · 1 HNL = 0.08365 FJD · Get this rate via the API

1 FJD buys 11.9541 HNL as of 2026-09-25, so 1 HNL buys 0.08365 FJD. Over the last year, FJD/HNL traded between 11.4004 and 12.1501, averaged 11.8503 and rose 2.92%. The API holds daily FJD/HNL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/HNL over 1Y

FJD/HNL over 1Y: show the values
PointFJD/HNL
2025-09-2511.6148
2025-10-0211.5978
2025-10-0911.5459
2025-10-1611.4815
2025-10-2311.4278
2025-10-3011.5301
2025-11-0611.4714
2025-11-1311.4931
2025-11-2011.4004
2025-11-2711.4683
2025-12-0411.5412
2025-12-1211.5620
2025-12-1911.5395
2025-12-2611.6021
2026-01-0211.5729
2026-01-0911.5868
2026-01-1611.5886
2026-01-2311.7245
2026-01-3011.9568
2026-02-0611.8941
2026-02-1312.0000
2026-02-2012.0025
2026-02-2712.0373
2026-03-0611.9100
2026-03-1312.0192
2026-03-2011.9648
2026-03-2711.8293
2026-04-0311.7846
2026-04-1011.9817
2026-04-1711.9981
2026-04-2412.0200
2026-05-0112.1163
2026-05-0812.1501
2026-05-1612.0743
2026-05-2412.0192
2026-05-3112.0446
2026-06-0912.0394
2026-06-1612.0394
2026-06-2311.9488
2026-06-3011.8868
2026-07-0711.9238
2026-07-1411.9743
2026-07-2112.0035
2026-07-2811.9949
2026-08-0412.0581
2026-08-1112.0666
2026-08-1812.0797
2026-08-2612.1469
2026-09-0212.1143
2026-09-0912.1419
2026-09-1612.1042
2026-09-2312.0397

High

12.1501

Low

11.4004

Average

11.8503

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FJD/HNL API questions

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

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

How far back does FJD/HNL historical data go?

Daily FJD/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 FJD/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.