Skip to content

PGK to SAR exchange rate API

Kina to Saudi Riyal · quoted 2026-09-25

0.84029

▼ +7.40% over 1Y

1 PGK = 0.84029 SAR · 1 SAR = 1.1901 PGK · Get this rate via the API

1 PGK buys 0.84029 SAR as of 2026-09-25, so 1 SAR buys 1.1901 PGK. Over the last year, PGK/SAR traded between 0.83881 and 0.90746, averaged 0.86958 and fell 7.40%. The API holds daily PGK/SAR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/SAR over 1Y

PGK/SAR over 1Y: show the values
PointPGK/SAR
2025-09-250.90746
2025-10-020.89914
2025-10-090.90408
2025-10-160.89675
2025-10-230.90636
2025-10-300.89664
2025-11-060.88968
2025-11-130.89030
2025-11-200.88850
2025-11-270.88368
2025-12-040.87890
2025-12-110.88475
2025-12-180.88351
2025-12-250.86948
2026-01-010.88126
2026-01-080.88130
2026-01-150.88053
2026-01-220.88010
2026-01-290.87892
2026-02-050.87891
2026-02-120.87666
2026-02-190.87556
2026-02-260.87541
2026-03-050.87498
2026-03-120.87314
2026-03-190.87293
2026-03-260.87286
2026-04-020.87258
2026-04-090.87073
2026-04-160.86656
2026-04-230.86508
2026-04-300.86573
2026-05-070.86438
2026-05-150.86314
2026-05-230.86380
2026-05-300.86110
2026-06-060.85853
2026-06-150.85761
2026-06-220.85578
2026-06-290.85189
2026-07-060.85006
2026-07-130.84902
2026-07-200.84883
2026-07-270.84676
2026-08-030.84496
2026-08-100.84999
2026-08-170.83881
2026-08-250.84244
2026-09-010.84743
2026-09-080.84261
2026-09-150.83932
2026-09-220.84852

High

0.90746

Low

0.83881

Average

0.86958

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PGK/SAR API questions

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

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

How far back does PGK/SAR historical data go?

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