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: show the values
| Point | FKP/IQD |
|---|---|
| 2025-09-25 | 1762.10 |
| 2025-10-02 | 1765.09 |
| 2025-10-09 | 1756.97 |
| 2025-10-16 | 1760.53 |
| 2025-10-23 | 1749.26 |
| 2025-10-30 | 1728.45 |
| 2025-11-06 | 1711.27 |
| 2025-11-13 | 1719.34 |
| 2025-11-20 | 1709.53 |
| 2025-11-27 | 1736.81 |
| 2025-12-04 | 1747.85 |
| 2025-12-12 | 1749.26 |
| 2025-12-19 | 1753.82 |
| 2025-12-26 | 1770.35 |
| 2026-01-02 | 1768.05 |
| 2026-01-09 | 1763.48 |
| 2026-01-16 | 1754.95 |
| 2026-01-23 | 1765.22 |
| 2026-01-30 | 1802.98 |
| 2026-02-06 | 1776.48 |
| 2026-02-13 | 1786.94 |
| 2026-02-20 | 1762.95 |
| 2026-02-27 | 1768.50 |
| 2026-03-06 | 1751.33 |
| 2026-03-13 | 1755.73 |
| 2026-03-20 | 1749.14 |
| 2026-03-27 | 1746.07 |
| 2026-04-03 | 1729.73 |
| 2026-04-10 | 1760.57 |
| 2026-04-17 | 1777.53 |
| 2026-04-24 | 1769.00 |
| 2026-05-01 | 1767.18 |
| 2026-05-08 | 1786.99 |
| 2026-05-16 | 1746.42 |
| 2026-05-24 | 1760.17 |
| 2026-05-31 | 1762.98 |
| 2026-06-09 | 1748.99 |
| 2026-06-16 | 1755.55 |
| 2026-06-23 | 1735.79 |
| 2026-06-30 | 1732.57 |
| 2026-07-07 | 1751.54 |
| 2026-07-14 | 1755.16 |
| 2026-07-21 | 1762.20 |
| 2026-07-28 | 1742.54 |
| 2026-08-04 | 1761.64 |
| 2026-08-11 | 1771.61 |
| 2026-08-18 | 1774.65 |
| 2026-08-26 | 1786.47 |
| 2026-09-02 | 1770.19 |
| 2026-09-09 | 1772.55 |
| 2026-09-16 | 1768.15 |
| 2026-09-23 | 1747.41 |
High
1802.98
Low
1709.53
Average
1756.62
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=IQD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=IQD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=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¤cies=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.