Skip to content

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

TND/UAH over YTD: show the values
PointTND/UAH
2025-12-3114.6662
2026-01-0714.7267
2026-01-1414.9206
2026-01-2115.0252
2026-01-2815.2160
2026-02-0415.1100
2026-02-1115.1752
2026-02-1815.1828
2026-02-2515.1028
2026-03-0415.0232
2026-03-1115.0574
2026-03-1814.9789
2026-03-2515.1154
2026-04-0114.9936
2026-04-0814.9548
2026-04-1514.9855
2026-04-2215.4104
2026-04-2915.2790
2026-05-0615.1772
2026-05-1415.2036
2026-05-2115.2185
2026-05-2915.2756
2026-06-0515.2438
2026-06-1415.3686
2026-06-2115.2439
2026-06-2815.1529
2026-07-0515.1414
2026-07-1215.0700
2026-07-1915.1353
2026-07-2615.1089
2026-08-0215.2417
2026-08-0915.3213
2026-08-1615.3470
2026-08-2415.4716
2026-08-3115.5043
2026-09-0715.3066
2026-09-1415.3688
2026-09-2115.1855

High

15.5043

Low

14.6662

Average

15.1592

For developers

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