Skip to content

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

PGK/IQD over 1Y: show the values
PointPGK/IQD
2025-09-25316.1879
2025-10-02313.0991
2025-10-09315.0389
2025-10-16312.4125
2025-10-23316.0402
2025-10-30312.1375
2025-11-06309.9501
2025-11-13310.2706
2025-11-20309.6300
2025-11-27307.8628
2025-12-04306.0868
2025-12-12307.6186
2025-12-19307.5082
2025-12-26303.3635
2026-01-02305.6734
2026-01-09307.8848
2026-01-16307.0972
2026-01-23306.3878
2026-01-30306.2863
2026-02-06305.6275
2026-02-13305.8780
2026-02-20305.2436
2026-02-27304.8880
2026-03-06304.6619
2026-03-13303.7544
2026-03-20303.5511
2026-03-27303.9802
2026-04-03303.0579
2026-04-10303.1846
2026-04-17302.0348
2026-04-24303.0524
2026-05-01300.9018
2026-05-08302.2083
2026-05-16299.8956
2026-05-24301.1805
2026-05-31300.5987
2026-06-09298.8482
2026-06-16300.0189
2026-06-23299.4432
2026-06-30297.4105
2026-07-07297.9139
2026-07-14298.4258
2026-07-21297.1943
2026-07-28296.5500
2026-08-04297.9712
2026-08-11295.5816
2026-08-18296.1515
2026-08-26295.5035
2026-09-02296.4261
2026-09-09295.0862
2026-09-16293.6478
2026-09-23294.2911

High

316.1879

Low

293.6478

Average

303.3839

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.