TND to UAH exchange rate API
Tunisian Dinar to Hryvnia · quoted 2026-09-25
15.2007
▲ +3.64% over YTD
1 TND = 15.2007 UAH · 1 UAH = 0.06579 TND · Get this rate via the API
1 TND buys 15.2007 UAH as of 2026-09-25, so 1 UAH buys 0.06579 TND. Over the year to date, TND/UAH traded between 14.6662 and 15.5043, averaged 15.1592 and rose 3.64%. The API holds daily TND/UAH rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TND/UAH over YTD: show the values
| Point | TND/UAH |
|---|---|
| 2025-12-31 | 14.6662 |
| 2026-01-07 | 14.7267 |
| 2026-01-14 | 14.9206 |
| 2026-01-21 | 15.0252 |
| 2026-01-28 | 15.2160 |
| 2026-02-04 | 15.1100 |
| 2026-02-11 | 15.1752 |
| 2026-02-18 | 15.1828 |
| 2026-02-25 | 15.1028 |
| 2026-03-04 | 15.0232 |
| 2026-03-11 | 15.0574 |
| 2026-03-18 | 14.9789 |
| 2026-03-25 | 15.1154 |
| 2026-04-01 | 14.9936 |
| 2026-04-08 | 14.9548 |
| 2026-04-15 | 14.9855 |
| 2026-04-22 | 15.4104 |
| 2026-04-29 | 15.2790 |
| 2026-05-06 | 15.1772 |
| 2026-05-14 | 15.2036 |
| 2026-05-21 | 15.2185 |
| 2026-05-29 | 15.2756 |
| 2026-06-05 | 15.2438 |
| 2026-06-14 | 15.3686 |
| 2026-06-21 | 15.2439 |
| 2026-06-28 | 15.1529 |
| 2026-07-05 | 15.1414 |
| 2026-07-12 | 15.0700 |
| 2026-07-19 | 15.1353 |
| 2026-07-26 | 15.1089 |
| 2026-08-02 | 15.2417 |
| 2026-08-09 | 15.3213 |
| 2026-08-16 | 15.3470 |
| 2026-08-24 | 15.4716 |
| 2026-08-31 | 15.5043 |
| 2026-09-07 | 15.3066 |
| 2026-09-14 | 15.3688 |
| 2026-09-21 | 15.1855 |
High
15.5043
Low
14.6662
Average
15.1592
Get this rate via the API
One GET request returns the TND/UAH 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=UAH"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=UAH");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=UAH").json()Replace YOUR_API_KEY with the key from your dashboard.
TND/UAH API questions
How do I get the TND/UAH exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=UAH, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TND/UAH rate in rates.UAH.
How far back does TND/UAH historical data go?
Daily TND/UAH 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/UAH 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.