Skip to content

LKR to GIP exchange rate API

Sri Lanka Rupee to Gibraltar Pound · quoted 2026-09-25

0.002287

▼ +8.59% over 1Y

1 LKR = 0.002287 GIP · 1 GIP = 437.2540 LKR · Get this rate via the API

1 LKR buys 0.002287 GIP as of 2026-09-25, so 1 GIP buys 437.2540 LKR. Over the last year, LKR/GIP traded between 0.002206 and 0.002508, averaged 0.002344 and fell 8.59%. The API holds daily LKR/GIP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LKR/GIP over 1Y

LKR/GIP over 1Y: show the values
PointLKR/GIP
2025-09-250.002502
2025-10-020.002497
2025-10-090.002458
2025-10-160.002450
2025-10-230.002465
2025-10-300.002484
2025-11-060.002508
2025-11-130.002495
2025-11-200.002482
2025-11-270.002445
2025-12-040.002426
2025-12-120.002412
2025-12-190.002411
2025-12-260.002388
2026-01-020.002391
2026-01-090.002402
2026-01-160.002408
2026-01-230.002386
2026-01-300.002345
2026-02-060.002379
2026-02-130.002367
2026-02-200.002399
2026-02-270.002391
2026-03-060.002398
2026-03-130.002400
2026-03-200.002387
2026-03-270.002378
2026-04-030.002395
2026-04-100.002353
2026-04-170.002327
2026-04-240.002324
2026-05-010.002315
2026-05-080.002281
2026-05-160.002283
2026-05-240.002243
2026-05-310.002249
2026-06-090.002219
2026-06-160.002232
2026-06-230.002251
2026-06-300.002243
2026-07-070.002225
2026-07-140.002222
2026-07-210.002208
2026-07-280.002231
2026-08-040.002213
2026-08-110.002206
2026-08-180.002218
2026-08-260.002226
2026-09-020.002251
2026-09-090.002241
2026-09-160.002237
2026-09-230.002276

High

0.002508

Low

0.002206

Average

0.002344

For developers

Get this rate via the API

One GET request returns the LKR/GIP 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=LKR&currencies=GIP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR&currencies=GIP");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR&currencies=GIP").json()

Replace YOUR_API_KEY with the key from your dashboard.

LKR/GIP API questions

How do I get the LKR/GIP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR&currencies=GIP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest LKR/GIP rate in rates.GIP.

How far back does LKR/GIP historical data go?

Daily LKR/GIP 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 LKR/GIP 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.