TND to KHR exchange rate API
Tunisian Dinar to Riel · quoted 2026-09-25
1374.64
▼ +0.27% over 1Y
1 TND = 1374.64 KHR · 1 KHR = 0.000727 TND · Get this rate via the API
1 TND buys 1374.64 KHR as of 2026-09-25, so 1 KHR buys 0.000727 TND. Over the last year, TND/KHR traded between 1354.61 and 1415.15, averaged 1380.43 and fell 0.27%. The API holds daily TND/KHR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TND/KHR over 1Y: show the values
| Point | TND/KHR |
|---|---|
| 2025-09-25 | 1378.42 |
| 2025-10-02 | 1382.10 |
| 2025-10-09 | 1371.28 |
| 2025-10-16 | 1375.73 |
| 2025-10-23 | 1371.53 |
| 2025-10-30 | 1373.82 |
| 2025-11-06 | 1360.34 |
| 2025-11-13 | 1361.43 |
| 2025-11-20 | 1354.61 |
| 2025-11-27 | 1359.52 |
| 2025-12-04 | 1369.51 |
| 2025-12-12 | 1370.29 |
| 2025-12-19 | 1374.57 |
| 2025-12-26 | 1388.01 |
| 2026-01-02 | 1390.95 |
| 2026-01-09 | 1386.29 |
| 2026-01-16 | 1389.64 |
| 2026-01-23 | 1399.33 |
| 2026-01-30 | 1415.15 |
| 2026-02-06 | 1409.19 |
| 2026-02-13 | 1411.61 |
| 2026-02-20 | 1399.41 |
| 2026-02-27 | 1399.59 |
| 2026-03-06 | 1381.39 |
| 2026-03-13 | 1372.05 |
| 2026-03-20 | 1371.65 |
| 2026-03-27 | 1368.06 |
| 2026-04-03 | 1362.31 |
| 2026-04-10 | 1391.42 |
| 2026-04-17 | 1389.54 |
| 2026-04-24 | 1391.16 |
| 2026-05-01 | 1392.25 |
| 2026-05-08 | 1382.77 |
| 2026-05-16 | 1379.86 |
| 2026-05-24 | 1379.13 |
| 2026-05-31 | 1386.53 |
| 2026-06-09 | 1374.50 |
| 2026-06-16 | 1375.57 |
| 2026-06-23 | 1366.64 |
| 2026-06-30 | 1363.70 |
| 2026-07-07 | 1359.28 |
| 2026-07-14 | 1371.43 |
| 2026-07-21 | 1371.84 |
| 2026-07-28 | 1364.42 |
| 2026-08-04 | 1383.78 |
| 2026-08-11 | 1386.78 |
| 2026-08-18 | 1386.13 |
| 2026-08-26 | 1394.40 |
| 2026-09-02 | 1387.97 |
| 2026-09-09 | 1395.33 |
| 2026-09-16 | 1389.46 |
| 2026-09-23 | 1376.62 |
High
1415.15
Low
1354.61
Average
1380.43
Get this rate via the API
One GET request returns the TND/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=TND¤cies=KHR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=KHR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=KHR").json()Replace YOUR_API_KEY with the key from your dashboard.
TND/KHR API questions
How do I get the TND/KHR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=KHR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TND/KHR rate in rates.KHR.
How far back does TND/KHR historical data go?
Daily TND/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 TND/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.