Skip to content

JPY to HNL exchange rate API

Yen to Lempira · quoted 2026-09-26

0.17109

▼ +2.44% over 1Y

1 JPY = 0.17109 HNL · 1 HNL = 5.8447 JPY · Get this rate via the API

1 JPY buys 0.17109 HNL as of 2026-09-26, so 1 HNL buys 5.8447 JPY. Over the last year, JPY/HNL traded between 0.16392 and 0.17794, averaged 0.16889 and fell 2.44%. The API holds daily JPY/HNL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JPY/HNL over 1Y

JPY/HNL over 1Y: show the values
PointJPY/HNL
2025-09-260.17538
2025-10-030.17794
2025-10-100.17222
2025-10-170.17438
2025-10-240.17166
2025-10-310.17049
2025-11-070.17196
2025-11-140.17099
2025-11-210.16791
2025-11-280.16853
2025-12-050.16950
2025-12-130.16861
2025-12-200.16719
2025-12-270.16836
2026-01-030.16822
2026-01-100.16729
2026-01-170.16713
2026-01-240.16956
2026-01-310.17094
2026-02-070.16833
2026-02-140.17356
2026-02-210.17099
2026-02-280.16996
2026-03-070.16817
2026-03-140.16618
2026-03-210.16649
2026-03-280.16538
2026-04-040.16638
2026-04-110.16706
2026-04-180.16780
2026-04-250.16647
2026-05-020.16948
2026-05-090.16992
2026-05-170.16792
2026-05-250.16728
2026-06-010.16687
2026-06-100.16661
2026-06-170.16686
2026-06-240.16520
2026-07-010.16439
2026-07-080.16491
2026-07-150.16464
2026-07-220.16432
2026-07-290.16392
2026-08-050.16995
2026-08-120.16856
2026-08-200.16839
2026-08-270.16835
2026-09-030.17186
2026-09-100.17404
2026-09-170.17264
2026-09-240.16920

High

0.17794

Low

0.16392

Average

0.16889

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

JPY/HNL API questions

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

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

How far back does JPY/HNL historical data go?

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