Skip to content

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

GEL/PLN over 1Y: show the values
PointGEL/PLN
2025-09-251.3411
2025-10-021.3295
2025-10-091.3522
2025-10-161.3479
2025-10-231.3465
2025-10-301.3550
2025-11-061.3630
2025-11-131.3455
2025-11-201.3593
2025-11-271.3546
2025-12-041.3440
2025-12-121.3352
2025-12-191.3350
2025-12-261.3288
2026-01-021.3352
2026-01-091.3434
2026-01-161.3503
2026-01-231.3305
2026-01-301.3130
2026-02-061.3310
2026-02-131.3247
2026-02-201.3410
2026-02-271.3390
2026-03-061.3622
2026-03-131.3662
2026-03-201.3608
2026-03-271.3800
2026-04-031.3832
2026-04-101.3472
2026-04-171.3313
2026-04-241.3484
2026-05-011.3491
2026-05-081.3427
2026-05-161.3673
2026-05-241.3679
2026-05-311.3631
2026-06-091.3794
2026-06-161.3808
2026-06-231.4206
2026-06-301.4293
2026-07-071.4260
2026-07-141.4476
2026-07-211.4467
2026-07-281.4523
2026-08-041.4288
2026-08-111.4240
2026-08-181.4313
2026-08-261.4101
2026-09-021.4319
2026-09-091.4235
2026-09-161.4500
2026-09-231.4734

High

1.4801

Low

1.3130

Average

1.3745

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=PLN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=PLN");
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=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&currencies=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.