Skip to content

TND to KRW exchange rate API

Tunisian Dinar to Won · quoted 2026-09-25

466.0264

▼ +6.81% over YTD

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 year to date, TND/KRW traded between 462.1034 and 529.6069, averaged 502.6419 and fell 6.81%. 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 YTD

TND/KRW over YTD: show the values
PointTND/KRW
2025-12-31500.0767
2026-01-07501.1541
2026-01-14509.2019
2026-01-21508.4897
2026-01-28505.3762
2026-02-04509.8843
2026-02-11514.5222
2026-02-18507.5382
2026-02-25498.1435
2026-03-04505.0506
2026-03-11506.4894
2026-03-18512.6406
2026-03-25515.2103
2026-04-01514.3048
2026-04-08507.1180
2026-04-15508.4415
2026-04-22515.6305
2026-04-29512.6584
2026-05-06501.1609
2026-05-14516.1932
2026-05-21519.1241
2026-05-29519.7598
2026-06-05529.6069
2026-06-14521.8364
2026-06-21520.5974
2026-06-28520.1441
2026-07-05519.7526
2026-07-12509.3135
2026-07-19505.8140
2026-07-26493.4779
2026-08-02492.9057
2026-08-09483.5068
2026-08-16485.5867
2026-08-24478.8797
2026-08-31474.6933
2026-09-07462.1034
2026-09-14464.6848
2026-09-21465.9370

High

529.6069

Low

462.1034

Average

502.6419

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.