PAB to KHR exchange rate API
Balboa to Riel · quoted 2026-09-25
4065.74
▲ +1.48% over 1Y
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 last year, PAB/KHR traded between 3994.96 and 4065.74, averaged 4022.52 and rose 1.48%. 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 1Y: show the values
| Point | PAB/KHR |
|---|---|
| 2025-09-25 | 4006.44 |
| 2025-10-02 | 4009.65 |
| 2025-10-09 | 4015.23 |
| 2025-10-16 | 4020.89 |
| 2025-10-23 | 4029.24 |
| 2025-10-30 | 4023.52 |
| 2025-11-06 | 4023.79 |
| 2025-11-13 | 4011.58 |
| 2025-11-20 | 4008.11 |
| 2025-11-27 | 4002.98 |
| 2025-12-04 | 4007.17 |
| 2025-12-12 | 3999.83 |
| 2025-12-19 | 4004.04 |
| 2025-12-26 | 4008.98 |
| 2026-01-02 | 4010.84 |
| 2026-01-09 | 4021.38 |
| 2026-01-16 | 4023.97 |
| 2026-01-23 | 4021.27 |
| 2026-01-30 | 4021.13 |
| 2026-02-06 | 4036.99 |
| 2026-02-13 | 4021.73 |
| 2026-02-20 | 4020.66 |
| 2026-02-27 | 4010.37 |
| 2026-03-06 | 4012.16 |
| 2026-03-13 | 4022.74 |
| 2026-03-20 | 3998.25 |
| 2026-03-27 | 4004.56 |
| 2026-04-03 | 3994.96 |
| 2026-04-10 | 4017.62 |
| 2026-04-17 | 4009.68 |
| 2026-04-24 | 4009.69 |
| 2026-05-01 | 4011.69 |
| 2026-05-08 | 4011.05 |
| 2026-05-16 | 4010.96 |
| 2026-05-24 | 4018.90 |
| 2026-05-31 | 4026.94 |
| 2026-06-09 | 4018.32 |
| 2026-06-16 | 4012.41 |
| 2026-06-23 | 4018.87 |
| 2026-06-30 | 4021.47 |
| 2026-07-07 | 4007.04 |
| 2026-07-14 | 4049.51 |
| 2026-07-21 | 4043.00 |
| 2026-07-28 | 4044.91 |
| 2026-08-04 | 4049.19 |
| 2026-08-11 | 4057.46 |
| 2026-08-18 | 4043.39 |
| 2026-08-26 | 4043.64 |
| 2026-09-02 | 4051.73 |
| 2026-09-09 | 4044.94 |
| 2026-09-16 | 4051.26 |
| 2026-09-23 | 4061.56 |
High
4065.74
Low
3994.96
Average
4022.52
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=KHR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=KHR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=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¤cies=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.