Skip to content

GBP to RUB exchange rate API

Pound Sterling to Russian Ruble · quoted 2026-09-25

112.5832

▲ +0.12% over 1Y

1 GBP = 112.5832 RUB · 1 RUB = 0.008882 GBP · Get this rate via the API

1 GBP buys 112.5832 RUB as of 2026-09-25, so 1 RUB buys 0.008882 GBP. Over the last year, GBP/RUB traded between 95.7092 and 117.0674, averaged 105.8918 and rose 0.12%. The API holds daily GBP/RUB rates from 2005-04-01 — 21 years of history — so any past day, or a whole series, is one request away.

GBP/RUB over 1Y

GBP/RUB over 1Y: show the values
PointGBP/RUB
2025-09-25112.4472
2025-10-02111.0438
2025-10-09108.9878
2025-10-16105.5929
2025-10-23108.7114
2025-10-30104.9055
2025-11-06106.5224
2025-11-13107.0724
2025-11-20105.2071
2025-11-27103.8893
2025-12-04103.4696
2025-12-12107.3861
2025-12-19106.7156
2025-12-26106.2823
2026-01-02105.9964
2026-01-09107.8309
2026-01-16104.9797
2026-01-23102.7705
2026-01-30104.5220
2026-02-06104.2928
2026-02-13105.0998
2026-02-20103.5111
2026-02-27103.5849
2026-03-06104.9157
2026-03-13105.4476
2026-03-20115.1645
2026-03-27108.0736
2026-04-03105.9258
2026-04-10104.3624
2026-04-17103.3625
2026-04-24102.3797
2026-05-01101.9290
2026-05-08101.6040
2026-05-1697.0568
2026-05-2496.1552
2026-05-3195.7092
2026-06-0997.8309
2026-06-1697.1103
2026-06-2398.0976
2026-06-30101.8297
2026-07-07103.2318
2026-07-14102.5916
2026-07-21105.2301
2026-07-28103.5821
2026-08-04108.1087
2026-08-11111.3835
2026-08-18115.0069
2026-08-26114.0423
2026-09-02117.0674
2026-09-09116.4518
2026-09-16113.2949
2026-09-23111.9162

High

117.0674

Low

95.7092

Average

105.8918

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GBP/RUB API questions

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

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

How far back does GBP/RUB historical data go?

Daily GBP/RUB rates are available from 2005-04-01. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free GBP/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.