FKP to IRR exchange rate API
Falkland Islands Pound to Iranian Rial · quoted 2026-09-25
1816306.35
▲ +3111.88% over 1Y
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 last year, FKP/IRR traded between 54933.95 and 1876125.42, averaged 1254686.39 and rose 3111.88%. 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 1Y: show the values
| Point | FKP/IRR |
|---|---|
| 2025-09-25 | 56549.60 |
| 2025-10-02 | 56656.99 |
| 2025-10-09 | 56421.28 |
| 2025-10-16 | 56503.94 |
| 2025-10-23 | 56104.53 |
| 2025-10-30 | 55558.43 |
| 2025-11-06 | 54966.80 |
| 2025-11-13 | 55222.64 |
| 2025-11-20 | 54933.95 |
| 2025-11-27 | 55848.34 |
| 2025-12-04 | 56135.81 |
| 2025-12-12 | 56325.64 |
| 2025-12-19 | 56296.58 |
| 2025-12-26 | 56553.41 |
| 2026-01-02 | 56620.62 |
| 2026-01-09 | 56562.28 |
| 2026-01-16 | 1424561.19 |
| 2026-01-23 | 1451165.22 |
| 2026-01-30 | 1514545.52 |
| 2026-02-06 | 1602737.75 |
| 2026-02-13 | 1738478.59 |
| 2026-02-20 | 1727205.15 |
| 2026-02-27 | 1769636.74 |
| 2026-03-06 | 1764145.97 |
| 2026-03-13 | 1759798.91 |
| 2026-03-20 | 1763341.54 |
| 2026-03-27 | 1752642.74 |
| 2026-04-03 | 1740544.10 |
| 2026-04-10 | 1768633.21 |
| 2026-04-17 | 1792455.31 |
| 2026-04-24 | 1779868.51 |
| 2026-05-01 | 1773920.29 |
| 2026-05-08 | 1785112.15 |
| 2026-05-16 | 1758163.97 |
| 2026-05-24 | 1777150.64 |
| 2026-05-31 | 1818018.80 |
| 2026-06-09 | 1835714.54 |
| 2026-06-16 | 1842813.13 |
| 2026-06-23 | 1821245.94 |
| 2026-06-30 | 1821535.46 |
| 2026-07-07 | 1842639.58 |
| 2026-07-14 | 1836793.11 |
| 2026-07-21 | 1847971.48 |
| 2026-07-28 | 1827927.63 |
| 2026-08-04 | 1846854.35 |
| 2026-08-11 | 1857433.75 |
| 2026-08-18 | 1862327.25 |
| 2026-08-26 | 1876125.42 |
| 2026-09-02 | 1856483.83 |
| 2026-09-09 | 1862101.29 |
| 2026-09-16 | 1853030.34 |
| 2026-09-23 | 1831688.25 |
High
1876125.42
Low
54933.95
Average
1254686.39
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.