Skip to content

QAR to PGK exchange rate API

Qatari Rial to Kina · quoted 2026-09-25

1.2340

▲ +1.38% over 30D

1 QAR = 1.2340 PGK · 1 PGK = 0.81039 QAR · Get this rate via the API

1 QAR buys 1.2340 PGK as of 2026-09-25, so 1 PGK buys 0.81039 QAR. Over the last 30 days, QAR/PGK traded between 1.1929 and 1.2385, averaged 1.2217 and rose 1.38%. The API holds daily QAR/PGK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

QAR/PGK over 30D

QAR/PGK over 30D: show the values
PointQAR/PGK
2026-08-261.2172
2026-08-271.2126
2026-08-281.2165
2026-08-291.1957
2026-08-301.2041
2026-08-311.2379
2026-09-011.2157
2026-09-021.2151
2026-09-031.2245
2026-09-041.2356
2026-09-051.2385
2026-09-061.2382
2026-09-071.2276
2026-09-081.2226
2026-09-091.2182
2026-09-101.2376
2026-09-111.2252
2026-09-121.1929
2026-09-131.2089
2026-09-141.2269
2026-09-151.2275
2026-09-161.2271
2026-09-171.2275
2026-09-181.2270
2026-09-191.2217
2026-09-201.2129
2026-09-211.2196
2026-09-221.2141
2026-09-231.2249
2026-09-241.2195
2026-09-251.2267

High

1.2385

Low

1.1929

Average

1.2217

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

QAR/PGK API questions

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

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

How far back does QAR/PGK historical data go?

Daily QAR/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 QAR/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.