Skip to content

SCR to PGK exchange rate API

Seychelles Rupee to Kina · quoted 2026-09-27

0.30006

▲ +4.82% over 1Y

1 SCR = 0.30006 PGK · 1 PGK = 3.3327 SCR · Get this rate via the API

1 SCR buys 0.30006 PGK as of 2026-09-27, so 1 PGK buys 3.3327 SCR. Over the last year, SCR/PGK traded between 0.28346 and 0.33211, averaged 0.30050 and rose 4.82%. The API holds daily SCR/PGK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SCR/PGK over 1Y

SCR/PGK over 1Y: show the values
PointSCR/PGK
2025-09-270.28627
2025-10-040.28700
2025-10-110.29593
2025-10-180.30250
2025-10-250.29981
2025-11-010.28982
2025-11-080.31138
2025-11-150.30422
2025-11-220.30943
2025-11-290.30313
2025-12-060.31435
2025-12-140.28632
2025-12-210.28813
2025-12-280.28606
2026-01-040.28346
2026-01-110.28876
2026-01-180.28766
2026-01-250.28804
2026-02-010.28637
2026-02-080.28819
2026-02-150.29382
2026-02-220.29383
2026-03-010.29192
2026-03-080.29201
2026-03-150.28569
2026-03-220.28893
2026-03-290.28754
2026-04-050.29063
2026-04-120.28464
2026-04-190.28834
2026-04-260.29345
2026-05-030.31607
2026-05-100.29463
2026-05-180.32114
2026-05-260.30588
2026-06-020.31181
2026-06-110.31145
2026-06-180.29963
2026-06-250.30076
2026-07-020.33211
2026-07-090.30117
2026-07-160.31469
2026-07-230.31502
2026-07-300.30718
2026-08-060.31070
2026-08-130.31212
2026-08-210.31936
2026-08-280.31591
2026-09-040.31438
2026-09-110.31120
2026-09-180.32236
2026-09-250.31138

High

0.33211

Low

0.28346

Average

0.30050

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=PGK").json()

Replace YOUR_API_KEY with the key from your dashboard.

SCR/PGK API questions

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

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

How far back does SCR/PGK historical data go?

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