Skip to content

PLN to GEL exchange rate API

Zloty to Lari · quoted 2026-09-25

0.67622

▼ +9.31% over 1Y

1 PLN = 0.67622 GEL · 1 GEL = 1.4788 PLN · Get this rate via the API

1 PLN buys 0.67622 GEL as of 2026-09-25, so 1 GEL buys 1.4788 PLN. Over the last year, PLN/GEL traded between 0.67622 and 0.76163, averaged 0.72824 and fell 9.31%. The API holds daily PLN/GEL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PLN/GEL over 1Y

PLN/GEL over 1Y: show the values
PointPLN/GEL
2025-09-250.74564
2025-10-020.75217
2025-10-090.73951
2025-10-160.74191
2025-10-230.74268
2025-10-300.73799
2025-11-060.73369
2025-11-130.74321
2025-11-200.73566
2025-11-270.73825
2025-12-040.74406
2025-12-120.74895
2025-12-190.74906
2025-12-260.75253
2026-01-020.74898
2026-01-090.74438
2026-01-160.74059
2026-01-230.75162
2026-01-300.76163
2026-02-060.75131
2026-02-130.75491
2026-02-200.74569
2026-02-270.74683
2026-03-060.73413
2026-03-130.73196
2026-03-200.73487
2026-03-270.72462
2026-04-030.72298
2026-04-100.74229
2026-04-170.75112
2026-04-240.74161
2026-05-010.74124
2026-05-080.74476
2026-05-160.73137
2026-05-240.73104
2026-05-310.73363
2026-06-090.72497
2026-06-160.72424
2026-06-230.70391
2026-06-300.69963
2026-07-070.70126
2026-07-140.69080
2026-07-210.69124
2026-07-280.68855
2026-08-040.69990
2026-08-110.70226
2026-08-180.69866
2026-08-260.70916
2026-09-020.69837
2026-09-090.70247
2026-09-160.68964
2026-09-230.67868

High

0.76163

Low

0.67622

Average

0.72824

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PLN/GEL API questions

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

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

How far back does PLN/GEL historical data go?

Daily PLN/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 PLN/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.