Skip to content

FKP to IQD exchange rate API

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

1730.83

▼ +3.11% over 30D

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 30 days, FKP/IQD traded between 1730.83 and 1786.47, averaged 1765.52 and fell 3.11%. 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 30D

FKP/IQD over 30D: show the values
PointFKP/IQD
2026-08-261786.47
2026-08-271780.48
2026-08-281781.08
2026-08-291773.39
2026-08-301773.46
2026-08-311783.45
2026-09-011773.84
2026-09-021770.19
2026-09-031765.78
2026-09-041773.37
2026-09-051772.71
2026-09-061770.79
2026-09-071770.28
2026-09-081773.56
2026-09-091772.55
2026-09-101775.79
2026-09-111769.32
2026-09-121774.17
2026-09-131772.87
2026-09-141770.98
2026-09-151766.99
2026-09-161768.15
2026-09-171762.67
2026-09-181748.96
2026-09-191754.95
2026-09-201755.04
2026-09-211751.94
2026-09-221754.07
2026-09-231747.41
2026-09-241740.27
2026-09-251730.83

High

1786.47

Low

1730.83

Average

1765.52

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.