TND to HNL exchange rate API
Tunisian Dinar to Lempira · quoted 2026-09-25
9.0954
▲ +0.84% over 1Y
1 TND = 9.0954 HNL · 1 HNL = 0.10995 TND · Get this rate via the API
1 TND buys 9.0954 HNL as of 2026-09-25, so 1 HNL buys 0.10995 TND. Over the last year, TND/HNL traded between 8.8742 and 9.2894, averaged 9.1106 and rose 0.84%. The API holds daily TND/HNL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TND/HNL over 1Y: show the values
| Point | TND/HNL |
|---|---|
| 2025-09-25 | 9.0193 |
| 2025-10-02 | 9.0573 |
| 2025-10-09 | 8.9630 |
| 2025-10-16 | 8.9782 |
| 2025-10-23 | 8.9251 |
| 2025-10-30 | 8.9778 |
| 2025-11-06 | 8.8963 |
| 2025-11-13 | 8.9310 |
| 2025-11-20 | 8.8742 |
| 2025-11-27 | 8.9221 |
| 2025-12-04 | 8.9904 |
| 2025-12-12 | 9.0055 |
| 2025-12-19 | 9.0417 |
| 2025-12-26 | 9.1261 |
| 2026-01-02 | 9.1468 |
| 2026-01-09 | 9.0939 |
| 2026-01-16 | 9.1190 |
| 2026-01-23 | 9.1875 |
| 2026-01-30 | 9.2894 |
| 2026-02-06 | 9.2324 |
| 2026-02-13 | 9.2814 |
| 2026-02-20 | 9.2161 |
| 2026-02-27 | 9.2544 |
| 2026-03-06 | 9.1116 |
| 2026-03-13 | 9.0410 |
| 2026-03-20 | 9.0889 |
| 2026-03-27 | 9.0667 |
| 2026-04-03 | 9.0573 |
| 2026-04-10 | 9.2346 |
| 2026-04-17 | 9.2069 |
| 2026-04-24 | 9.2350 |
| 2026-05-01 | 9.2365 |
| 2026-05-08 | 9.1647 |
| 2026-05-16 | 9.1554 |
| 2026-05-24 | 9.1509 |
| 2026-05-31 | 9.1854 |
| 2026-06-09 | 9.1352 |
| 2026-06-16 | 9.1622 |
| 2026-06-23 | 9.0891 |
| 2026-06-30 | 9.0699 |
| 2026-07-07 | 9.0732 |
| 2026-07-14 | 9.0816 |
| 2026-07-21 | 9.0934 |
| 2026-07-28 | 9.0498 |
| 2026-08-04 | 9.1659 |
| 2026-08-11 | 9.1682 |
| 2026-08-18 | 9.1931 |
| 2026-08-26 | 9.2455 |
| 2026-09-02 | 9.2015 |
| 2026-09-09 | 9.2524 |
| 2026-09-16 | 9.2149 |
| 2026-09-23 | 9.1042 |
High
9.2894
Low
8.8742
Average
9.1106
Get this rate via the API
One GET request returns the TND/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=TND¤cies=HNL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=HNL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=HNL").json()Replace YOUR_API_KEY with the key from your dashboard.
TND/HNL API questions
How do I get the TND/HNL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=HNL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TND/HNL rate in rates.HNL.
How far back does TND/HNL historical data go?
Daily TND/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 TND/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.