Skip to content

FKP to IQD exchange rate API

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

1730.83

▼ +1.77% over 1Y

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 year, FKP/IQD traded between 1709.53 and 1802.98, averaged 1756.62 and fell 1.77%. 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 1Y

FKP/IQD over 1Y: show the values
PointFKP/IQD
2025-09-251762.10
2025-10-021765.09
2025-10-091756.97
2025-10-161760.53
2025-10-231749.26
2025-10-301728.45
2025-11-061711.27
2025-11-131719.34
2025-11-201709.53
2025-11-271736.81
2025-12-041747.85
2025-12-121749.26
2025-12-191753.82
2025-12-261770.35
2026-01-021768.05
2026-01-091763.48
2026-01-161754.95
2026-01-231765.22
2026-01-301802.98
2026-02-061776.48
2026-02-131786.94
2026-02-201762.95
2026-02-271768.50
2026-03-061751.33
2026-03-131755.73
2026-03-201749.14
2026-03-271746.07
2026-04-031729.73
2026-04-101760.57
2026-04-171777.53
2026-04-241769.00
2026-05-011767.18
2026-05-081786.99
2026-05-161746.42
2026-05-241760.17
2026-05-311762.98
2026-06-091748.99
2026-06-161755.55
2026-06-231735.79
2026-06-301732.57
2026-07-071751.54
2026-07-141755.16
2026-07-211762.20
2026-07-281742.54
2026-08-041761.64
2026-08-111771.61
2026-08-181774.65
2026-08-261786.47
2026-09-021770.19
2026-09-091772.55
2026-09-161768.15
2026-09-231747.41

High

1802.98

Low

1709.53

Average

1756.62

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.