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: show the values
| Point | TOP/HNL |
|---|---|
| 2025-12-31 | 11.0927 |
| 2026-01-07 | 11.0780 |
| 2026-01-14 | 11.1297 |
| 2026-01-21 | 11.1504 |
| 2026-01-28 | 11.2592 |
| 2026-02-04 | 11.3075 |
| 2026-02-11 | 11.3652 |
| 2026-02-18 | 11.3015 |
| 2026-02-25 | 11.3254 |
| 2026-03-04 | 11.2784 |
| 2026-03-11 | 11.2771 |
| 2026-03-18 | 11.3146 |
| 2026-03-25 | 11.2923 |
| 2026-04-01 | 11.2615 |
| 2026-04-08 | 11.2615 |
| 2026-04-16 | 11.4189 |
| 2026-04-23 | 11.3542 |
| 2026-04-30 | 11.4718 |
| 2026-05-07 | 11.4474 |
| 2026-05-15 | 11.6099 |
| 2026-05-23 | 11.2782 |
| 2026-05-30 | 11.1617 |
| 2026-06-06 | 11.2163 |
| 2026-06-15 | 11.3576 |
| 2026-06-22 | 11.3626 |
| 2026-06-29 | 11.3041 |
| 2026-07-06 | 11.3143 |
| 2026-07-13 | 11.3412 |
| 2026-07-20 | 11.3804 |
| 2026-07-27 | 11.3822 |
| 2026-08-03 | 11.3755 |
| 2026-08-10 | 11.4241 |
| 2026-08-17 | 11.4195 |
| 2026-08-25 | 11.4965 |
| 2026-09-01 | 11.4860 |
| 2026-09-08 | 11.4847 |
| 2026-09-15 | 11.4020 |
| 2026-09-22 | 11.5285 |
High
11.6099
Low
11.0780
Average
11.3335
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=HNL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=HNL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=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¤cies=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.