Skip to content

FKP to IQD exchange rate API

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

1730.83

▼ +2.02% over YTD

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 year to date, FKP/IQD traded between 1728.91 and 1805.85, averaged 1763.01 and fell 2.02%. 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 YTD

FKP/IQD over YTD: show the values
PointFKP/IQD
2025-12-311766.56
2026-01-071770.76
2026-01-141760.78
2026-01-211762.58
2026-01-281805.85
2026-02-041791.31
2026-02-111791.11
2026-02-181774.24
2026-02-251770.61
2026-03-041747.86
2026-03-111761.99
2026-03-181747.22
2026-03-251753.64
2026-04-011734.48
2026-04-081745.72
2026-04-151763.85
2026-04-221776.06
2026-04-291775.15
2026-05-061773.01
2026-05-141772.38
2026-05-211759.38
2026-05-291753.41
2026-06-051761.98
2026-06-141756.40
2026-06-211733.57
2026-06-281728.91
2026-07-051749.58
2026-07-121755.91
2026-07-191762.65
2026-07-261745.58
2026-08-021766.29
2026-08-091767.65
2026-08-161773.06
2026-08-241790.36
2026-08-311783.45
2026-09-071770.28
2026-09-141770.98
2026-09-211751.94

High

1805.85

Low

1728.91

Average

1763.01

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.