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: show the values
| Point | FJD/HNL |
|---|---|
| 2025-09-25 | 11.6148 |
| 2025-10-02 | 11.5978 |
| 2025-10-09 | 11.5459 |
| 2025-10-16 | 11.4815 |
| 2025-10-23 | 11.4278 |
| 2025-10-30 | 11.5301 |
| 2025-11-06 | 11.4714 |
| 2025-11-13 | 11.4931 |
| 2025-11-20 | 11.4004 |
| 2025-11-27 | 11.4683 |
| 2025-12-04 | 11.5412 |
| 2025-12-12 | 11.5620 |
| 2025-12-19 | 11.5395 |
| 2025-12-26 | 11.6021 |
| 2026-01-02 | 11.5729 |
| 2026-01-09 | 11.5868 |
| 2026-01-16 | 11.5886 |
| 2026-01-23 | 11.7245 |
| 2026-01-30 | 11.9568 |
| 2026-02-06 | 11.8941 |
| 2026-02-13 | 12.0000 |
| 2026-02-20 | 12.0025 |
| 2026-02-27 | 12.0373 |
| 2026-03-06 | 11.9100 |
| 2026-03-13 | 12.0192 |
| 2026-03-20 | 11.9648 |
| 2026-03-27 | 11.8293 |
| 2026-04-03 | 11.7846 |
| 2026-04-10 | 11.9817 |
| 2026-04-17 | 11.9981 |
| 2026-04-24 | 12.0200 |
| 2026-05-01 | 12.1163 |
| 2026-05-08 | 12.1501 |
| 2026-05-16 | 12.0743 |
| 2026-05-24 | 12.0192 |
| 2026-05-31 | 12.0446 |
| 2026-06-09 | 12.0394 |
| 2026-06-16 | 12.0394 |
| 2026-06-23 | 11.9488 |
| 2026-06-30 | 11.8868 |
| 2026-07-07 | 11.9238 |
| 2026-07-14 | 11.9743 |
| 2026-07-21 | 12.0035 |
| 2026-07-28 | 11.9949 |
| 2026-08-04 | 12.0581 |
| 2026-08-11 | 12.0666 |
| 2026-08-18 | 12.0797 |
| 2026-08-26 | 12.1469 |
| 2026-09-02 | 12.1143 |
| 2026-09-09 | 12.1419 |
| 2026-09-16 | 12.1042 |
| 2026-09-23 | 12.0397 |
High
12.1501
Low
11.4004
Average
11.8503
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=HNL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=HNL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=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¤cies=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.