Skip to content

TND to KRW exchange rate API

Tunisian Dinar to Won · quoted 2026-09-25

466.0264

▼ +3.52% over 1Y

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 year, TND/KRW traded between 460.9310 and 525.9148, averaged 500.3323 and fell 3.52%. 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 1Y

TND/KRW over 1Y: show the values
PointTND/KRW
2025-09-25483.0225
2025-10-02483.0550
2025-10-09484.6756
2025-10-16485.1223
2025-10-23490.3138
2025-10-30489.9724
2025-11-06488.7768
2025-11-13496.6694
2025-11-20496.5919
2025-11-27496.6152
2025-12-04502.9191
2025-12-12506.0429
2025-12-19507.6415
2025-12-26502.6642
2026-01-02501.0765
2026-01-09503.2513
2026-01-16508.6609
2026-01-23510.6840
2026-01-30507.7017
2026-02-06512.2338
2026-02-13507.6993
2026-02-20504.5613
2026-02-27503.2383
2026-03-06511.3487
2026-03-13508.7795
2026-03-20514.8683
2026-03-27516.3638
2026-04-03518.2035
2026-04-10514.3553
2026-04-17512.5586
2026-04-24512.4172
2026-05-01514.3945
2026-05-08504.0196
2026-05-16515.3339
2026-05-24522.9176
2026-05-31520.9132
2026-06-09521.8052
2026-06-16517.2766
2026-06-23522.3749
2026-06-30525.9148
2026-07-07513.7350
2026-07-14506.4712
2026-07-21501.6416
2026-07-28492.2983
2026-08-04487.7034
2026-08-11482.6568
2026-08-18483.3926
2026-08-26477.0783
2026-09-02466.7606
2026-09-09460.9310
2026-09-16469.1132
2026-09-23462.7698

High

525.9148

Low

460.9310

Average

500.3323

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.