PGK to IQD exchange rate API
Kina to Iraqi Dinar · quoted 2026-09-25
294.6466
▼ +4.30% over YTD
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 year to date, PGK/IQD traded between 292.2288 and 307.8867, averaged 300.8167 and fell 4.30%. 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 YTD: show the values
| Point | PGK/IQD |
|---|---|
| 2025-12-31 | 307.8867 |
| 2026-01-07 | 307.1576 |
| 2026-01-14 | 307.4936 |
| 2026-01-21 | 306.9108 |
| 2026-01-28 | 306.2071 |
| 2026-02-04 | 305.8184 |
| 2026-02-11 | 305.5832 |
| 2026-02-18 | 304.7521 |
| 2026-02-25 | 305.0679 |
| 2026-03-04 | 304.8208 |
| 2026-03-11 | 304.6443 |
| 2026-03-18 | 303.6709 |
| 2026-03-25 | 303.5550 |
| 2026-04-01 | 303.2859 |
| 2026-04-08 | 301.1853 |
| 2026-04-15 | 302.2312 |
| 2026-04-22 | 301.4862 |
| 2026-04-29 | 301.5577 |
| 2026-05-06 | 301.3671 |
| 2026-05-14 | 302.6666 |
| 2026-05-21 | 300.6596 |
| 2026-05-29 | 299.4878 |
| 2026-06-05 | 299.4353 |
| 2026-06-14 | 301.5840 |
| 2026-06-21 | 299.4210 |
| 2026-06-28 | 298.4435 |
| 2026-07-05 | 297.0349 |
| 2026-07-12 | 297.9172 |
| 2026-07-19 | 297.6097 |
| 2026-07-26 | 296.9347 |
| 2026-08-02 | 296.6230 |
| 2026-08-09 | 296.1023 |
| 2026-08-16 | 298.8101 |
| 2026-08-24 | 295.8051 |
| 2026-08-31 | 292.2288 |
| 2026-09-07 | 293.2532 |
| 2026-09-14 | 293.6290 |
| 2026-09-21 | 294.8777 |
High
307.8867
Low
292.2288
Average
300.8167
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.