GBP to BYN exchange rate API
Pound Sterling to Belarussian Ruble · quoted 2026-09-25
4.0317
▼ +11.28% over 1Y
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 year, GBP/BYN traded between 3.6754 and 4.5727, averaged 4.0212 and fell 11.28%. 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 1Y: show the values
| Point | GBP/BYN |
|---|---|
| 2025-09-25 | 4.5441 |
| 2025-10-02 | 4.5684 |
| 2025-10-09 | 4.5457 |
| 2025-10-16 | 4.5727 |
| 2025-10-23 | 4.5438 |
| 2025-10-30 | 4.4710 |
| 2025-11-06 | 4.4612 |
| 2025-11-13 | 4.4939 |
| 2025-11-20 | 4.4604 |
| 2025-11-27 | 4.5206 |
| 2025-12-04 | 3.8780 |
| 2025-12-11 | 3.9081 |
| 2025-12-18 | 3.9354 |
| 2025-12-25 | 3.9396 |
| 2026-01-01 | 3.9526 |
| 2026-01-08 | 3.9599 |
| 2026-01-15 | 3.8941 |
| 2026-01-22 | 3.8339 |
| 2026-01-29 | 3.9202 |
| 2026-02-05 | 3.8853 |
| 2026-02-12 | 3.9127 |
| 2026-02-19 | 3.8491 |
| 2026-02-26 | 3.8913 |
| 2026-03-05 | 3.9090 |
| 2026-03-12 | 3.9526 |
| 2026-03-19 | 4.0755 |
| 2026-03-26 | 3.9728 |
| 2026-04-02 | 3.9231 |
| 2026-04-09 | 3.9054 |
| 2026-04-16 | 3.8604 |
| 2026-04-23 | 3.8116 |
| 2026-04-30 | 3.8054 |
| 2026-05-07 | 3.8485 |
| 2026-05-14 | 3.7760 |
| 2026-05-21 | 3.6782 |
| 2026-05-28 | 3.6754 |
| 2026-06-04 | 3.8001 |
| 2026-06-12 | 3.6987 |
| 2026-06-19 | 3.6793 |
| 2026-06-26 | 3.7943 |
| 2026-07-03 | 3.8701 |
| 2026-07-10 | 3.8386 |
| 2026-07-17 | 3.8926 |
| 2026-07-24 | 3.8344 |
| 2026-07-31 | 3.9081 |
| 2026-08-07 | 4.0015 |
| 2026-08-14 | 4.0941 |
| 2026-08-21 | 4.1280 |
| 2026-08-28 | 4.0933 |
| 2026-09-04 | 4.1694 |
| 2026-09-11 | 4.1033 |
| 2026-09-18 | 4.0466 |
| 2026-09-25 | 4.0249 |
High
4.5727
Low
3.6754
Average
4.0212
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.