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: show the values
| Point | TND/KRW |
|---|---|
| 2026-08-26 | 477.0783 |
| 2026-08-27 | 475.5568 |
| 2026-08-28 | 473.3586 |
| 2026-08-29 | 471.1545 |
| 2026-08-30 | 474.0306 |
| 2026-08-31 | 474.6933 |
| 2026-09-01 | 472.1240 |
| 2026-09-02 | 466.7606 |
| 2026-09-03 | 466.0990 |
| 2026-09-04 | 464.6604 |
| 2026-09-05 | 462.8384 |
| 2026-09-06 | 464.4867 |
| 2026-09-07 | 462.1034 |
| 2026-09-08 | 462.4657 |
| 2026-09-09 | 460.9310 |
| 2026-09-10 | 463.2485 |
| 2026-09-11 | 461.8750 |
| 2026-09-12 | 462.8213 |
| 2026-09-13 | 471.5516 |
| 2026-09-14 | 464.6848 |
| 2026-09-15 | 463.6338 |
| 2026-09-16 | 469.1132 |
| 2026-09-17 | 471.6377 |
| 2026-09-18 | 476.5999 |
| 2026-09-19 | 471.5307 |
| 2026-09-20 | 473.1539 |
| 2026-09-21 | 465.9370 |
| 2026-09-22 | 460.5304 |
| 2026-09-23 | 462.7698 |
| 2026-09-24 | 463.1355 |
High
477.0783
Low
460.5304
Average
467.6320
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=KRW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=KRW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=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¤cies=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.