Skip to content

GEL to BYN exchange rate API

Lari to Belarussian Ruble · quoted 2026-09-25

1.1704

▲ +7.68% over YTD

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

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

GEL/BYN over YTD

GEL/BYN over YTD: show the values
PointGEL/BYN
2025-12-311.0869
2026-01-071.0913
2026-01-141.0799
2026-01-211.0696
2026-01-281.0559
2026-02-041.0654
2026-02-111.0719
2026-02-181.0664
2026-02-251.0713
2026-03-041.0751
2026-03-111.0814
2026-03-181.1156
2026-03-251.0933
2026-04-011.1065
2026-04-081.0899
2026-04-151.0626
2026-04-221.0512
2026-04-291.0468
2026-05-061.0500
2026-05-141.0447
2026-05-211.0271
2026-05-291.0286
2026-06-051.0593
2026-06-141.0423
2026-06-211.0485
2026-06-281.1003
2026-07-051.1016
2026-07-121.0878
2026-07-191.1000
2026-07-261.0947
2026-08-021.1062
2026-08-091.1359
2026-08-161.1640
2026-08-241.1578
2026-08-311.1726
2026-09-071.1841
2026-09-141.1696
2026-09-211.1610

High

1.1841

Low

1.0271

Average

1.0920

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GEL/BYN API questions

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

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

How far back does GEL/BYN historical data go?

Daily GEL/BYN 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 GEL/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.