Skip to content

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

FKP/IRR over YTD: show the values
PointFKP/IRR
2025-12-3156641.25
2026-01-0756789.30
2026-01-141394644.18
2026-01-211440392.22
2026-01-281490981.39
2026-02-041580007.54
2026-02-111708253.24
2026-02-181737078.69
2026-02-251750849.03
2026-03-041747240.62
2026-03-111775185.65
2026-03-181755829.38
2026-03-251759492.74
2026-04-011738867.92
2026-04-081763662.43
2026-04-151771160.87
2026-04-221788661.79
2026-04-291783283.93
2026-05-061781127.13
2026-05-141776927.19
2026-05-211773302.92
2026-05-291803421.96
2026-06-051846491.09
2026-06-141844768.17
2026-06-211818307.01
2026-06-281815684.17
2026-07-051837519.48
2026-07-121842662.54
2026-07-191850117.68
2026-07-261832534.80
2026-08-021854240.12
2026-08-091855996.62
2026-08-161859807.08
2026-08-241876258.27
2026-08-311861942.05
2026-09-071856813.55
2026-09-141856742.80
2026-09-211839510.12

High

1876258.27

Low

56641.25

Average

1682038.55

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.