Skip to content

FJD to KHR exchange rate API

Fiji Dollar to Riel · quoted 2026-09-25

1811.18

▲ +2.03% over 1Y

1 FJD = 1811.18 KHR · 1 KHR = 0.000552 FJD · Get this rate via the API

1 FJD buys 1811.18 KHR as of 2026-09-25, so 1 KHR buys 0.000552 FJD. Over the last year, FJD/KHR traded between 1740.23 and 1833.21, averaged 1795.54 and rose 2.03%. The API holds daily FJD/KHR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/KHR over 1Y

FJD/KHR over 1Y: show the values
PointFJD/KHR
2025-09-251775.09
2025-10-021769.78
2025-10-091766.45
2025-10-161759.32
2025-10-231756.12
2025-10-301764.38
2025-11-061754.11
2025-11-131751.99
2025-11-201740.23
2025-11-271747.50
2025-12-041758.07
2025-12-121759.29
2025-12-191754.31
2025-12-261764.58
2026-01-021759.88
2026-01-091766.30
2026-01-161765.99
2026-01-231785.74
2026-01-301821.50
2026-02-061815.46
2026-02-131825.09
2026-02-201822.53
2026-02-271820.47
2026-03-061805.64
2026-03-131824.02
2026-03-201805.68
2026-03-271784.90
2026-04-031772.52
2026-04-101805.34
2026-04-171810.80
2026-04-241810.68
2026-05-011826.34
2026-05-081833.21
2026-05-161819.77
2026-05-241811.41
2026-05-311818.12
2026-06-091811.48
2026-06-161807.53
2026-06-231796.62
2026-06-301787.24
2026-07-071786.33
2026-07-141808.25
2026-07-211810.87
2026-07-281808.43
2026-08-041820.41
2026-08-111825.18
2026-08-181821.36
2026-08-261831.99
2026-09-021827.34
2026-09-091831.09
2026-09-161825.12
2026-09-231820.49

High

1833.21

Low

1740.23

Average

1795.54

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FJD/KHR API questions

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

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

How far back does FJD/KHR historical data go?

Daily FJD/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 FJD/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.