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: show the values
| Point | TND/KRW |
|---|---|
| 2025-12-31 | 500.0767 |
| 2026-01-07 | 501.1541 |
| 2026-01-14 | 509.2019 |
| 2026-01-21 | 508.4897 |
| 2026-01-28 | 505.3762 |
| 2026-02-04 | 509.8843 |
| 2026-02-11 | 514.5222 |
| 2026-02-18 | 507.5382 |
| 2026-02-25 | 498.1435 |
| 2026-03-04 | 505.0506 |
| 2026-03-11 | 506.4894 |
| 2026-03-18 | 512.6406 |
| 2026-03-25 | 515.2103 |
| 2026-04-01 | 514.3048 |
| 2026-04-08 | 507.1180 |
| 2026-04-15 | 508.4415 |
| 2026-04-22 | 515.6305 |
| 2026-04-29 | 512.6584 |
| 2026-05-06 | 501.1609 |
| 2026-05-14 | 516.1932 |
| 2026-05-21 | 519.1241 |
| 2026-05-29 | 519.7598 |
| 2026-06-05 | 529.6069 |
| 2026-06-14 | 521.8364 |
| 2026-06-21 | 520.5974 |
| 2026-06-28 | 520.1441 |
| 2026-07-05 | 519.7526 |
| 2026-07-12 | 509.3135 |
| 2026-07-19 | 505.8140 |
| 2026-07-26 | 493.4779 |
| 2026-08-02 | 492.9057 |
| 2026-08-09 | 483.5068 |
| 2026-08-16 | 485.5867 |
| 2026-08-24 | 478.8797 |
| 2026-08-31 | 474.6933 |
| 2026-09-07 | 462.1034 |
| 2026-09-14 | 464.6848 |
| 2026-09-21 | 465.9370 |
High
529.6069
Low
462.1034
Average
502.6419
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.