GIP to KHR exchange rate API
Gibraltar Pound to Riel · quoted 2026-09-26
5377.06
▲ +0.35% over 1Y
1 GIP = 5377.06 KHR · 1 KHR = 0.000186 GIP · Get this rate via the API
1 GIP buys 5377.06 KHR as of 2026-09-26, so 1 KHR buys 0.000186 GIP. Over the last year, GIP/KHR traded between 5240.81 and 5507.07, averaged 5388.95 and rose 0.35%. The API holds daily GIP/KHR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GIP/KHR over 1Y: show the values
| Point | GIP/KHR |
|---|---|
| 2025-09-26 | 5358.51 |
| 2025-10-03 | 5389.42 |
| 2025-10-10 | 5353.45 |
| 2025-10-17 | 5393.61 |
| 2025-10-24 | 5361.92 |
| 2025-10-31 | 5283.08 |
| 2025-11-07 | 5270.89 |
| 2025-11-14 | 5275.55 |
| 2025-11-21 | 5240.81 |
| 2025-11-28 | 5298.45 |
| 2025-12-05 | 5340.16 |
| 2025-12-13 | 5351.47 |
| 2025-12-20 | 5366.17 |
| 2025-12-27 | 5408.26 |
| 2026-01-03 | 5398.33 |
| 2026-01-10 | 5387.00 |
| 2026-01-17 | 5371.77 |
| 2026-01-24 | 5499.18 |
| 2026-01-31 | 5507.07 |
| 2026-02-07 | 5488.01 |
| 2026-02-14 | 5487.81 |
| 2026-02-21 | 5419.01 |
| 2026-02-28 | 5411.58 |
| 2026-03-07 | 5380.74 |
| 2026-03-14 | 5306.70 |
| 2026-03-21 | 5350.11 |
| 2026-03-28 | 5356.02 |
| 2026-04-04 | 5282.26 |
| 2026-04-11 | 5396.92 |
| 2026-04-18 | 5428.37 |
| 2026-04-25 | 5397.90 |
| 2026-05-02 | 5448.95 |
| 2026-05-09 | 5457.11 |
| 2026-05-17 | 5337.06 |
| 2026-05-25 | 5389.96 |
| 2026-06-01 | 5403.00 |
| 2026-06-10 | 5386.96 |
| 2026-06-17 | 5389.58 |
| 2026-06-24 | 5291.34 |
| 2026-07-01 | 5325.32 |
| 2026-07-08 | 5381.48 |
| 2026-07-15 | 5420.45 |
| 2026-07-22 | 5409.99 |
| 2026-07-29 | 5371.74 |
| 2026-08-05 | 5440.46 |
| 2026-08-12 | 5465.22 |
| 2026-08-20 | 5479.90 |
| 2026-08-27 | 5496.72 |
| 2026-09-03 | 5460.15 |
| 2026-09-10 | 5494.70 |
| 2026-09-17 | 5442.69 |
| 2026-09-24 | 5384.07 |
High
5507.07
Low
5240.81
Average
5388.95
Get this rate via the API
One GET request returns the GIP/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=GIP¤cies=KHR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=KHR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=KHR").json()Replace YOUR_API_KEY with the key from your dashboard.
GIP/KHR API questions
How do I get the GIP/KHR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=KHR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GIP/KHR rate in rates.KHR.
How far back does GIP/KHR historical data go?
Daily GIP/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 GIP/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.