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: show the values
| Point | PGK/LYD |
|---|---|
| 2025-09-24 | 1.3070 |
| 2025-10-01 | 1.3040 |
| 2025-10-08 | 1.2996 |
| 2025-10-15 | 1.2946 |
| 2025-10-22 | 1.3051 |
| 2025-10-29 | 1.2974 |
| 2025-11-05 | 1.2986 |
| 2025-11-12 | 1.2906 |
| 2025-11-19 | 1.2914 |
| 2025-11-26 | 1.2868 |
| 2025-12-03 | 1.2721 |
| 2025-12-11 | 1.2760 |
| 2025-12-18 | 1.2735 |
| 2025-12-25 | 1.2531 |
| 2026-01-01 | 1.2714 |
| 2026-01-08 | 1.2709 |
| 2026-01-15 | 1.2731 |
| 2026-01-22 | 1.4606 |
| 2026-01-29 | 1.4684 |
| 2026-02-05 | 1.4782 |
| 2026-02-12 | 1.4713 |
| 2026-02-19 | 1.4751 |
| 2026-02-26 | 1.4667 |
| 2026-03-05 | 1.4793 |
| 2026-03-12 | 1.4817 |
| 2026-03-19 | 1.4890 |
| 2026-03-26 | 1.4850 |
| 2026-04-02 | 1.4793 |
| 2026-04-09 | 1.4686 |
| 2026-04-16 | 1.4541 |
| 2026-04-23 | 1.4599 |
| 2026-04-30 | 1.4621 |
| 2026-05-07 | 1.4603 |
| 2026-05-15 | 1.4661 |
| 2026-05-23 | 1.4683 |
| 2026-05-30 | 1.4581 |
| 2026-06-06 | 1.4550 |
| 2026-06-15 | 1.4574 |
| 2026-06-22 | 1.4555 |
| 2026-06-29 | 1.4604 |
| 2026-07-06 | 1.4540 |
| 2026-07-13 | 1.4547 |
| 2026-07-20 | 1.4442 |
| 2026-07-27 | 1.4424 |
| 2026-08-03 | 1.4367 |
| 2026-08-10 | 1.4380 |
| 2026-08-17 | 1.4214 |
| 2026-08-25 | 1.4223 |
| 2026-09-01 | 1.4346 |
| 2026-09-08 | 1.4280 |
| 2026-09-15 | 1.4198 |
| 2026-09-22 | 1.4425 |
High
1.4890
Low
1.2531
Average
1.4020
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=LYD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=LYD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=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¤cies=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.