Skip to content

BYN to GEL exchange rate API

Belarussian Ruble to Lari · quoted 2026-09-25

0.85441

▲ +6.83% over 1Y

1 BYN = 0.85441 GEL · 1 GEL = 1.1704 BYN · Get this rate via the API

1 BYN buys 0.85441 GEL as of 2026-09-25, so 1 GEL buys 1.1704 BYN. Over the last year, BYN/GEL traded between 0.78996 and 0.97192, averaged 0.89408 and rose 6.83%. The API holds daily BYN/GEL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BYN/GEL over 1Y

BYN/GEL over 1Y: show the values
PointBYN/GEL
2025-09-250.79977
2025-10-020.80360
2025-10-090.79717
2025-10-160.79501
2025-10-230.79603
2025-10-300.79614
2025-11-060.79416
2025-11-130.79288
2025-11-200.79183
2025-11-270.78996
2025-12-040.92836
2025-12-120.91739
2025-12-190.91833
2025-12-260.92423
2026-01-020.91670
2026-01-090.91584
2026-01-160.93041
2026-01-230.95230
2026-01-300.94830
2026-02-060.93692
2026-02-130.93655
2026-02-200.93540
2026-02-270.92431
2026-03-060.92737
2026-03-130.91994
2026-03-200.89308
2026-03-270.90481
2026-04-030.90682
2026-04-100.93247
2026-04-170.94739
2026-04-240.94971
2026-05-010.95128
2026-05-080.94939
2026-05-160.96083
2026-05-240.97192
2026-05-310.97179
2026-06-090.95330
2026-06-160.95672
2026-06-230.94232
2026-06-300.90474
2026-07-070.91534
2026-07-140.91508
2026-07-210.90656
2026-07-280.91299
2026-08-040.88939
2026-08-110.88028
2026-08-180.85655
2026-08-260.86572
2026-09-020.84302
2026-09-090.84783
2026-09-160.85630
2026-09-230.85745

High

0.97192

Low

0.78996

Average

0.89408

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BYN&currencies=GEL").json()

Replace YOUR_API_KEY with the key from your dashboard.

BYN/GEL API questions

How do I get the BYN/GEL exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BYN&currencies=GEL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BYN/GEL rate in rates.GEL.

How far back does BYN/GEL historical data go?

Daily BYN/GEL rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free BYN/GEL 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.