Skip to content

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

GBP/BYN over 6M: show the values
PointGBP/BYN
2026-03-293.9412
2026-04-053.8931
2026-04-123.8493
2026-04-193.8432
2026-04-263.8194
2026-05-033.8397
2026-05-103.8332
2026-05-173.7059
2026-05-243.6896
2026-05-313.6863
2026-06-083.7504
2026-06-153.7133
2026-06-223.6940
2026-06-293.8465
2026-07-063.8764
2026-07-133.8323
2026-07-203.8886
2026-07-273.8175
2026-08-033.9260
2026-08-104.0130
2026-08-174.1197
2026-08-244.0999
2026-08-314.1296
2026-09-074.1666
2026-09-144.1004
2026-09-214.0414

High

4.1666

Low

3.6863

Average

3.8943

For developers

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=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&currencies=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.