Skip to content

PGK to KHR exchange rate API

Kina to Riel · quoted 2026-09-25

905.1770

▼ +14.89% over 5Y

1 PGK = 905.1770 KHR · 1 KHR = 0.001105 PGK · Get this rate via the API

1 PGK buys 905.1770 KHR as of 2026-09-25, so 1 KHR buys 0.001105 PGK. Over the last 5 years, PGK/KHR traded between 905.1770 and 1063.56, averaged 973.8641 and fell 14.89%. The API holds daily PGK/KHR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/KHR over 5Y

PGK/KHR over 5Y: show the values
PointPGK/KHR
2024-08-241063.5628
2024-10-071058.1316
2024-11-061051.4049
2024-12-061045.4829
2025-01-051016.5897
2025-02-041020.6044
2025-03-061000.4614
2025-04-061002.8686
2025-05-061003.6341
2025-06-07981.6248
2025-07-071001.0865
2025-08-061003.5524
2025-09-05984.5912
2025-10-06964.0139
2025-11-05955.3348
2025-12-05942.7520
2026-01-05941.6828
2026-02-04942.6675
2026-03-06933.0977
2026-04-05927.0993
2026-05-05924.8143
2026-06-06918.3617
2026-07-08917.4446
2026-08-07908.7227
2026-09-07905.7025

High

1063.56

Low

905.1770

Average

973.8641

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PGK/KHR API questions

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

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

How far back does PGK/KHR historical data go?

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