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: show the values
| Point | TND/KRW |
|---|---|
| 2025-09-25 | 483.0225 |
| 2025-10-02 | 483.0550 |
| 2025-10-09 | 484.6756 |
| 2025-10-16 | 485.1223 |
| 2025-10-23 | 490.3138 |
| 2025-10-30 | 489.9724 |
| 2025-11-06 | 488.7768 |
| 2025-11-13 | 496.6694 |
| 2025-11-20 | 496.5919 |
| 2025-11-27 | 496.6152 |
| 2025-12-04 | 502.9191 |
| 2025-12-12 | 506.0429 |
| 2025-12-19 | 507.6415 |
| 2025-12-26 | 502.6642 |
| 2026-01-02 | 501.0765 |
| 2026-01-09 | 503.2513 |
| 2026-01-16 | 508.6609 |
| 2026-01-23 | 510.6840 |
| 2026-01-30 | 507.7017 |
| 2026-02-06 | 512.2338 |
| 2026-02-13 | 507.6993 |
| 2026-02-20 | 504.5613 |
| 2026-02-27 | 503.2383 |
| 2026-03-06 | 511.3487 |
| 2026-03-13 | 508.7795 |
| 2026-03-20 | 514.8683 |
| 2026-03-27 | 516.3638 |
| 2026-04-03 | 518.2035 |
| 2026-04-10 | 514.3553 |
| 2026-04-17 | 512.5586 |
| 2026-04-24 | 512.4172 |
| 2026-05-01 | 514.3945 |
| 2026-05-08 | 504.0196 |
| 2026-05-16 | 515.3339 |
| 2026-05-24 | 522.9176 |
| 2026-05-31 | 520.9132 |
| 2026-06-09 | 521.8052 |
| 2026-06-16 | 517.2766 |
| 2026-06-23 | 522.3749 |
| 2026-06-30 | 525.9148 |
| 2026-07-07 | 513.7350 |
| 2026-07-14 | 506.4712 |
| 2026-07-21 | 501.6416 |
| 2026-07-28 | 492.2983 |
| 2026-08-04 | 487.7034 |
| 2026-08-11 | 482.6568 |
| 2026-08-18 | 483.3926 |
| 2026-08-26 | 477.0783 |
| 2026-09-02 | 466.7606 |
| 2026-09-09 | 460.9310 |
| 2026-09-16 | 469.1132 |
| 2026-09-23 | 462.7698 |
High
525.9148
Low
460.9310
Average
500.3323
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.