Skip to content

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

FKP/IRR over 1Y: show the values
PointFKP/IRR
2025-09-2556549.60
2025-10-0256656.99
2025-10-0956421.28
2025-10-1656503.94
2025-10-2356104.53
2025-10-3055558.43
2025-11-0654966.80
2025-11-1355222.64
2025-11-2054933.95
2025-11-2755848.34
2025-12-0456135.81
2025-12-1256325.64
2025-12-1956296.58
2025-12-2656553.41
2026-01-0256620.62
2026-01-0956562.28
2026-01-161424561.19
2026-01-231451165.22
2026-01-301514545.52
2026-02-061602737.75
2026-02-131738478.59
2026-02-201727205.15
2026-02-271769636.74
2026-03-061764145.97
2026-03-131759798.91
2026-03-201763341.54
2026-03-271752642.74
2026-04-031740544.10
2026-04-101768633.21
2026-04-171792455.31
2026-04-241779868.51
2026-05-011773920.29
2026-05-081785112.15
2026-05-161758163.97
2026-05-241777150.64
2026-05-311818018.80
2026-06-091835714.54
2026-06-161842813.13
2026-06-231821245.94
2026-06-301821535.46
2026-07-071842639.58
2026-07-141836793.11
2026-07-211847971.48
2026-07-281827927.63
2026-08-041846854.35
2026-08-111857433.75
2026-08-181862327.25
2026-08-261876125.42
2026-09-021856483.83
2026-09-091862101.29
2026-09-161853030.34
2026-09-231831688.25

High

1876125.42

Low

54933.95

Average

1254686.39

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=IRR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=IRR");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=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&currencies=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.