GBP to BYN exchange rate API
Pound Sterling to Belarussian Ruble · quoted 2026-09-25
4.0296
▲ +2.24% over 6M
1 GBP = 4.0296 BYN · 1 BYN = 0.24816 GBP · Get this rate via the API
1 GBP buys 4.0296 BYN as of 2026-09-25, so 1 BYN buys 0.24816 GBP. Over the last 6 months, GBP/BYN traded between 3.6863 and 4.1666, averaged 3.8943 and rose 2.24%. 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 6M: show the values
| Point | GBP/BYN |
|---|---|
| 2026-03-29 | 3.9412 |
| 2026-04-05 | 3.8931 |
| 2026-04-12 | 3.8493 |
| 2026-04-19 | 3.8432 |
| 2026-04-26 | 3.8194 |
| 2026-05-03 | 3.8397 |
| 2026-05-10 | 3.8332 |
| 2026-05-17 | 3.7059 |
| 2026-05-24 | 3.6896 |
| 2026-05-31 | 3.6863 |
| 2026-06-08 | 3.7504 |
| 2026-06-15 | 3.7133 |
| 2026-06-22 | 3.6940 |
| 2026-06-29 | 3.8465 |
| 2026-07-06 | 3.8764 |
| 2026-07-13 | 3.8323 |
| 2026-07-20 | 3.8886 |
| 2026-07-27 | 3.8175 |
| 2026-08-03 | 3.9260 |
| 2026-08-10 | 4.0130 |
| 2026-08-17 | 4.1197 |
| 2026-08-24 | 4.0999 |
| 2026-08-31 | 4.1296 |
| 2026-09-07 | 4.1666 |
| 2026-09-14 | 4.1004 |
| 2026-09-21 | 4.0414 |
High
4.1666
Low
3.6863
Average
3.8943
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.