Skip to content

PGK to LTL exchange rate API

Kina to Lithuanian Litas · quoted 2026-09-25

0.68006

▼ +2.10% over 6M

1 PGK = 0.68006 LTL · 1 LTL = 1.4705 PGK · Get this rate via the API

1 PGK buys 0.68006 LTL as of 2026-09-25, so 1 LTL buys 1.4705 PGK. Over the last 6 months, PGK/LTL traded between 0.65857 and 0.69511, averaged 0.67797 and fell 2.10%. The API holds daily PGK/LTL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/LTL over 6M

PGK/LTL over 6M: show the values
PointPGK/LTL
2026-03-290.69468
2026-04-050.69511
2026-04-120.68313
2026-04-190.68002
2026-04-260.67997
2026-05-030.67959
2026-05-100.67376
2026-05-180.67662
2026-05-260.68073
2026-06-020.67977
2026-06-110.68223
2026-06-180.68322
2026-06-250.69105
2026-07-020.67059
2026-07-090.68755
2026-07-160.68065
2026-07-230.67849
2026-07-300.68002
2026-08-060.67723
2026-08-130.67651
2026-08-210.65857
2026-08-280.66957
2026-09-040.66047
2026-09-110.66735
2026-09-180.66029

High

0.69511

Low

0.65857

Average

0.67797

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=LTL").json()

Replace YOUR_API_KEY with the key from your dashboard.

PGK/LTL API questions

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

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

How far back does PGK/LTL historical data go?

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