Skip to content

QAR to PGK exchange rate API

Qatari Rial to Kina · quoted 2026-09-25

1.2340

▲ +8.41% over 1Y

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 year, QAR/PGK traded between 1.1383 and 1.2340, averaged 1.1870 and rose 8.41%. 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 1Y

QAR/PGK over 1Y: show the values
PointQAR/PGK
2025-09-251.1383
2025-10-021.1487
2025-10-091.1426
2025-10-161.1518
2025-10-231.1396
2025-10-301.1519
2025-11-061.1610
2025-11-131.1601
2025-11-201.1625
2025-11-271.1691
2025-12-041.1760
2025-12-121.1666
2025-12-191.1706
2025-12-261.1865
2026-01-021.1779
2026-01-091.1719
2026-01-161.1731
2026-01-231.1728
2026-01-301.1763
2026-02-061.1786
2026-02-131.1782
2026-02-201.1807
2026-02-271.1817
2026-03-061.1813
2026-03-131.1888
2026-03-201.1802
2026-03-271.1827
2026-04-031.1856
2026-04-101.1850
2026-04-171.1894
2026-04-241.1858
2026-05-011.1948
2026-05-081.1892
2026-05-161.2005
2026-05-241.1951
2026-05-311.1973
2026-06-091.2045
2026-06-161.1998
2026-06-231.2020
2026-06-301.2093
2026-07-071.2062
2026-07-141.2096
2026-07-211.2127
2026-07-281.2138
2026-08-041.2095
2026-08-111.2188
2026-08-181.2154
2026-08-261.2172
2026-09-021.2151
2026-09-091.2182
2026-09-161.2271
2026-09-231.2249

High

1.2340

Low

1.1383

Average

1.1870

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.