GIP to LAK exchange rate API
Gibraltar Pound to Kip · quoted 2026-09-26
29595.04
▲ +1.88% over 1Y
1 GIP = 29595.04 LAK · 1 LAK = 0.000034 GIP · Get this rate via the API
1 GIP buys 29595.04 LAK as of 2026-09-26, so 1 LAK buys 0.000034 GIP. Over the last year, GIP/LAK traded between 28357.87 and 30504.89, averaged 29366.52 and rose 1.88%. The API holds daily GIP/LAK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GIP/LAK over 1Y: show the values
| Point | GIP/LAK |
|---|---|
| 2025-09-26 | 29049.71 |
| 2025-10-03 | 29081.91 |
| 2025-10-10 | 28935.95 |
| 2025-10-17 | 29075.94 |
| 2025-10-24 | 28842.51 |
| 2025-10-31 | 28518.50 |
| 2025-11-07 | 28493.91 |
| 2025-11-14 | 28533.00 |
| 2025-11-21 | 28418.97 |
| 2025-11-28 | 28712.47 |
| 2025-12-05 | 28929.34 |
| 2025-12-13 | 29005.99 |
| 2025-12-20 | 29021.30 |
| 2025-12-27 | 29164.04 |
| 2026-01-03 | 29116.41 |
| 2026-01-10 | 28913.23 |
| 2026-01-17 | 28828.70 |
| 2026-01-24 | 29351.47 |
| 2026-01-31 | 29457.16 |
| 2026-02-07 | 29121.80 |
| 2026-02-14 | 29269.71 |
| 2026-02-21 | 28973.71 |
| 2026-02-28 | 28867.48 |
| 2026-03-07 | 28862.51 |
| 2026-03-14 | 28357.87 |
| 2026-03-21 | 28717.53 |
| 2026-03-28 | 29236.52 |
| 2026-04-04 | 28965.99 |
| 2026-04-11 | 29518.41 |
| 2026-04-18 | 29598.80 |
| 2026-04-25 | 29522.09 |
| 2026-05-02 | 29848.65 |
| 2026-05-09 | 29878.03 |
| 2026-05-17 | 29112.52 |
| 2026-05-25 | 29470.34 |
| 2026-06-01 | 29578.71 |
| 2026-06-10 | 29417.25 |
| 2026-06-17 | 29585.31 |
| 2026-06-24 | 29270.42 |
| 2026-07-01 | 29686.68 |
| 2026-07-08 | 30209.64 |
| 2026-07-15 | 30147.85 |
| 2026-07-22 | 30247.47 |
| 2026-07-29 | 29963.08 |
| 2026-08-05 | 30422.92 |
| 2026-08-12 | 30404.04 |
| 2026-08-20 | 30504.89 |
| 2026-08-27 | 30442.03 |
| 2026-09-03 | 30152.56 |
| 2026-09-10 | 30356.84 |
| 2026-09-17 | 29986.35 |
| 2026-09-24 | 29681.97 |
High
30504.89
Low
28357.87
Average
29366.52
Get this rate via the API
One GET request returns the GIP/LAK 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=LAK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=LAK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=LAK").json()Replace YOUR_API_KEY with the key from your dashboard.
GIP/LAK API questions
How do I get the GIP/LAK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=LAK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GIP/LAK rate in rates.LAK.
How far back does GIP/LAK historical data go?
Daily GIP/LAK 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/LAK 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.