Skip to content

FKP to IQD exchange rate API

Falkland Islands Pound to Iraqi Dinar · quoted 2026-09-25

1730.83

▼ +0.43% over 6M

1 FKP = 1730.83 IQD · 1 IQD = 0.000578 FKP · Get this rate via the API

1 FKP buys 1730.83 IQD as of 2026-09-25, so 1 IQD buys 0.000578 FKP. Over the last 6 months, FKP/IQD traded between 1723.56 and 1790.21, averaged 1757.28 and fell 0.43%. The API holds daily FKP/IQD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FKP/IQD over 6M

FKP/IQD over 6M: show the values
PointFKP/IQD
2026-03-291738.22
2026-04-051729.59
2026-04-121760.42
2026-04-191778.71
2026-04-261767.49
2026-05-031784.13
2026-05-101780.10
2026-05-181749.31
2026-05-261765.82
2026-06-021763.83
2026-06-111753.65
2026-06-181744.88
2026-06-251723.56
2026-07-021737.34
2026-07-091752.50
2026-07-161766.51
2026-07-231752.43
2026-07-301743.00
2026-08-061762.23
2026-08-131768.36
2026-08-211790.21
2026-08-281781.08
2026-09-041773.37
2026-09-111769.32
2026-09-181748.96
2026-09-251730.83

High

1790.21

Low

1723.56

Average

1757.28

For developers

Get this rate via the API

One GET request returns the FKP/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=FKP&currencies=IQD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&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=FKP&currencies=IQD").json()

Replace YOUR_API_KEY with the key from your dashboard.

FKP/IQD API questions

How do I get the FKP/IQD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=IQD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FKP/IQD rate in rates.IQD.

How far back does FKP/IQD historical data go?

Daily FKP/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 FKP/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.