TOP to HNL exchange rate API
Pa’anga to Lempira · quoted 2026-09-25
11.2959
▲ +0.71% over 1Y
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 last year, TOP/HNL traded between 10.9538 and 11.4952, averaged 11.2424 and rose 0.71%. 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 1Y: show the values
| Point | TOP/HNL |
|---|---|
| 2025-09-25 | 11.2160 |
| 2025-10-02 | 11.1162 |
| 2025-10-09 | 11.0936 |
| 2025-10-16 | 11.1244 |
| 2025-10-23 | 11.1151 |
| 2025-10-30 | 11.0733 |
| 2025-11-06 | 11.1570 |
| 2025-11-13 | 11.1700 |
| 2025-11-20 | 10.9660 |
| 2025-11-27 | 10.9538 |
| 2025-12-04 | 11.0102 |
| 2025-12-12 | 10.9683 |
| 2025-12-19 | 11.0192 |
| 2025-12-26 | 11.1721 |
| 2026-01-02 | 11.0305 |
| 2026-01-09 | 11.0182 |
| 2026-01-16 | 11.2030 |
| 2026-01-23 | 11.1620 |
| 2026-01-30 | 11.2638 |
| 2026-02-06 | 11.2476 |
| 2026-02-13 | 11.3179 |
| 2026-02-20 | 11.2995 |
| 2026-02-27 | 11.3371 |
| 2026-03-06 | 11.2664 |
| 2026-03-13 | 11.3077 |
| 2026-03-20 | 11.2879 |
| 2026-03-27 | 11.3750 |
| 2026-04-03 | 11.2489 |
| 2026-04-10 | 11.3477 |
| 2026-04-18 | 11.0561 |
| 2026-04-25 | 11.0183 |
| 2026-05-02 | 11.0561 |
| 2026-05-09 | 11.0561 |
| 2026-05-17 | 11.3168 |
| 2026-05-25 | 11.3900 |
| 2026-06-01 | 11.4309 |
| 2026-06-10 | 11.3750 |
| 2026-06-17 | 11.4952 |
| 2026-06-24 | 11.3108 |
| 2026-07-01 | 11.2860 |
| 2026-07-08 | 11.4299 |
| 2026-07-15 | 11.3222 |
| 2026-07-22 | 11.3322 |
| 2026-07-29 | 11.4004 |
| 2026-08-05 | 11.3728 |
| 2026-08-12 | 11.3832 |
| 2026-08-20 | 11.4097 |
| 2026-08-27 | 11.4904 |
| 2026-09-03 | 11.4723 |
| 2026-09-10 | 11.4694 |
| 2026-09-17 | 11.4249 |
| 2026-09-24 | 11.3853 |
High
11.4952
Low
10.9538
Average
11.2424
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.