PGK to SLL exchange rate API
Kina to Leone · quoted 2026-09-25
5105.03
▼ +1.08% over 30D
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 30 days, PGK/SLL traded between 4689.17 and 5574.59, averaged 5183.80 and fell 1.08%. 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 30D: show the values
| Point | PGK/SLL |
|---|---|
| 2026-08-26 | 5160.83 |
| 2026-08-27 | 5187.08 |
| 2026-08-28 | 5174.02 |
| 2026-08-29 | 5389.58 |
| 2026-08-30 | 5232.65 |
| 2026-08-31 | 5081.20 |
| 2026-09-01 | 5179.49 |
| 2026-09-02 | 5181.49 |
| 2026-09-03 | 5143.47 |
| 2026-09-04 | 5464.22 |
| 2026-09-05 | 5176.73 |
| 2026-09-06 | 5085.92 |
| 2026-09-07 | 5129.17 |
| 2026-09-08 | 5150.05 |
| 2026-09-09 | 5171.09 |
| 2026-09-10 | 5087.99 |
| 2026-09-11 | 5144.18 |
| 2026-09-12 | 5283.05 |
| 2026-09-13 | 5213.05 |
| 2026-09-14 | 5136.54 |
| 2026-09-15 | 5132.29 |
| 2026-09-16 | 5515.62 |
| 2026-09-17 | 5134.38 |
| 2026-09-18 | 4689.17 |
| 2026-09-19 | 5157.61 |
| 2026-09-20 | 5194.79 |
| 2026-09-21 | 5166.32 |
| 2026-09-22 | 5574.59 |
| 2026-09-23 | 5143.83 |
| 2026-09-24 | 5161.19 |
| 2026-09-25 | 5135.09 |
High
5574.59
Low
4689.17
Average
5183.80
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.