Skip to content

TND to KRW exchange rate API

Tunisian Dinar to Won · quoted 2026-09-25

466.0264

▼ +2.32% over 30D

1 TND = 466.0264 KRW · 1 KRW = 0.002146 TND · Get this rate via the API

1 TND buys 466.0264 KRW as of 2026-09-25, so 1 KRW buys 0.002146 TND. Over the last 30 days, TND/KRW traded between 460.5304 and 477.0783, averaged 467.6320 and fell 2.32%. The API holds daily TND/KRW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/KRW over 30D

TND/KRW over 30D: show the values
PointTND/KRW
2026-08-26477.0783
2026-08-27475.5568
2026-08-28473.3586
2026-08-29471.1545
2026-08-30474.0306
2026-08-31474.6933
2026-09-01472.1240
2026-09-02466.7606
2026-09-03466.0990
2026-09-04464.6604
2026-09-05462.8384
2026-09-06464.4867
2026-09-07462.1034
2026-09-08462.4657
2026-09-09460.9310
2026-09-10463.2485
2026-09-11461.8750
2026-09-12462.8213
2026-09-13471.5516
2026-09-14464.6848
2026-09-15463.6338
2026-09-16469.1132
2026-09-17471.6377
2026-09-18476.5999
2026-09-19471.5307
2026-09-20473.1539
2026-09-21465.9370
2026-09-22460.5304
2026-09-23462.7698
2026-09-24463.1355

High

477.0783

Low

460.5304

Average

467.6320

For developers

Get this rate via the API

One GET request returns the TND/KRW 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=KRW"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=KRW");
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=KRW").json()

Replace YOUR_API_KEY with the key from your dashboard.

TND/KRW API questions

How do I get the TND/KRW exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=KRW, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TND/KRW rate in rates.KRW.

How far back does TND/KRW historical data go?

Daily TND/KRW 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/KRW 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.