Skip to content

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

TND/KHR over 1Y: show the values
PointTND/KHR
2025-09-251378.42
2025-10-021382.10
2025-10-091371.28
2025-10-161375.73
2025-10-231371.53
2025-10-301373.82
2025-11-061360.34
2025-11-131361.43
2025-11-201354.61
2025-11-271359.52
2025-12-041369.51
2025-12-121370.29
2025-12-191374.57
2025-12-261388.01
2026-01-021390.95
2026-01-091386.29
2026-01-161389.64
2026-01-231399.33
2026-01-301415.15
2026-02-061409.19
2026-02-131411.61
2026-02-201399.41
2026-02-271399.59
2026-03-061381.39
2026-03-131372.05
2026-03-201371.65
2026-03-271368.06
2026-04-031362.31
2026-04-101391.42
2026-04-171389.54
2026-04-241391.16
2026-05-011392.25
2026-05-081382.77
2026-05-161379.86
2026-05-241379.13
2026-05-311386.53
2026-06-091374.50
2026-06-161375.57
2026-06-231366.64
2026-06-301363.70
2026-07-071359.28
2026-07-141371.43
2026-07-211371.84
2026-07-281364.42
2026-08-041383.78
2026-08-111386.78
2026-08-181386.13
2026-08-261394.40
2026-09-021387.97
2026-09-091395.33
2026-09-161389.46
2026-09-231376.62

High

1415.15

Low

1354.61

Average

1380.43

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=KHR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&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=TND&currencies=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&currencies=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.