Skip to content

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

FKP/IRR over 5Y: show the values
PointFKP/IRR
2024-08-2455683.16
2024-10-0755647.63
2024-11-0654574.86
2024-12-0653634.82
2025-01-0552171.32
2025-02-0452016.57
2025-03-0654325.27
2025-04-0654169.70
2025-05-0655848.59
2025-06-0756841.94
2025-07-0757360.08
2025-08-0656100.70
2025-09-0556594.42
2025-10-0656585.68
2025-11-0554861.95
2025-12-0556100.45
2026-01-0556472.59
2026-02-041580007.54
2026-03-061764145.97
2026-04-051737390.48
2026-05-051786147.48
2026-06-061834797.61
2026-07-081836049.47
2026-08-071849692.79
2026-09-071856813.55

High

1856813.55

Low

52016.57

Average

653859.27

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.