TWD to KGS exchange rate API
New Taiwan Dollar to Som · quoted 2026-09-24
2.7481
▼ +6.19% over 1Y
1 TWD = 2.7481 KGS · 1 KGS = 0.36389 TWD · Get this rate via the API
1 TWD buys 2.7481 KGS as of 2026-09-24, so 1 KGS buys 0.36389 TWD. Over the last year, TWD/KGS traded between 2.6990 and 2.9294, averaged 2.7779 and fell 6.19%. The API holds daily TWD/KGS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TWD/KGS over 1Y: show the values
| Point | TWD/KGS |
|---|---|
| 2025-09-24 | 2.9294 |
| 2025-10-01 | 2.9239 |
| 2025-10-08 | 2.9085 |
| 2025-10-15 | 2.8532 |
| 2025-10-22 | 2.8457 |
| 2025-10-29 | 2.8605 |
| 2025-11-05 | 2.8255 |
| 2025-11-12 | 2.8164 |
| 2025-11-19 | 2.8051 |
| 2025-11-26 | 2.7900 |
| 2025-12-03 | 2.7948 |
| 2025-12-11 | 2.8000 |
| 2025-12-18 | 2.7709 |
| 2025-12-25 | 2.7817 |
| 2026-01-01 | 2.7915 |
| 2026-01-08 | 2.7703 |
| 2026-01-15 | 2.7702 |
| 2026-01-22 | 2.7648 |
| 2026-01-29 | 2.7896 |
| 2026-02-05 | 2.7636 |
| 2026-02-12 | 2.7863 |
| 2026-02-19 | 2.7697 |
| 2026-02-26 | 2.7998 |
| 2026-03-05 | 2.7555 |
| 2026-03-12 | 2.7457 |
| 2026-03-19 | 2.7387 |
| 2026-03-26 | 2.7367 |
| 2026-04-02 | 2.7349 |
| 2026-04-09 | 2.7497 |
| 2026-04-16 | 2.7715 |
| 2026-04-23 | 2.7720 |
| 2026-04-30 | 2.7637 |
| 2026-05-07 | 2.7870 |
| 2026-05-15 | 2.7718 |
| 2026-05-23 | 2.7801 |
| 2026-05-30 | 2.7814 |
| 2026-06-06 | 2.7676 |
| 2026-06-15 | 2.7740 |
| 2026-06-22 | 2.7628 |
| 2026-06-29 | 2.7431 |
| 2026-07-06 | 2.7274 |
| 2026-07-13 | 2.7257 |
| 2026-07-20 | 2.7024 |
| 2026-07-27 | 2.7028 |
| 2026-08-03 | 2.6990 |
| 2026-08-10 | 2.7141 |
| 2026-08-17 | 2.7564 |
| 2026-08-25 | 2.7465 |
| 2026-09-01 | 2.7637 |
| 2026-09-08 | 2.7796 |
| 2026-09-15 | 2.7521 |
| 2026-09-22 | 2.7609 |
High
2.9294
Low
2.6990
Average
2.7779
Get this rate via the API
One GET request returns the TWD/KGS 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=TWD¤cies=KGS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=KGS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=KGS").json()Replace YOUR_API_KEY with the key from your dashboard.
TWD/KGS API questions
How do I get the TWD/KGS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=KGS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TWD/KGS rate in rates.KGS.
How far back does TWD/KGS historical data go?
Daily TWD/KGS 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 TWD/KGS 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.