Skip to content

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

TND/HNL over 1Y: show the values
PointTND/HNL
2025-09-259.0193
2025-10-029.0573
2025-10-098.9630
2025-10-168.9782
2025-10-238.9251
2025-10-308.9778
2025-11-068.8963
2025-11-138.9310
2025-11-208.8742
2025-11-278.9221
2025-12-048.9904
2025-12-129.0055
2025-12-199.0417
2025-12-269.1261
2026-01-029.1468
2026-01-099.0939
2026-01-169.1190
2026-01-239.1875
2026-01-309.2894
2026-02-069.2324
2026-02-139.2814
2026-02-209.2161
2026-02-279.2544
2026-03-069.1116
2026-03-139.0410
2026-03-209.0889
2026-03-279.0667
2026-04-039.0573
2026-04-109.2346
2026-04-179.2069
2026-04-249.2350
2026-05-019.2365
2026-05-089.1647
2026-05-169.1554
2026-05-249.1509
2026-05-319.1854
2026-06-099.1352
2026-06-169.1622
2026-06-239.0891
2026-06-309.0699
2026-07-079.0732
2026-07-149.0816
2026-07-219.0934
2026-07-289.0498
2026-08-049.1659
2026-08-119.1682
2026-08-189.1931
2026-08-269.2455
2026-09-029.2015
2026-09-099.2524
2026-09-169.2149
2026-09-239.1042

High

9.2894

Low

8.8742

Average

9.1106

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=HNL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&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=TND&currencies=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&currencies=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.