Skip to content

GBP to GEL exchange rate API

Pound Sterling to Lari · quoted 2026-09-24

3.4482

▼ +5.49% over 1Y

1 GBP = 3.4482 GEL · 1 GEL = 0.29000 GBP · Get this rate via the API

1 GBP buys 3.4482 GEL as of 2026-09-24, so 1 GEL buys 0.29000 GBP. Over the last year, GBP/GEL traded between 3.4482 and 3.7155, averaged 3.5813 and fell 5.49%. The API holds daily GBP/GEL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GBP/GEL over 1Y

GBP/GEL over 1Y: show the values
PointGBP/GEL
2025-09-243.6486
2025-10-013.6631
2025-10-083.6368
2025-10-153.6144
2025-10-223.6108
2025-10-293.5835
2025-11-053.5290
2025-11-123.5483
2025-11-193.5440
2025-11-263.5611
2025-12-033.5903
2025-12-113.6097
2025-12-183.6071
2025-12-253.6408
2026-01-013.6246
2026-01-083.6210
2026-01-153.6100
2026-01-223.6115
2026-01-293.7155
2026-02-053.6480
2026-02-123.6667
2026-02-193.6001
2026-02-263.6205
2026-03-053.6396
2026-03-123.6521
2026-03-193.6120
2026-03-263.5991
2026-04-023.5472
2026-04-093.6041
2026-04-163.6433
2026-04-233.6335
2026-04-303.6334
2026-05-073.6504
2026-05-153.5801
2026-05-233.5767
2026-05-303.5765
2026-06-063.5453
2026-06-153.5612
2026-06-223.5092
2026-06-293.4905
2026-07-063.5051
2026-07-133.5188
2026-07-203.5227
2026-07-273.4899
2026-08-033.5237
2026-08-103.5266
2026-08-173.5341
2026-08-253.5490
2026-09-013.5271
2026-09-083.5256
2026-09-153.5038
2026-09-223.4739

High

3.7155

Low

3.4482

Average

3.5813

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

GBP/GEL API questions

How do I get the GBP/GEL exchange rate from an API?

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

How far back does GBP/GEL historical data go?

Daily GBP/GEL 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 GBP/GEL 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.