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: show the values
| Point | BYN/GBP |
|---|---|
| 2025-09-25 | 0.22006 |
| 2025-10-02 | 0.21890 |
| 2025-10-09 | 0.21999 |
| 2025-10-16 | 0.21869 |
| 2025-10-23 | 0.22008 |
| 2025-10-30 | 0.22366 |
| 2025-11-06 | 0.22415 |
| 2025-11-13 | 0.22252 |
| 2025-11-20 | 0.22420 |
| 2025-11-27 | 0.22121 |
| 2025-12-04 | 0.25786 |
| 2025-12-11 | 0.25588 |
| 2025-12-18 | 0.25410 |
| 2025-12-25 | 0.25383 |
| 2026-01-01 | 0.25300 |
| 2026-01-08 | 0.25253 |
| 2026-01-15 | 0.25680 |
| 2026-01-22 | 0.26083 |
| 2026-01-29 | 0.25509 |
| 2026-02-05 | 0.25738 |
| 2026-02-12 | 0.25558 |
| 2026-02-19 | 0.25980 |
| 2026-02-26 | 0.25698 |
| 2026-03-05 | 0.25582 |
| 2026-03-12 | 0.25300 |
| 2026-03-19 | 0.24537 |
| 2026-03-26 | 0.25171 |
| 2026-04-02 | 0.25490 |
| 2026-04-09 | 0.25605 |
| 2026-04-16 | 0.25904 |
| 2026-04-23 | 0.26235 |
| 2026-04-30 | 0.26278 |
| 2026-05-07 | 0.25984 |
| 2026-05-14 | 0.26483 |
| 2026-05-21 | 0.27187 |
| 2026-05-28 | 0.27208 |
| 2026-06-04 | 0.26315 |
| 2026-06-12 | 0.27037 |
| 2026-06-19 | 0.27179 |
| 2026-06-26 | 0.26355 |
| 2026-07-03 | 0.25839 |
| 2026-07-10 | 0.26051 |
| 2026-07-17 | 0.25689 |
| 2026-07-24 | 0.26080 |
| 2026-07-31 | 0.25588 |
| 2026-08-07 | 0.24991 |
| 2026-08-14 | 0.24425 |
| 2026-08-21 | 0.24225 |
| 2026-08-28 | 0.24430 |
| 2026-09-04 | 0.23984 |
| 2026-09-11 | 0.24370 |
| 2026-09-18 | 0.24712 |
| 2026-09-25 | 0.24857 |
High
0.27208
Low
0.21869
Average
0.24967
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BYN¤cies=GBP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BYN¤cies=GBP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BYN¤cies=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¤cies=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.