FKP to IRR exchange rate API
Falkland Islands Pound to Iranian Rial · quoted 2026-09-25
1816306.35
▲ +3106.68% over YTD
1 FKP = 1816306.35 IRR · 1 IRR = 0.000001 FKP · Get this rate via the API
1 FKP buys 1816306.35 IRR as of 2026-09-25, so 1 IRR buys 0.000001 FKP. Over the year to date, FKP/IRR traded between 56641.25 and 1876258.27, averaged 1682038.55 and rose 3106.68%. The API holds daily FKP/IRR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FKP/IRR over YTD: show the values
| Point | FKP/IRR |
|---|---|
| 2025-12-31 | 56641.25 |
| 2026-01-07 | 56789.30 |
| 2026-01-14 | 1394644.18 |
| 2026-01-21 | 1440392.22 |
| 2026-01-28 | 1490981.39 |
| 2026-02-04 | 1580007.54 |
| 2026-02-11 | 1708253.24 |
| 2026-02-18 | 1737078.69 |
| 2026-02-25 | 1750849.03 |
| 2026-03-04 | 1747240.62 |
| 2026-03-11 | 1775185.65 |
| 2026-03-18 | 1755829.38 |
| 2026-03-25 | 1759492.74 |
| 2026-04-01 | 1738867.92 |
| 2026-04-08 | 1763662.43 |
| 2026-04-15 | 1771160.87 |
| 2026-04-22 | 1788661.79 |
| 2026-04-29 | 1783283.93 |
| 2026-05-06 | 1781127.13 |
| 2026-05-14 | 1776927.19 |
| 2026-05-21 | 1773302.92 |
| 2026-05-29 | 1803421.96 |
| 2026-06-05 | 1846491.09 |
| 2026-06-14 | 1844768.17 |
| 2026-06-21 | 1818307.01 |
| 2026-06-28 | 1815684.17 |
| 2026-07-05 | 1837519.48 |
| 2026-07-12 | 1842662.54 |
| 2026-07-19 | 1850117.68 |
| 2026-07-26 | 1832534.80 |
| 2026-08-02 | 1854240.12 |
| 2026-08-09 | 1855996.62 |
| 2026-08-16 | 1859807.08 |
| 2026-08-24 | 1876258.27 |
| 2026-08-31 | 1861942.05 |
| 2026-09-07 | 1856813.55 |
| 2026-09-14 | 1856742.80 |
| 2026-09-21 | 1839510.12 |
High
1876258.27
Low
56641.25
Average
1682038.55
Get this rate via the API
One GET request returns the FKP/IRR 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=IRR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=IRR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=IRR").json()Replace YOUR_API_KEY with the key from your dashboard.
FKP/IRR API questions
How do I get the FKP/IRR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=IRR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FKP/IRR rate in rates.IRR.
How far back does FKP/IRR historical data go?
Daily FKP/IRR 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/IRR 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.