PGK to IQD exchange rate API
Kina to Iraqi Dinar · quoted 2026-09-25
294.6466
▼ +6.81% over 1Y
1 PGK = 294.6466 IQD · 1 IQD = 0.003394 PGK · Get this rate via the API
1 PGK buys 294.6466 IQD as of 2026-09-25, so 1 IQD buys 0.003394 PGK. Over the last year, PGK/IQD traded between 293.6478 and 316.1879, averaged 303.3839 and fell 6.81%. The API holds daily PGK/IQD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PGK/IQD over 1Y: show the values
| Point | PGK/IQD |
|---|---|
| 2025-09-25 | 316.1879 |
| 2025-10-02 | 313.0991 |
| 2025-10-09 | 315.0389 |
| 2025-10-16 | 312.4125 |
| 2025-10-23 | 316.0402 |
| 2025-10-30 | 312.1375 |
| 2025-11-06 | 309.9501 |
| 2025-11-13 | 310.2706 |
| 2025-11-20 | 309.6300 |
| 2025-11-27 | 307.8628 |
| 2025-12-04 | 306.0868 |
| 2025-12-12 | 307.6186 |
| 2025-12-19 | 307.5082 |
| 2025-12-26 | 303.3635 |
| 2026-01-02 | 305.6734 |
| 2026-01-09 | 307.8848 |
| 2026-01-16 | 307.0972 |
| 2026-01-23 | 306.3878 |
| 2026-01-30 | 306.2863 |
| 2026-02-06 | 305.6275 |
| 2026-02-13 | 305.8780 |
| 2026-02-20 | 305.2436 |
| 2026-02-27 | 304.8880 |
| 2026-03-06 | 304.6619 |
| 2026-03-13 | 303.7544 |
| 2026-03-20 | 303.5511 |
| 2026-03-27 | 303.9802 |
| 2026-04-03 | 303.0579 |
| 2026-04-10 | 303.1846 |
| 2026-04-17 | 302.0348 |
| 2026-04-24 | 303.0524 |
| 2026-05-01 | 300.9018 |
| 2026-05-08 | 302.2083 |
| 2026-05-16 | 299.8956 |
| 2026-05-24 | 301.1805 |
| 2026-05-31 | 300.5987 |
| 2026-06-09 | 298.8482 |
| 2026-06-16 | 300.0189 |
| 2026-06-23 | 299.4432 |
| 2026-06-30 | 297.4105 |
| 2026-07-07 | 297.9139 |
| 2026-07-14 | 298.4258 |
| 2026-07-21 | 297.1943 |
| 2026-07-28 | 296.5500 |
| 2026-08-04 | 297.9712 |
| 2026-08-11 | 295.5816 |
| 2026-08-18 | 296.1515 |
| 2026-08-26 | 295.5035 |
| 2026-09-02 | 296.4261 |
| 2026-09-09 | 295.0862 |
| 2026-09-16 | 293.6478 |
| 2026-09-23 | 294.2911 |
High
316.1879
Low
293.6478
Average
303.3839
Get this rate via the API
One GET request returns the PGK/IQD 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=IQD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=IQD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=IQD").json()Replace YOUR_API_KEY with the key from your dashboard.
PGK/IQD API questions
How do I get the PGK/IQD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=IQD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PGK/IQD rate in rates.IQD.
How far back does PGK/IQD historical data go?
Daily PGK/IQD 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/IQD 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.