Skip to content

PLN to GEL exchange rate API

Zloty to Lari · quoted 2026-09-25

0.67622

▼ +4.64% over 30D

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 30 days, PLN/GEL traded between 0.67537 and 0.70916, averaged 0.69305 and fell 4.64%. 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 30D

PLN/GEL over 30D: show the values
PointPLN/GEL
2026-08-260.70916
2026-08-270.70077
2026-08-280.69936
2026-08-290.69417
2026-08-300.69420
2026-08-310.69694
2026-09-010.69751
2026-09-020.69837
2026-09-030.69966
2026-09-040.70321
2026-09-050.70208
2026-09-060.70149
2026-09-070.70122
2026-09-080.70009
2026-09-090.70247
2026-09-100.69933
2026-09-110.69716
2026-09-120.69793
2026-09-130.69821
2026-09-140.69120
2026-09-150.69092
2026-09-160.68964
2026-09-170.68482
2026-09-180.68093
2026-09-190.68455
2026-09-200.68397
2026-09-210.68595
2026-09-220.68535
2026-09-230.67868
2026-09-240.67682
2026-09-250.67537

High

0.70916

Low

0.67537

Average

0.69305

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.