Skip to content

PGK to SLL exchange rate API

Kina to Leone · quoted 2026-09-25

5105.03

▼ +7.17% over 1Y

1 PGK = 5105.03 SLL · 1 SLL = 0.000196 PGK · Get this rate via the API

1 PGK buys 5105.03 SLL as of 2026-09-25, so 1 SLL buys 0.000196 PGK. Over the last year, PGK/SLL traded between 4819.12 and 5580.87, averaged 5271.89 and fell 7.17%. The API holds daily PGK/SLL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/SLL over 1Y

PGK/SLL over 1Y: show the values
PointPGK/SLL
2025-09-255499.34
2025-10-025452.79
2025-10-095473.72
2025-10-165429.77
2025-10-235470.15
2025-10-305412.76
2025-11-065369.21
2025-11-135369.76
2025-11-205410.51
2025-11-275383.70
2025-12-045329.88
2025-12-125424.76
2025-12-195388.40
2025-12-265308.20
2026-01-025323.30
2026-01-095358.06
2026-01-165352.52
2026-01-235378.37
2026-01-305345.33
2026-02-065355.67
2026-02-135333.99
2026-02-205339.83
2026-02-275326.35
2026-03-065335.09
2026-03-135292.16
2026-03-205312.02
2026-03-275314.72
2026-04-035308.62
2026-04-144845.08
2026-04-214819.12
2026-04-284819.39
2026-05-054833.72
2026-05-125240.83
2026-05-205239.14
2026-05-285248.45
2026-06-045215.01
2026-06-135255.02
2026-06-205225.31
2026-06-275187.88
2026-07-045191.47
2026-07-115191.82
2026-07-185155.13
2026-07-255364.77
2026-08-015183.62
2026-08-085210.50
2026-08-155100.59
2026-08-235580.87
2026-08-305232.65
2026-09-065085.92
2026-09-135213.05
2026-09-205194.79

High

5580.87

Low

4819.12

Average

5271.89

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PGK/SLL API questions

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

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

How far back does PGK/SLL historical data go?

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