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: show the values
| Point | TWD/KHR |
|---|---|
| 2025-09-25 | 133.6279 |
| 2025-10-02 | 134.1113 |
| 2025-10-09 | 133.8084 |
| 2025-10-16 | 131.3215 |
| 2025-10-23 | 130.7200 |
| 2025-10-30 | 130.9433 |
| 2025-11-06 | 130.2152 |
| 2025-11-13 | 129.0171 |
| 2025-11-20 | 128.2599 |
| 2025-11-27 | 127.7907 |
| 2025-12-04 | 127.9683 |
| 2025-12-12 | 128.1042 |
| 2025-12-19 | 126.9986 |
| 2025-12-26 | 127.5048 |
| 2026-01-02 | 127.6753 |
| 2026-01-09 | 127.1915 |
| 2026-01-16 | 127.3619 |
| 2026-01-23 | 127.2718 |
| 2026-01-30 | 127.8435 |
| 2026-02-06 | 127.4758 |
| 2026-02-13 | 127.8739 |
| 2026-02-20 | 127.4960 |
| 2026-02-27 | 127.9414 |
| 2026-03-06 | 126.3905 |
| 2026-03-13 | 125.8426 |
| 2026-03-20 | 125.0857 |
| 2026-03-27 | 125.2085 |
| 2026-04-03 | 124.9538 |
| 2026-04-10 | 126.3440 |
| 2026-04-17 | 127.0746 |
| 2026-04-24 | 127.3051 |
| 2026-05-01 | 127.1911 |
| 2026-05-08 | 128.1501 |
| 2026-05-16 | 127.0177 |
| 2026-05-24 | 127.7053 |
| 2026-05-31 | 128.0866 |
| 2026-06-09 | 127.3027 |
| 2026-06-16 | 127.1749 |
| 2026-06-23 | 126.9934 |
| 2026-06-30 | 126.2821 |
| 2026-07-07 | 124.8664 |
| 2026-07-14 | 125.8273 |
| 2026-07-21 | 125.1237 |
| 2026-07-28 | 124.8044 |
| 2026-08-04 | 125.0063 |
| 2026-08-11 | 125.8854 |
| 2026-08-18 | 126.9453 |
| 2026-08-26 | 126.9710 |
| 2026-09-02 | 127.5348 |
| 2026-09-09 | 128.5555 |
| 2026-09-16 | 127.4994 |
| 2026-09-23 | 128.1151 |
High
134.1113
Low
124.8044
Average
127.6923
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=KHR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=KHR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=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¤cies=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.