Skip to content

TWD to KHR exchange rate API

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

127.9244

▼ +4.27% over 1Y

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 year, TWD/KHR traded between 124.8044 and 134.1113, averaged 127.6923 and fell 4.27%. 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 1Y

TWD/KHR over 1Y: show the values
PointTWD/KHR
2025-09-25133.6279
2025-10-02134.1113
2025-10-09133.8084
2025-10-16131.3215
2025-10-23130.7200
2025-10-30130.9433
2025-11-06130.2152
2025-11-13129.0171
2025-11-20128.2599
2025-11-27127.7907
2025-12-04127.9683
2025-12-12128.1042
2025-12-19126.9986
2025-12-26127.5048
2026-01-02127.6753
2026-01-09127.1915
2026-01-16127.3619
2026-01-23127.2718
2026-01-30127.8435
2026-02-06127.4758
2026-02-13127.8739
2026-02-20127.4960
2026-02-27127.9414
2026-03-06126.3905
2026-03-13125.8426
2026-03-20125.0857
2026-03-27125.2085
2026-04-03124.9538
2026-04-10126.3440
2026-04-17127.0746
2026-04-24127.3051
2026-05-01127.1911
2026-05-08128.1501
2026-05-16127.0177
2026-05-24127.7053
2026-05-31128.0866
2026-06-09127.3027
2026-06-16127.1749
2026-06-23126.9934
2026-06-30126.2821
2026-07-07124.8664
2026-07-14125.8273
2026-07-21125.1237
2026-07-28124.8044
2026-08-04125.0063
2026-08-11125.8854
2026-08-18126.9453
2026-08-26126.9710
2026-09-02127.5348
2026-09-09128.5555
2026-09-16127.4994
2026-09-23128.1151

High

134.1113

Low

124.8044

Average

127.6923

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.