Skip to content

PGK to LYD exchange rate API

Kina to Libyan Dinar · quoted 2026-09-24

1.4439

▲ +10.48% over 1Y

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 year, PGK/LYD traded between 1.2531 and 1.4890, averaged 1.4020 and rose 10.48%. 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 1Y

PGK/LYD over 1Y: show the values
PointPGK/LYD
2025-09-241.3070
2025-10-011.3040
2025-10-081.2996
2025-10-151.2946
2025-10-221.3051
2025-10-291.2974
2025-11-051.2986
2025-11-121.2906
2025-11-191.2914
2025-11-261.2868
2025-12-031.2721
2025-12-111.2760
2025-12-181.2735
2025-12-251.2531
2026-01-011.2714
2026-01-081.2709
2026-01-151.2731
2026-01-221.4606
2026-01-291.4684
2026-02-051.4782
2026-02-121.4713
2026-02-191.4751
2026-02-261.4667
2026-03-051.4793
2026-03-121.4817
2026-03-191.4890
2026-03-261.4850
2026-04-021.4793
2026-04-091.4686
2026-04-161.4541
2026-04-231.4599
2026-04-301.4621
2026-05-071.4603
2026-05-151.4661
2026-05-231.4683
2026-05-301.4581
2026-06-061.4550
2026-06-151.4574
2026-06-221.4555
2026-06-291.4604
2026-07-061.4540
2026-07-131.4547
2026-07-201.4442
2026-07-271.4424
2026-08-031.4367
2026-08-101.4380
2026-08-171.4214
2026-08-251.4223
2026-09-011.4346
2026-09-081.4280
2026-09-151.4198
2026-09-221.4425

High

1.4890

Low

1.2531

Average

1.4020

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.