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: show the values
| Point | QAR/PGK |
|---|---|
| 2025-09-25 | 1.1383 |
| 2025-10-02 | 1.1487 |
| 2025-10-09 | 1.1426 |
| 2025-10-16 | 1.1518 |
| 2025-10-23 | 1.1396 |
| 2025-10-30 | 1.1519 |
| 2025-11-06 | 1.1610 |
| 2025-11-13 | 1.1601 |
| 2025-11-20 | 1.1625 |
| 2025-11-27 | 1.1691 |
| 2025-12-04 | 1.1760 |
| 2025-12-12 | 1.1666 |
| 2025-12-19 | 1.1706 |
| 2025-12-26 | 1.1865 |
| 2026-01-02 | 1.1779 |
| 2026-01-09 | 1.1719 |
| 2026-01-16 | 1.1731 |
| 2026-01-23 | 1.1728 |
| 2026-01-30 | 1.1763 |
| 2026-02-06 | 1.1786 |
| 2026-02-13 | 1.1782 |
| 2026-02-20 | 1.1807 |
| 2026-02-27 | 1.1817 |
| 2026-03-06 | 1.1813 |
| 2026-03-13 | 1.1888 |
| 2026-03-20 | 1.1802 |
| 2026-03-27 | 1.1827 |
| 2026-04-03 | 1.1856 |
| 2026-04-10 | 1.1850 |
| 2026-04-17 | 1.1894 |
| 2026-04-24 | 1.1858 |
| 2026-05-01 | 1.1948 |
| 2026-05-08 | 1.1892 |
| 2026-05-16 | 1.2005 |
| 2026-05-24 | 1.1951 |
| 2026-05-31 | 1.1973 |
| 2026-06-09 | 1.2045 |
| 2026-06-16 | 1.1998 |
| 2026-06-23 | 1.2020 |
| 2026-06-30 | 1.2093 |
| 2026-07-07 | 1.2062 |
| 2026-07-14 | 1.2096 |
| 2026-07-21 | 1.2127 |
| 2026-07-28 | 1.2138 |
| 2026-08-04 | 1.2095 |
| 2026-08-11 | 1.2188 |
| 2026-08-18 | 1.2154 |
| 2026-08-26 | 1.2172 |
| 2026-09-02 | 1.2151 |
| 2026-09-09 | 1.2182 |
| 2026-09-16 | 1.2271 |
| 2026-09-23 | 1.2249 |
High
1.2340
Low
1.1383
Average
1.1870
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=QAR¤cies=PGK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=QAR¤cies=PGK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=QAR¤cies=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¤cies=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.