FKP to IRR exchange rate API
Falkland Islands Pound to Iranian Rial · quoted 2026-09-25
1816306.35
▲ +3161.86% over 5Y
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 5 years, FKP/IRR traded between 52016.57 and 1856813.55, averaged 653859.27 and rose 3161.86%. 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 5Y: show the values
| Point | FKP/IRR |
|---|---|
| 2024-08-24 | 55683.16 |
| 2024-10-07 | 55647.63 |
| 2024-11-06 | 54574.86 |
| 2024-12-06 | 53634.82 |
| 2025-01-05 | 52171.32 |
| 2025-02-04 | 52016.57 |
| 2025-03-06 | 54325.27 |
| 2025-04-06 | 54169.70 |
| 2025-05-06 | 55848.59 |
| 2025-06-07 | 56841.94 |
| 2025-07-07 | 57360.08 |
| 2025-08-06 | 56100.70 |
| 2025-09-05 | 56594.42 |
| 2025-10-06 | 56585.68 |
| 2025-11-05 | 54861.95 |
| 2025-12-05 | 56100.45 |
| 2026-01-05 | 56472.59 |
| 2026-02-04 | 1580007.54 |
| 2026-03-06 | 1764145.97 |
| 2026-04-05 | 1737390.48 |
| 2026-05-05 | 1786147.48 |
| 2026-06-06 | 1834797.61 |
| 2026-07-08 | 1836049.47 |
| 2026-08-07 | 1849692.79 |
| 2026-09-07 | 1856813.55 |
High
1856813.55
Low
52016.57
Average
653859.27
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.