Skip to content

FKP to RUB exchange rate API

Falkland Islands Pound to Russian Ruble · quoted 2026-09-25

112.3150

▼ +0.35% over 1Y

1 FKP = 112.3150 RUB · 1 RUB = 0.008904 FKP · Get this rate via the API

1 FKP buys 112.3150 RUB as of 2026-09-25, so 1 RUB buys 0.008904 FKP. Over the last year, FKP/RUB traded between 95.7376 and 117.2300, averaged 105.9419 and fell 0.35%. The API holds daily FKP/RUB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FKP/RUB over 1Y

FKP/RUB over 1Y: show the values
PointFKP/RUB
2025-09-25112.7121
2025-10-02111.0824
2025-10-09109.2932
2025-10-16105.7040
2025-10-23108.7479
2025-10-30105.5725
2025-11-06106.2737
2025-11-13106.6483
2025-11-20105.0928
2025-11-27104.0623
2025-12-04103.4684
2025-12-12107.4718
2025-12-19106.8356
2025-12-26106.3803
2026-01-02106.3659
2026-01-09107.9179
2026-01-16104.8553
2026-01-23102.5421
2026-01-30104.4357
2026-02-06103.9825
2026-02-13105.1976
2026-02-20103.1750
2026-02-27103.6919
2026-03-06105.1786
2026-03-13106.1717
2026-03-20115.5567
2026-03-27108.5764
2026-04-03106.1122
2026-04-10104.3216
2026-04-17103.6319
2026-04-24102.4645
2026-05-01101.0786
2026-05-08101.4995
2026-05-1697.0568
2026-05-2496.0786
2026-05-3195.7376
2026-06-0997.4258
2026-06-1697.0443
2026-06-2398.3439
2026-06-30101.9301
2026-07-07103.2670
2026-07-14102.3960
2026-07-21105.4832
2026-07-28103.6816
2026-08-04107.9673
2026-08-11111.4683
2026-08-18115.1693
2026-08-26114.1689
2026-09-02117.2300
2026-09-09116.2943
2026-09-16113.5054
2026-09-23112.2583

High

117.2300

Low

95.7376

Average

105.9419

For developers

Get this rate via the API

One GET request returns the FKP/RUB 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=RUB"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=RUB");
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=RUB").json()

Replace YOUR_API_KEY with the key from your dashboard.

FKP/RUB API questions

How do I get the FKP/RUB exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=RUB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FKP/RUB rate in rates.RUB.

How far back does FKP/RUB historical data go?

Daily FKP/RUB 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/RUB 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.