PGK to LRD exchange rate API
Kina to Liberian Dollar · quoted 2026-09-24
39.0151
▼ +9.39% over 1Y
1 PGK = 39.0151 LRD · 1 LRD = 0.02563 PGK · Get this rate via the API
1 PGK buys 39.0151 LRD as of 2026-09-24, so 1 LRD buys 0.02563 PGK. Over the last year, PGK/LRD traded between 39.0151 and 44.0367, averaged 42.0095 and fell 9.39%. The API holds daily PGK/LRD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PGK/LRD over 1Y: show the values
| Point | PGK/LRD |
|---|---|
| 2025-09-24 | 43.0597 |
| 2025-10-01 | 43.7254 |
| 2025-10-08 | 43.5621 |
| 2025-10-15 | 43.6328 |
| 2025-10-22 | 44.0367 |
| 2025-10-29 | 43.7302 |
| 2025-11-05 | 43.6202 |
| 2025-11-12 | 43.2890 |
| 2025-11-19 | 42.6540 |
| 2025-11-26 | 41.8913 |
| 2025-12-03 | 41.3523 |
| 2025-12-11 | 41.5442 |
| 2025-12-18 | 41.5097 |
| 2025-12-25 | 41.1812 |
| 2026-01-01 | 41.9423 |
| 2026-01-08 | 41.9977 |
| 2026-01-15 | 42.2143 |
| 2026-01-22 | 43.2626 |
| 2026-01-29 | 43.2782 |
| 2026-02-05 | 43.4372 |
| 2026-02-12 | 43.5852 |
| 2026-02-19 | 43.3355 |
| 2026-02-26 | 42.7532 |
| 2026-03-05 | 42.4179 |
| 2026-03-12 | 42.4689 |
| 2026-03-19 | 42.6958 |
| 2026-03-26 | 42.7297 |
| 2026-04-02 | 42.5634 |
| 2026-04-09 | 42.6366 |
| 2026-04-16 | 42.2910 |
| 2026-04-23 | 42.4801 |
| 2026-04-30 | 42.3382 |
| 2026-05-07 | 42.2050 |
| 2026-05-15 | 42.1322 |
| 2026-05-23 | 42.2164 |
| 2026-05-30 | 41.7872 |
| 2026-06-06 | 41.9448 |
| 2026-06-15 | 41.7322 |
| 2026-06-22 | 41.5297 |
| 2026-06-29 | 41.4358 |
| 2026-07-06 | 41.1712 |
| 2026-07-13 | 41.2349 |
| 2026-07-20 | 40.9296 |
| 2026-07-27 | 40.7982 |
| 2026-08-03 | 40.6111 |
| 2026-08-10 | 40.8683 |
| 2026-08-17 | 40.5667 |
| 2026-08-25 | 40.7674 |
| 2026-09-01 | 40.8152 |
| 2026-09-08 | 39.3113 |
| 2026-09-15 | 39.0303 |
| 2026-09-22 | 39.1821 |
High
44.0367
Low
39.0151
Average
42.0095
Get this rate via the API
One GET request returns the PGK/LRD 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=LRD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=LRD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=LRD").json()Replace YOUR_API_KEY with the key from your dashboard.
PGK/LRD API questions
How do I get the PGK/LRD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=LRD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PGK/LRD rate in rates.LRD.
How far back does PGK/LRD historical data go?
Daily PGK/LRD 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/LRD 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.