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: show the values
| Point | GBP/RUB |
|---|---|
| 2025-09-25 | 112.4472 |
| 2025-10-02 | 111.0438 |
| 2025-10-09 | 108.9878 |
| 2025-10-16 | 105.5929 |
| 2025-10-23 | 108.7114 |
| 2025-10-30 | 104.9055 |
| 2025-11-06 | 106.5224 |
| 2025-11-13 | 107.0724 |
| 2025-11-20 | 105.2071 |
| 2025-11-27 | 103.8893 |
| 2025-12-04 | 103.4696 |
| 2025-12-12 | 107.3861 |
| 2025-12-19 | 106.7156 |
| 2025-12-26 | 106.2823 |
| 2026-01-02 | 105.9964 |
| 2026-01-09 | 107.8309 |
| 2026-01-16 | 104.9797 |
| 2026-01-23 | 102.7705 |
| 2026-01-30 | 104.5220 |
| 2026-02-06 | 104.2928 |
| 2026-02-13 | 105.0998 |
| 2026-02-20 | 103.5111 |
| 2026-02-27 | 103.5849 |
| 2026-03-06 | 104.9157 |
| 2026-03-13 | 105.4476 |
| 2026-03-20 | 115.1645 |
| 2026-03-27 | 108.0736 |
| 2026-04-03 | 105.9258 |
| 2026-04-10 | 104.3624 |
| 2026-04-17 | 103.3625 |
| 2026-04-24 | 102.3797 |
| 2026-05-01 | 101.9290 |
| 2026-05-08 | 101.6040 |
| 2026-05-16 | 97.0568 |
| 2026-05-24 | 96.1552 |
| 2026-05-31 | 95.7092 |
| 2026-06-09 | 97.8309 |
| 2026-06-16 | 97.1103 |
| 2026-06-23 | 98.0976 |
| 2026-06-30 | 101.8297 |
| 2026-07-07 | 103.2318 |
| 2026-07-14 | 102.5916 |
| 2026-07-21 | 105.2301 |
| 2026-07-28 | 103.5821 |
| 2026-08-04 | 108.1087 |
| 2026-08-11 | 111.3835 |
| 2026-08-18 | 115.0069 |
| 2026-08-26 | 114.0423 |
| 2026-09-02 | 117.0674 |
| 2026-09-09 | 116.4518 |
| 2026-09-16 | 113.2949 |
| 2026-09-23 | 111.9162 |
High
117.0674
Low
95.7092
Average
105.8918
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=RUB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=RUB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=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¤cies=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.