Skip to content

TWD to KHR exchange rate API

New Taiwan Dollar to Riel · quoted 2026-09-25

127.9244

▲ +2.12% over 6M

1 TWD = 127.9244 KHR · 1 KHR = 0.007817 TWD · Get this rate via the API

1 TWD buys 127.9244 KHR as of 2026-09-25, so 1 KHR buys 0.007817 TWD. Over the last 6 months, TWD/KHR traded between 124.2760 and 128.1513, averaged 126.5879 and rose 2.12%. The API holds daily TWD/KHR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TWD/KHR over 6M

TWD/KHR over 6M: show the values
PointTWD/KHR
2026-03-29125.2703
2026-04-05124.9289
2026-04-12125.9308
2026-04-19127.2845
2026-04-26127.0507
2026-05-03126.8595
2026-05-10127.7788
2026-05-18127.1573
2026-05-26127.5624
2026-06-02127.8626
2026-06-11127.1335
2026-06-18127.0460
2026-06-25126.0195
2026-07-02125.7292
2026-07-09125.0707
2026-07-16125.0150
2026-07-23124.9591
2026-07-30124.2760
2026-08-06125.6023
2026-08-13125.8918
2026-08-21126.4554
2026-08-28127.9472
2026-09-04127.6587
2026-09-11128.1513
2026-09-18127.3830
2026-09-25127.9244

High

128.1513

Low

124.2760

Average

126.5879

For developers

Get this rate via the API

One GET request returns the TWD/KHR 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=KHR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&currencies=KHR");
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=KHR").json()

Replace YOUR_API_KEY with the key from your dashboard.

TWD/KHR API questions

How do I get the TWD/KHR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&currencies=KHR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TWD/KHR rate in rates.KHR.

How far back does TWD/KHR historical data go?

Daily TWD/KHR 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/KHR 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.