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: show the values
| Point | PGK/SAR |
|---|---|
| 2025-09-25 | 0.90746 |
| 2025-10-02 | 0.89914 |
| 2025-10-09 | 0.90408 |
| 2025-10-16 | 0.89675 |
| 2025-10-23 | 0.90636 |
| 2025-10-30 | 0.89664 |
| 2025-11-06 | 0.88968 |
| 2025-11-13 | 0.89030 |
| 2025-11-20 | 0.88850 |
| 2025-11-27 | 0.88368 |
| 2025-12-04 | 0.87890 |
| 2025-12-11 | 0.88475 |
| 2025-12-18 | 0.88351 |
| 2025-12-25 | 0.86948 |
| 2026-01-01 | 0.88126 |
| 2026-01-08 | 0.88130 |
| 2026-01-15 | 0.88053 |
| 2026-01-22 | 0.88010 |
| 2026-01-29 | 0.87892 |
| 2026-02-05 | 0.87891 |
| 2026-02-12 | 0.87666 |
| 2026-02-19 | 0.87556 |
| 2026-02-26 | 0.87541 |
| 2026-03-05 | 0.87498 |
| 2026-03-12 | 0.87314 |
| 2026-03-19 | 0.87293 |
| 2026-03-26 | 0.87286 |
| 2026-04-02 | 0.87258 |
| 2026-04-09 | 0.87073 |
| 2026-04-16 | 0.86656 |
| 2026-04-23 | 0.86508 |
| 2026-04-30 | 0.86573 |
| 2026-05-07 | 0.86438 |
| 2026-05-15 | 0.86314 |
| 2026-05-23 | 0.86380 |
| 2026-05-30 | 0.86110 |
| 2026-06-06 | 0.85853 |
| 2026-06-15 | 0.85761 |
| 2026-06-22 | 0.85578 |
| 2026-06-29 | 0.85189 |
| 2026-07-06 | 0.85006 |
| 2026-07-13 | 0.84902 |
| 2026-07-20 | 0.84883 |
| 2026-07-27 | 0.84676 |
| 2026-08-03 | 0.84496 |
| 2026-08-10 | 0.84999 |
| 2026-08-17 | 0.83881 |
| 2026-08-25 | 0.84244 |
| 2026-09-01 | 0.84743 |
| 2026-09-08 | 0.84261 |
| 2026-09-15 | 0.83932 |
| 2026-09-22 | 0.84852 |
High
0.90746
Low
0.83881
Average
0.86958
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=SAR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=SAR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=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¤cies=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.