Skip to content

TOP to HNL exchange rate API

Pa’anga to Lempira · quoted 2026-09-25

11.2959

▲ +1.83% over YTD

1 TOP = 11.2959 HNL · 1 HNL = 0.08853 TOP · Get this rate via the API

1 TOP buys 11.2959 HNL as of 2026-09-25, so 1 HNL buys 0.08853 TOP. Over the year to date, TOP/HNL traded between 11.0780 and 11.6099, averaged 11.3335 and rose 1.83%. The API holds daily TOP/HNL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TOP/HNL over YTD

TOP/HNL over YTD: show the values
PointTOP/HNL
2025-12-3111.0927
2026-01-0711.0780
2026-01-1411.1297
2026-01-2111.1504
2026-01-2811.2592
2026-02-0411.3075
2026-02-1111.3652
2026-02-1811.3015
2026-02-2511.3254
2026-03-0411.2784
2026-03-1111.2771
2026-03-1811.3146
2026-03-2511.2923
2026-04-0111.2615
2026-04-0811.2615
2026-04-1611.4189
2026-04-2311.3542
2026-04-3011.4718
2026-05-0711.4474
2026-05-1511.6099
2026-05-2311.2782
2026-05-3011.1617
2026-06-0611.2163
2026-06-1511.3576
2026-06-2211.3626
2026-06-2911.3041
2026-07-0611.3143
2026-07-1311.3412
2026-07-2011.3804
2026-07-2711.3822
2026-08-0311.3755
2026-08-1011.4241
2026-08-1711.4195
2026-08-2511.4965
2026-09-0111.4860
2026-09-0811.4847
2026-09-1511.4020
2026-09-2211.5285

High

11.6099

Low

11.0780

Average

11.3335

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TOP/HNL API questions

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

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

How far back does TOP/HNL historical data go?

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