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: show the values
| Point | GBP/BYN |
|---|---|
| 2021-09-27 | 3.4154 |
| 2021-11-08 | 3.3161 |
| 2021-12-20 | 3.3486 |
| 2022-02-01 | 3.4907 |
| 2022-03-15 | 4.3500 |
| 2022-04-29 | 4.2289 |
| 2022-06-15 | 4.0775 |
| 2022-07-27 | 3.0461 |
| 2022-09-07 | 2.8841 |
| 2022-10-19 | 2.8505 |
| 2022-11-30 | 3.0300 |
| 2023-01-12 | 3.0657 |
| 2023-02-23 | 3.0402 |
| 2023-04-11 | 3.1379 |
| 2023-05-26 | 3.1259 |
| 2023-07-10 | 3.2256 |
| 2023-08-21 | 3.2211 |
| 2023-10-02 | 4.0011 |
| 2023-11-13 | 4.0329 |
| 2023-12-27 | 4.2073 |
| 2024-02-08 | 4.1230 |
| 2024-03-21 | 4.1660 |
| 2024-05-08 | 4.0841 |
| 2024-06-24 | 4.1438 |
| 2024-08-05 | 4.1782 |
| 2024-09-15 | 4.2985 |
| 2024-10-22 | 4.2475 |
| 2024-11-21 | 4.1350 |
| 2024-12-21 | 4.1152 |
| 2025-01-20 | 3.9895 |
| 2025-02-19 | 4.1205 |
| 2025-03-21 | 4.2286 |
| 2025-04-20 | 4.3520 |
| 2025-05-20 | 4.3720 |
| 2025-06-19 | 4.3996 |
| 2025-07-19 | 4.3912 |
| 2025-08-18 | 4.5247 |
| 2025-09-17 | 4.6193 |
| 2025-10-17 | 4.5726 |
| 2025-11-16 | 4.4896 |
| 2025-12-16 | 3.9356 |
| 2026-01-15 | 3.8941 |
| 2026-02-14 | 3.9054 |
| 2026-03-16 | 3.9427 |
| 2026-04-15 | 3.8661 |
| 2026-05-15 | 3.7327 |
| 2026-06-15 | 3.7133 |
| 2026-07-15 | 3.8483 |
| 2026-08-14 | 4.0941 |
| 2026-09-13 | 4.1043 |
High
4.6193
Low
2.8505
Average
3.8768
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=BYN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=BYN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=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¤cies=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.