Skip to content

GEL to BWP exchange rate API

Lari to Pula · quoted 2026-09-25

5.2410

▲ +2.86% over 1Y

1 GEL = 5.2410 BWP · 1 BWP = 0.19080 GEL · Get this rate via the API

1 GEL buys 5.2410 BWP as of 2026-09-25, so 1 BWP buys 0.19080 GEL. Over the last year, GEL/BWP traded between 4.8673 and 5.4654, averaged 5.0951 and rose 2.86%. The API holds daily GEL/BWP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GEL/BWP over 1Y

GEL/BWP over 1Y: show the values
PointGEL/BWP
2025-09-255.0956
2025-10-025.1859
2025-10-095.1912
2025-10-165.0585
2025-10-235.1120
2025-10-305.2005
2025-11-065.1028
2025-11-135.0785
2025-11-205.1314
2025-11-275.1589
2025-12-045.0818
2025-12-125.1673
2025-12-195.1404
2025-12-264.8807
2026-01-025.0844
2026-01-095.0751
2026-01-165.0778
2026-01-235.1011
2026-01-304.8673
2026-02-064.9193
2026-02-134.8949
2026-02-204.9363
2026-02-274.9223
2026-03-064.9617
2026-03-134.9680
2026-03-205.0098
2026-03-275.0887
2026-04-035.0943
2026-04-105.0017
2026-04-174.9783
2026-04-245.0345
2026-05-015.0625
2026-05-085.0126
2026-05-165.2977
2026-05-245.0756
2026-05-315.0458
2026-06-095.0750
2026-06-165.0345
2026-06-235.1299
2026-06-305.1461
2026-07-075.1216
2026-07-145.1503
2026-07-215.4654
2026-07-285.2481
2026-08-045.1897
2026-08-115.1594
2026-08-185.1642
2026-08-265.1235
2026-09-025.1631
2026-09-095.1365
2026-09-165.2074
2026-09-235.1914

High

5.4654

Low

4.8673

Average

5.0951

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

GEL/BWP API questions

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

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

How far back does GEL/BWP historical data go?

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