Skip to content

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

PGK/LRD over 1Y: show the values
PointPGK/LRD
2025-09-2443.0597
2025-10-0143.7254
2025-10-0843.5621
2025-10-1543.6328
2025-10-2244.0367
2025-10-2943.7302
2025-11-0543.6202
2025-11-1243.2890
2025-11-1942.6540
2025-11-2641.8913
2025-12-0341.3523
2025-12-1141.5442
2025-12-1841.5097
2025-12-2541.1812
2026-01-0141.9423
2026-01-0841.9977
2026-01-1542.2143
2026-01-2243.2626
2026-01-2943.2782
2026-02-0543.4372
2026-02-1243.5852
2026-02-1943.3355
2026-02-2642.7532
2026-03-0542.4179
2026-03-1242.4689
2026-03-1942.6958
2026-03-2642.7297
2026-04-0242.5634
2026-04-0942.6366
2026-04-1642.2910
2026-04-2342.4801
2026-04-3042.3382
2026-05-0742.2050
2026-05-1542.1322
2026-05-2342.2164
2026-05-3041.7872
2026-06-0641.9448
2026-06-1541.7322
2026-06-2241.5297
2026-06-2941.4358
2026-07-0641.1712
2026-07-1341.2349
2026-07-2040.9296
2026-07-2740.7982
2026-08-0340.6111
2026-08-1040.8683
2026-08-1740.5667
2026-08-2540.7674
2026-09-0140.8152
2026-09-0839.3113
2026-09-1539.0303
2026-09-2239.1821

High

44.0367

Low

39.0151

Average

42.0095

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=LRD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=LRD");
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=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&currencies=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.