Skip to content

GBP to BYN exchange rate API

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

4.0317

▲ +18.04% over 5Y

1 GBP = 4.0317 BYN · 1 BYN = 0.24804 GBP · Get this rate via the API

1 GBP buys 4.0317 BYN as of 2026-09-25, so 1 BYN buys 0.24804 GBP. Over the last 5 years, GBP/BYN traded between 2.8505 and 4.6193, averaged 3.8768 and rose 18.04%. The API holds daily GBP/BYN rates from 2016-07-01 — 10 years of history — so any past day, or a whole series, is one request away.

GBP/BYN over 5Y

GBP/BYN over 5Y: show the values
PointGBP/BYN
2021-09-273.4154
2021-11-083.3161
2021-12-203.3486
2022-02-013.4907
2022-03-154.3500
2022-04-294.2289
2022-06-154.0775
2022-07-273.0461
2022-09-072.8841
2022-10-192.8505
2022-11-303.0300
2023-01-123.0657
2023-02-233.0402
2023-04-113.1379
2023-05-263.1259
2023-07-103.2256
2023-08-213.2211
2023-10-024.0011
2023-11-134.0329
2023-12-274.2073
2024-02-084.1230
2024-03-214.1660
2024-05-084.0841
2024-06-244.1438
2024-08-054.1782
2024-09-154.2985
2024-10-224.2475
2024-11-214.1350
2024-12-214.1152
2025-01-203.9895
2025-02-194.1205
2025-03-214.2286
2025-04-204.3520
2025-05-204.3720
2025-06-194.3996
2025-07-194.3912
2025-08-184.5247
2025-09-174.6193
2025-10-174.5726
2025-11-164.4896
2025-12-163.9356
2026-01-153.8941
2026-02-143.9054
2026-03-163.9427
2026-04-153.8661
2026-05-153.7327
2026-06-153.7133
2026-07-153.8483
2026-08-144.0941
2026-09-134.1043

High

4.6193

Low

2.8505

Average

3.8768

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GBP/BYN API questions

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

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

How far back does GBP/BYN historical data go?

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

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