Skip to content

PAB to KHR exchange rate API

Balboa to Riel · quoted 2026-09-25

4065.74

▲ +1.35% over YTD

1 PAB = 4065.74 KHR · 1 KHR = 0.000246 PAB · Get this rate via the API

1 PAB buys 4065.74 KHR as of 2026-09-25, so 1 KHR buys 0.000246 PAB. Over the year to date, PAB/KHR traded between 3991.54 and 4065.74, averaged 4025.93 and rose 1.35%. The API holds daily PAB/KHR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PAB/KHR over YTD

PAB/KHR over YTD: show the values
PointPAB/KHR
2025-12-314011.49
2026-01-074018.69
2026-01-144028.00
2026-01-214026.73
2026-01-284013.24
2026-02-044029.06
2026-02-114031.04
2026-02-184016.73
2026-02-254012.33
2026-03-044016.48
2026-03-114013.56
2026-03-184006.23
2026-03-254009.22
2026-04-014003.06
2026-04-083991.54
2026-04-154012.00
2026-04-224003.59
2026-04-294010.96
2026-05-064011.12
2026-05-144010.21
2026-05-214017.26
2026-05-294015.92
2026-06-054031.20
2026-06-144027.79
2026-06-214021.39
2026-06-284021.56
2026-07-054018.67
2026-07-124034.36
2026-07-194039.18
2026-07-264042.03
2026-08-024045.23
2026-08-094053.45
2026-08-164045.17
2026-08-244042.75
2026-08-314064.15
2026-09-074047.18
2026-09-144051.79
2026-09-214051.17

High

4065.74

Low

3991.54

Average

4025.93

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PAB/KHR API questions

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

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

How far back does PAB/KHR historical data go?

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