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: show the values
| Point | GEL/PGK |
|---|---|
| 2025-09-25 | 1.5298 |
| 2025-10-02 | 1.5351 |
| 2025-10-09 | 1.5347 |
| 2025-10-16 | 1.5485 |
| 2025-10-23 | 1.5297 |
| 2025-10-30 | 1.5458 |
| 2025-11-06 | 1.5620 |
| 2025-11-13 | 1.5614 |
| 2025-11-20 | 1.5650 |
| 2025-11-27 | 1.5772 |
| 2025-12-04 | 1.5861 |
| 2025-12-12 | 1.5752 |
| 2025-12-19 | 1.5823 |
| 2025-12-26 | 1.6030 |
| 2026-01-02 | 1.5930 |
| 2026-01-09 | 1.5832 |
| 2026-01-16 | 1.5854 |
| 2026-01-23 | 1.5865 |
| 2026-01-30 | 1.5925 |
| 2026-02-06 | 1.5964 |
| 2026-02-13 | 1.5988 |
| 2026-02-20 | 1.6057 |
| 2026-02-27 | 1.6095 |
| 2026-03-06 | 1.5793 |
| 2026-03-13 | 1.5898 |
| 2026-03-20 | 1.5788 |
| 2026-03-27 | 1.5959 |
| 2026-04-03 | 1.6078 |
| 2026-04-10 | 1.6064 |
| 2026-04-17 | 1.6093 |
| 2026-04-24 | 1.6099 |
| 2026-05-01 | 1.6214 |
| 2026-05-08 | 1.6229 |
| 2026-05-16 | 1.6359 |
| 2026-05-24 | 1.6310 |
| 2026-05-31 | 1.6367 |
| 2026-06-09 | 1.6517 |
| 2026-06-16 | 1.6477 |
| 2026-06-23 | 1.6534 |
| 2026-06-30 | 1.6689 |
| 2026-07-07 | 1.6675 |
| 2026-07-14 | 1.6755 |
| 2026-07-21 | 1.6837 |
| 2026-07-28 | 1.6858 |
| 2026-08-04 | 1.6821 |
| 2026-08-11 | 1.6968 |
| 2026-08-18 | 1.6972 |
| 2026-08-26 | 1.6972 |
| 2026-09-02 | 1.6948 |
| 2026-09-09 | 1.7044 |
| 2026-09-16 | 1.7188 |
| 2026-09-23 | 1.7130 |
High
1.7188
Low
1.5297
Average
1.6182
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=PGK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=PGK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=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¤cies=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.