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: show the values
| Point | FKP/RUB |
|---|---|
| 2025-09-25 | 112.7121 |
| 2025-10-02 | 111.0824 |
| 2025-10-09 | 109.2932 |
| 2025-10-16 | 105.7040 |
| 2025-10-23 | 108.7479 |
| 2025-10-30 | 105.5725 |
| 2025-11-06 | 106.2737 |
| 2025-11-13 | 106.6483 |
| 2025-11-20 | 105.0928 |
| 2025-11-27 | 104.0623 |
| 2025-12-04 | 103.4684 |
| 2025-12-12 | 107.4718 |
| 2025-12-19 | 106.8356 |
| 2025-12-26 | 106.3803 |
| 2026-01-02 | 106.3659 |
| 2026-01-09 | 107.9179 |
| 2026-01-16 | 104.8553 |
| 2026-01-23 | 102.5421 |
| 2026-01-30 | 104.4357 |
| 2026-02-06 | 103.9825 |
| 2026-02-13 | 105.1976 |
| 2026-02-20 | 103.1750 |
| 2026-02-27 | 103.6919 |
| 2026-03-06 | 105.1786 |
| 2026-03-13 | 106.1717 |
| 2026-03-20 | 115.5567 |
| 2026-03-27 | 108.5764 |
| 2026-04-03 | 106.1122 |
| 2026-04-10 | 104.3216 |
| 2026-04-17 | 103.6319 |
| 2026-04-24 | 102.4645 |
| 2026-05-01 | 101.0786 |
| 2026-05-08 | 101.4995 |
| 2026-05-16 | 97.0568 |
| 2026-05-24 | 96.0786 |
| 2026-05-31 | 95.7376 |
| 2026-06-09 | 97.4258 |
| 2026-06-16 | 97.0443 |
| 2026-06-23 | 98.3439 |
| 2026-06-30 | 101.9301 |
| 2026-07-07 | 103.2670 |
| 2026-07-14 | 102.3960 |
| 2026-07-21 | 105.4832 |
| 2026-07-28 | 103.6816 |
| 2026-08-04 | 107.9673 |
| 2026-08-11 | 111.4683 |
| 2026-08-18 | 115.1693 |
| 2026-08-26 | 114.1689 |
| 2026-09-02 | 117.2300 |
| 2026-09-09 | 116.2943 |
| 2026-09-16 | 113.5054 |
| 2026-09-23 | 112.2583 |
High
117.2300
Low
95.7376
Average
105.9419
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=RUB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=RUB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=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¤cies=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.