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: show the values
| Point | FJD/KHR |
|---|---|
| 2025-09-25 | 1775.09 |
| 2025-10-02 | 1769.78 |
| 2025-10-09 | 1766.45 |
| 2025-10-16 | 1759.32 |
| 2025-10-23 | 1756.12 |
| 2025-10-30 | 1764.38 |
| 2025-11-06 | 1754.11 |
| 2025-11-13 | 1751.99 |
| 2025-11-20 | 1740.23 |
| 2025-11-27 | 1747.50 |
| 2025-12-04 | 1758.07 |
| 2025-12-12 | 1759.29 |
| 2025-12-19 | 1754.31 |
| 2025-12-26 | 1764.58 |
| 2026-01-02 | 1759.88 |
| 2026-01-09 | 1766.30 |
| 2026-01-16 | 1765.99 |
| 2026-01-23 | 1785.74 |
| 2026-01-30 | 1821.50 |
| 2026-02-06 | 1815.46 |
| 2026-02-13 | 1825.09 |
| 2026-02-20 | 1822.53 |
| 2026-02-27 | 1820.47 |
| 2026-03-06 | 1805.64 |
| 2026-03-13 | 1824.02 |
| 2026-03-20 | 1805.68 |
| 2026-03-27 | 1784.90 |
| 2026-04-03 | 1772.52 |
| 2026-04-10 | 1805.34 |
| 2026-04-17 | 1810.80 |
| 2026-04-24 | 1810.68 |
| 2026-05-01 | 1826.34 |
| 2026-05-08 | 1833.21 |
| 2026-05-16 | 1819.77 |
| 2026-05-24 | 1811.41 |
| 2026-05-31 | 1818.12 |
| 2026-06-09 | 1811.48 |
| 2026-06-16 | 1807.53 |
| 2026-06-23 | 1796.62 |
| 2026-06-30 | 1787.24 |
| 2026-07-07 | 1786.33 |
| 2026-07-14 | 1808.25 |
| 2026-07-21 | 1810.87 |
| 2026-07-28 | 1808.43 |
| 2026-08-04 | 1820.41 |
| 2026-08-11 | 1825.18 |
| 2026-08-18 | 1821.36 |
| 2026-08-26 | 1831.99 |
| 2026-09-02 | 1827.34 |
| 2026-09-09 | 1831.09 |
| 2026-09-16 | 1825.12 |
| 2026-09-23 | 1820.49 |
High
1833.21
Low
1740.23
Average
1795.54
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=KHR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=KHR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=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¤cies=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.