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: show the values
| Point | FKP/IQD |
|---|---|
| 2025-12-31 | 1766.56 |
| 2026-01-07 | 1770.76 |
| 2026-01-14 | 1760.78 |
| 2026-01-21 | 1762.58 |
| 2026-01-28 | 1805.85 |
| 2026-02-04 | 1791.31 |
| 2026-02-11 | 1791.11 |
| 2026-02-18 | 1774.24 |
| 2026-02-25 | 1770.61 |
| 2026-03-04 | 1747.86 |
| 2026-03-11 | 1761.99 |
| 2026-03-18 | 1747.22 |
| 2026-03-25 | 1753.64 |
| 2026-04-01 | 1734.48 |
| 2026-04-08 | 1745.72 |
| 2026-04-15 | 1763.85 |
| 2026-04-22 | 1776.06 |
| 2026-04-29 | 1775.15 |
| 2026-05-06 | 1773.01 |
| 2026-05-14 | 1772.38 |
| 2026-05-21 | 1759.38 |
| 2026-05-29 | 1753.41 |
| 2026-06-05 | 1761.98 |
| 2026-06-14 | 1756.40 |
| 2026-06-21 | 1733.57 |
| 2026-06-28 | 1728.91 |
| 2026-07-05 | 1749.58 |
| 2026-07-12 | 1755.91 |
| 2026-07-19 | 1762.65 |
| 2026-07-26 | 1745.58 |
| 2026-08-02 | 1766.29 |
| 2026-08-09 | 1767.65 |
| 2026-08-16 | 1773.06 |
| 2026-08-24 | 1790.36 |
| 2026-08-31 | 1783.45 |
| 2026-09-07 | 1770.28 |
| 2026-09-14 | 1770.98 |
| 2026-09-21 | 1751.94 |
High
1805.85
Low
1728.91
Average
1763.01
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.