Skip to content

PGK to LYD exchange rate API

Kina to Libyan Dinar · quoted 2026-09-24

1.4439

▲ +16.35% over 5Y

1 PGK = 1.4439 LYD · 1 LYD = 0.69255 PGK · Get this rate via the API

1 PGK buys 1.4439 LYD as of 2026-09-24, so 1 LYD buys 0.69255 PGK. Over the last 5 years, PGK/LYD traded between 1.2126 and 1.4819, averaged 1.3431 and rose 16.35%. The API holds daily PGK/LYD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/LYD over 5Y

PGK/LYD over 5Y: show the values
PointPGK/LYD
2024-08-241.2410
2024-10-071.2442
2024-11-061.2467
2024-12-061.2642
2025-01-051.2394
2025-02-041.2545
2025-03-061.2147
2025-04-061.2126
2025-05-061.3693
2025-06-071.3326
2025-07-071.3426
2025-08-061.3628
2025-09-051.3342
2025-10-061.2998
2025-11-051.2986
2025-12-051.2824
2026-01-051.2722
2026-02-041.4745
2026-03-061.4819
2026-04-051.4798
2026-05-051.4603
2026-06-061.4550
2026-07-081.4641
2026-08-071.4290
2026-09-071.4204

High

1.4819

Low

1.2126

Average

1.3431

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PGK/LYD API questions

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

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

How far back does PGK/LYD historical data go?

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