Skip to content

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

GIP/LAK over 1Y: show the values
PointGIP/LAK
2025-09-2629049.71
2025-10-0329081.91
2025-10-1028935.95
2025-10-1729075.94
2025-10-2428842.51
2025-10-3128518.50
2025-11-0728493.91
2025-11-1428533.00
2025-11-2128418.97
2025-11-2828712.47
2025-12-0528929.34
2025-12-1329005.99
2025-12-2029021.30
2025-12-2729164.04
2026-01-0329116.41
2026-01-1028913.23
2026-01-1728828.70
2026-01-2429351.47
2026-01-3129457.16
2026-02-0729121.80
2026-02-1429269.71
2026-02-2128973.71
2026-02-2828867.48
2026-03-0728862.51
2026-03-1428357.87
2026-03-2128717.53
2026-03-2829236.52
2026-04-0428965.99
2026-04-1129518.41
2026-04-1829598.80
2026-04-2529522.09
2026-05-0229848.65
2026-05-0929878.03
2026-05-1729112.52
2026-05-2529470.34
2026-06-0129578.71
2026-06-1029417.25
2026-06-1729585.31
2026-06-2429270.42
2026-07-0129686.68
2026-07-0830209.64
2026-07-1530147.85
2026-07-2230247.47
2026-07-2929963.08
2026-08-0530422.92
2026-08-1230404.04
2026-08-2030504.89
2026-08-2730442.03
2026-09-0330152.56
2026-09-1030356.84
2026-09-1729986.35
2026-09-2429681.97

High

30504.89

Low

28357.87

Average

29366.52

For developers

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