Skip to content

GEL to PGK exchange rate API

Lari to Kina · quoted 2026-09-25

1.7135

▲ +12.01% over 1Y

1 GEL = 1.7135 PGK · 1 PGK = 0.58359 GEL · Get this rate via the API

1 GEL buys 1.7135 PGK as of 2026-09-25, so 1 PGK buys 0.58359 GEL. Over the last year, GEL/PGK traded between 1.5297 and 1.7188, averaged 1.6182 and rose 12.01%. The API holds daily GEL/PGK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GEL/PGK over 1Y

GEL/PGK over 1Y: show the values
PointGEL/PGK
2025-09-251.5298
2025-10-021.5351
2025-10-091.5347
2025-10-161.5485
2025-10-231.5297
2025-10-301.5458
2025-11-061.5620
2025-11-131.5614
2025-11-201.5650
2025-11-271.5772
2025-12-041.5861
2025-12-121.5752
2025-12-191.5823
2025-12-261.6030
2026-01-021.5930
2026-01-091.5832
2026-01-161.5854
2026-01-231.5865
2026-01-301.5925
2026-02-061.5964
2026-02-131.5988
2026-02-201.6057
2026-02-271.6095
2026-03-061.5793
2026-03-131.5898
2026-03-201.5788
2026-03-271.5959
2026-04-031.6078
2026-04-101.6064
2026-04-171.6093
2026-04-241.6099
2026-05-011.6214
2026-05-081.6229
2026-05-161.6359
2026-05-241.6310
2026-05-311.6367
2026-06-091.6517
2026-06-161.6477
2026-06-231.6534
2026-06-301.6689
2026-07-071.6675
2026-07-141.6755
2026-07-211.6837
2026-07-281.6858
2026-08-041.6821
2026-08-111.6968
2026-08-181.6972
2026-08-261.6972
2026-09-021.6948
2026-09-091.7044
2026-09-161.7188
2026-09-231.7130

High

1.7188

Low

1.5297

Average

1.6182

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GEL/PGK API questions

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

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

How far back does GEL/PGK historical data go?

Daily GEL/PGK 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/PGK 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.