Skip to content

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

TWD/KGS over 1Y: show the values
PointTWD/KGS
2025-09-242.9294
2025-10-012.9239
2025-10-082.9085
2025-10-152.8532
2025-10-222.8457
2025-10-292.8605
2025-11-052.8255
2025-11-122.8164
2025-11-192.8051
2025-11-262.7900
2025-12-032.7948
2025-12-112.8000
2025-12-182.7709
2025-12-252.7817
2026-01-012.7915
2026-01-082.7703
2026-01-152.7702
2026-01-222.7648
2026-01-292.7896
2026-02-052.7636
2026-02-122.7863
2026-02-192.7697
2026-02-262.7998
2026-03-052.7555
2026-03-122.7457
2026-03-192.7387
2026-03-262.7367
2026-04-022.7349
2026-04-092.7497
2026-04-162.7715
2026-04-232.7720
2026-04-302.7637
2026-05-072.7870
2026-05-152.7718
2026-05-232.7801
2026-05-302.7814
2026-06-062.7676
2026-06-152.7740
2026-06-222.7628
2026-06-292.7431
2026-07-062.7274
2026-07-132.7257
2026-07-202.7024
2026-07-272.7028
2026-08-032.6990
2026-08-102.7141
2026-08-172.7564
2026-08-252.7465
2026-09-012.7637
2026-09-082.7796
2026-09-152.7521
2026-09-222.7609

High

2.9294

Low

2.6990

Average

2.7779

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&currencies=KGS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&currencies=KGS");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&currencies=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&currencies=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.