Skip to content

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

GBP/BYN over 1Y: show the values
PointGBP/BYN
2025-09-254.5441
2025-10-024.5684
2025-10-094.5457
2025-10-164.5727
2025-10-234.5438
2025-10-304.4710
2025-11-064.4612
2025-11-134.4939
2025-11-204.4604
2025-11-274.5206
2025-12-043.8780
2025-12-113.9081
2025-12-183.9354
2025-12-253.9396
2026-01-013.9526
2026-01-083.9599
2026-01-153.8941
2026-01-223.8339
2026-01-293.9202
2026-02-053.8853
2026-02-123.9127
2026-02-193.8491
2026-02-263.8913
2026-03-053.9090
2026-03-123.9526
2026-03-194.0755
2026-03-263.9728
2026-04-023.9231
2026-04-093.9054
2026-04-163.8604
2026-04-233.8116
2026-04-303.8054
2026-05-073.8485
2026-05-143.7760
2026-05-213.6782
2026-05-283.6754
2026-06-043.8001
2026-06-123.6987
2026-06-193.6793
2026-06-263.7943
2026-07-033.8701
2026-07-103.8386
2026-07-173.8926
2026-07-243.8344
2026-07-313.9081
2026-08-074.0015
2026-08-144.0941
2026-08-214.1280
2026-08-284.0933
2026-09-044.1694
2026-09-114.1033
2026-09-184.0466
2026-09-254.0249

High

4.5727

Low

3.6754

Average

4.0212

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.