Skip to content

PLN to GEL exchange rate API

Zloty to Lari · quoted 2026-09-25

0.67622

▼ +9.73% over YTD

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 year to date, PLN/GEL traded between 0.67622 and 0.76608, averaged 0.72473 and fell 9.73%. 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 YTD

PLN/GEL over YTD: show the values
PointPLN/GEL
2025-12-310.74910
2026-01-070.74695
2026-01-140.74419
2026-01-210.74716
2026-01-280.76608
2026-02-040.75256
2026-02-110.75792
2026-02-180.75208
2026-02-250.74586
2026-03-040.73986
2026-03-110.74155
2026-03-180.73049
2026-03-250.73487
2026-04-010.72843
2026-04-080.73969
2026-04-150.74575
2026-04-220.74316
2026-04-290.74199
2026-05-060.74747
2026-05-140.73877
2026-05-210.72857
2026-05-290.73329
2026-06-050.73139
2026-06-140.72449
2026-06-210.71293
2026-06-280.70075
2026-07-050.70225
2026-07-120.69247
2026-07-190.69208
2026-07-260.69117
2026-08-020.70265
2026-08-090.70283
2026-08-160.70072
2026-08-240.70327
2026-08-310.69694
2026-09-070.70122
2026-09-140.69120
2026-09-210.68595

High

0.76608

Low

0.67622

Average

0.72473

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.