Skip to content

BYN to GBP exchange rate API

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

0.24835

▲ +12.85% over 1Y

1 BYN = 0.24835 GBP · 1 GBP = 4.0266 BYN · Get this rate via the API

1 BYN buys 0.24835 GBP as of 2026-09-25, so 1 GBP buys 4.0266 BYN. Over the last year, BYN/GBP traded between 0.21869 and 0.27208, averaged 0.24967 and rose 12.85%. The API holds daily BYN/GBP rates from 2016-07-01 — 10 years of history — so any past day, or a whole series, is one request away.

BYN/GBP over 1Y

BYN/GBP over 1Y: show the values
PointBYN/GBP
2025-09-250.22006
2025-10-020.21890
2025-10-090.21999
2025-10-160.21869
2025-10-230.22008
2025-10-300.22366
2025-11-060.22415
2025-11-130.22252
2025-11-200.22420
2025-11-270.22121
2025-12-040.25786
2025-12-110.25588
2025-12-180.25410
2025-12-250.25383
2026-01-010.25300
2026-01-080.25253
2026-01-150.25680
2026-01-220.26083
2026-01-290.25509
2026-02-050.25738
2026-02-120.25558
2026-02-190.25980
2026-02-260.25698
2026-03-050.25582
2026-03-120.25300
2026-03-190.24537
2026-03-260.25171
2026-04-020.25490
2026-04-090.25605
2026-04-160.25904
2026-04-230.26235
2026-04-300.26278
2026-05-070.25984
2026-05-140.26483
2026-05-210.27187
2026-05-280.27208
2026-06-040.26315
2026-06-120.27037
2026-06-190.27179
2026-06-260.26355
2026-07-030.25839
2026-07-100.26051
2026-07-170.25689
2026-07-240.26080
2026-07-310.25588
2026-08-070.24991
2026-08-140.24425
2026-08-210.24225
2026-08-280.24430
2026-09-040.23984
2026-09-110.24370
2026-09-180.24712
2026-09-250.24857

High

0.27208

Low

0.21869

Average

0.24967

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BYN&currencies=GBP").json()

Replace YOUR_API_KEY with the key from your dashboard.

BYN/GBP API questions

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

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

How far back does BYN/GBP historical data go?

Daily BYN/GBP 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 BYN/GBP 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.