Skip to content

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

GIP/KHR over 1Y: show the values
PointGIP/KHR
2025-09-265358.51
2025-10-035389.42
2025-10-105353.45
2025-10-175393.61
2025-10-245361.92
2025-10-315283.08
2025-11-075270.89
2025-11-145275.55
2025-11-215240.81
2025-11-285298.45
2025-12-055340.16
2025-12-135351.47
2025-12-205366.17
2025-12-275408.26
2026-01-035398.33
2026-01-105387.00
2026-01-175371.77
2026-01-245499.18
2026-01-315507.07
2026-02-075488.01
2026-02-145487.81
2026-02-215419.01
2026-02-285411.58
2026-03-075380.74
2026-03-145306.70
2026-03-215350.11
2026-03-285356.02
2026-04-045282.26
2026-04-115396.92
2026-04-185428.37
2026-04-255397.90
2026-05-025448.95
2026-05-095457.11
2026-05-175337.06
2026-05-255389.96
2026-06-015403.00
2026-06-105386.96
2026-06-175389.58
2026-06-245291.34
2026-07-015325.32
2026-07-085381.48
2026-07-155420.45
2026-07-225409.99
2026-07-295371.74
2026-08-055440.46
2026-08-125465.22
2026-08-205479.90
2026-08-275496.72
2026-09-035460.15
2026-09-105494.70
2026-09-175442.69
2026-09-245384.07

High

5507.07

Low

5240.81

Average

5388.95

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP&currencies=KHR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP&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=GIP&currencies=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&currencies=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.