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: show the values
| Point | GEL/BWP |
|---|---|
| 2025-09-25 | 5.0956 |
| 2025-10-02 | 5.1859 |
| 2025-10-09 | 5.1912 |
| 2025-10-16 | 5.0585 |
| 2025-10-23 | 5.1120 |
| 2025-10-30 | 5.2005 |
| 2025-11-06 | 5.1028 |
| 2025-11-13 | 5.0785 |
| 2025-11-20 | 5.1314 |
| 2025-11-27 | 5.1589 |
| 2025-12-04 | 5.0818 |
| 2025-12-12 | 5.1673 |
| 2025-12-19 | 5.1404 |
| 2025-12-26 | 4.8807 |
| 2026-01-02 | 5.0844 |
| 2026-01-09 | 5.0751 |
| 2026-01-16 | 5.0778 |
| 2026-01-23 | 5.1011 |
| 2026-01-30 | 4.8673 |
| 2026-02-06 | 4.9193 |
| 2026-02-13 | 4.8949 |
| 2026-02-20 | 4.9363 |
| 2026-02-27 | 4.9223 |
| 2026-03-06 | 4.9617 |
| 2026-03-13 | 4.9680 |
| 2026-03-20 | 5.0098 |
| 2026-03-27 | 5.0887 |
| 2026-04-03 | 5.0943 |
| 2026-04-10 | 5.0017 |
| 2026-04-17 | 4.9783 |
| 2026-04-24 | 5.0345 |
| 2026-05-01 | 5.0625 |
| 2026-05-08 | 5.0126 |
| 2026-05-16 | 5.2977 |
| 2026-05-24 | 5.0756 |
| 2026-05-31 | 5.0458 |
| 2026-06-09 | 5.0750 |
| 2026-06-16 | 5.0345 |
| 2026-06-23 | 5.1299 |
| 2026-06-30 | 5.1461 |
| 2026-07-07 | 5.1216 |
| 2026-07-14 | 5.1503 |
| 2026-07-21 | 5.4654 |
| 2026-07-28 | 5.2481 |
| 2026-08-04 | 5.1897 |
| 2026-08-11 | 5.1594 |
| 2026-08-18 | 5.1642 |
| 2026-08-26 | 5.1235 |
| 2026-09-02 | 5.1631 |
| 2026-09-09 | 5.1365 |
| 2026-09-16 | 5.2074 |
| 2026-09-23 | 5.1914 |
High
5.4654
Low
4.8673
Average
5.0951
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=BWP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=BWP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=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¤cies=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.