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: show the values
| Point | PGK/SLL |
|---|---|
| 2025-09-25 | 5499.34 |
| 2025-10-02 | 5452.79 |
| 2025-10-09 | 5473.72 |
| 2025-10-16 | 5429.77 |
| 2025-10-23 | 5470.15 |
| 2025-10-30 | 5412.76 |
| 2025-11-06 | 5369.21 |
| 2025-11-13 | 5369.76 |
| 2025-11-20 | 5410.51 |
| 2025-11-27 | 5383.70 |
| 2025-12-04 | 5329.88 |
| 2025-12-12 | 5424.76 |
| 2025-12-19 | 5388.40 |
| 2025-12-26 | 5308.20 |
| 2026-01-02 | 5323.30 |
| 2026-01-09 | 5358.06 |
| 2026-01-16 | 5352.52 |
| 2026-01-23 | 5378.37 |
| 2026-01-30 | 5345.33 |
| 2026-02-06 | 5355.67 |
| 2026-02-13 | 5333.99 |
| 2026-02-20 | 5339.83 |
| 2026-02-27 | 5326.35 |
| 2026-03-06 | 5335.09 |
| 2026-03-13 | 5292.16 |
| 2026-03-20 | 5312.02 |
| 2026-03-27 | 5314.72 |
| 2026-04-03 | 5308.62 |
| 2026-04-14 | 4845.08 |
| 2026-04-21 | 4819.12 |
| 2026-04-28 | 4819.39 |
| 2026-05-05 | 4833.72 |
| 2026-05-12 | 5240.83 |
| 2026-05-20 | 5239.14 |
| 2026-05-28 | 5248.45 |
| 2026-06-04 | 5215.01 |
| 2026-06-13 | 5255.02 |
| 2026-06-20 | 5225.31 |
| 2026-06-27 | 5187.88 |
| 2026-07-04 | 5191.47 |
| 2026-07-11 | 5191.82 |
| 2026-07-18 | 5155.13 |
| 2026-07-25 | 5364.77 |
| 2026-08-01 | 5183.62 |
| 2026-08-08 | 5210.50 |
| 2026-08-15 | 5100.59 |
| 2026-08-23 | 5580.87 |
| 2026-08-30 | 5232.65 |
| 2026-09-06 | 5085.92 |
| 2026-09-13 | 5213.05 |
| 2026-09-20 | 5194.79 |
High
5580.87
Low
4819.12
Average
5271.89
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=SLL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=SLL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=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¤cies=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.