Skip to content

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

PGK/IQD over YTD: show the values
PointPGK/IQD
2025-12-31307.8867
2026-01-07307.1576
2026-01-14307.4936
2026-01-21306.9108
2026-01-28306.2071
2026-02-04305.8184
2026-02-11305.5832
2026-02-18304.7521
2026-02-25305.0679
2026-03-04304.8208
2026-03-11304.6443
2026-03-18303.6709
2026-03-25303.5550
2026-04-01303.2859
2026-04-08301.1853
2026-04-15302.2312
2026-04-22301.4862
2026-04-29301.5577
2026-05-06301.3671
2026-05-14302.6666
2026-05-21300.6596
2026-05-29299.4878
2026-06-05299.4353
2026-06-14301.5840
2026-06-21299.4210
2026-06-28298.4435
2026-07-05297.0349
2026-07-12297.9172
2026-07-19297.6097
2026-07-26296.9347
2026-08-02296.6230
2026-08-09296.1023
2026-08-16298.8101
2026-08-24295.8051
2026-08-31292.2288
2026-09-07293.2532
2026-09-14293.6290
2026-09-21294.8777

High

307.8867

Low

292.2288

Average

300.8167

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=IQD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=IQD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=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&currencies=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.