GEL to PLN exchange rate API
Lari to Zloty · quoted 2026-09-25
1.4801
▲ +10.36% over 1Y
1 GEL = 1.4801 PLN · 1 PLN = 0.67564 GEL · Get this rate via the API
1 GEL buys 1.4801 PLN as of 2026-09-25, so 1 PLN buys 0.67564 GEL. Over the last year, GEL/PLN traded between 1.3130 and 1.4801, averaged 1.3745 and rose 10.36%. The API holds daily GEL/PLN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GEL/PLN over 1Y: show the values
| Point | GEL/PLN |
|---|---|
| 2025-09-25 | 1.3411 |
| 2025-10-02 | 1.3295 |
| 2025-10-09 | 1.3522 |
| 2025-10-16 | 1.3479 |
| 2025-10-23 | 1.3465 |
| 2025-10-30 | 1.3550 |
| 2025-11-06 | 1.3630 |
| 2025-11-13 | 1.3455 |
| 2025-11-20 | 1.3593 |
| 2025-11-27 | 1.3546 |
| 2025-12-04 | 1.3440 |
| 2025-12-12 | 1.3352 |
| 2025-12-19 | 1.3350 |
| 2025-12-26 | 1.3288 |
| 2026-01-02 | 1.3352 |
| 2026-01-09 | 1.3434 |
| 2026-01-16 | 1.3503 |
| 2026-01-23 | 1.3305 |
| 2026-01-30 | 1.3130 |
| 2026-02-06 | 1.3310 |
| 2026-02-13 | 1.3247 |
| 2026-02-20 | 1.3410 |
| 2026-02-27 | 1.3390 |
| 2026-03-06 | 1.3622 |
| 2026-03-13 | 1.3662 |
| 2026-03-20 | 1.3608 |
| 2026-03-27 | 1.3800 |
| 2026-04-03 | 1.3832 |
| 2026-04-10 | 1.3472 |
| 2026-04-17 | 1.3313 |
| 2026-04-24 | 1.3484 |
| 2026-05-01 | 1.3491 |
| 2026-05-08 | 1.3427 |
| 2026-05-16 | 1.3673 |
| 2026-05-24 | 1.3679 |
| 2026-05-31 | 1.3631 |
| 2026-06-09 | 1.3794 |
| 2026-06-16 | 1.3808 |
| 2026-06-23 | 1.4206 |
| 2026-06-30 | 1.4293 |
| 2026-07-07 | 1.4260 |
| 2026-07-14 | 1.4476 |
| 2026-07-21 | 1.4467 |
| 2026-07-28 | 1.4523 |
| 2026-08-04 | 1.4288 |
| 2026-08-11 | 1.4240 |
| 2026-08-18 | 1.4313 |
| 2026-08-26 | 1.4101 |
| 2026-09-02 | 1.4319 |
| 2026-09-09 | 1.4235 |
| 2026-09-16 | 1.4500 |
| 2026-09-23 | 1.4734 |
High
1.4801
Low
1.3130
Average
1.3745
Get this rate via the API
One GET request returns the GEL/PLN 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=PLN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=PLN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=PLN").json()Replace YOUR_API_KEY with the key from your dashboard.
GEL/PLN API questions
How do I get the GEL/PLN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=PLN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GEL/PLN rate in rates.PLN.
How far back does GEL/PLN historical data go?
Daily GEL/PLN 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/PLN 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.