Skip to content

GEL to BYN exchange rate API

Lari to Belarussian Ruble · quoted 2026-09-25

1.1704

▼ +6.39% over 1Y

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 last year, GEL/BYN traded between 1.0289 and 1.2659, averaged 1.1232 and fell 6.39%. 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 1Y

GEL/BYN over 1Y: show the values
PointGEL/BYN
2025-09-251.2504
2025-10-021.2444
2025-10-091.2544
2025-10-161.2578
2025-10-231.2562
2025-10-301.2561
2025-11-061.2592
2025-11-131.2612
2025-11-201.2629
2025-11-271.2659
2025-12-041.0772
2025-12-121.0901
2025-12-191.0889
2025-12-261.0820
2026-01-021.0909
2026-01-091.0919
2026-01-161.0748
2026-01-231.0501
2026-01-301.0545
2026-02-061.0673
2026-02-131.0677
2026-02-201.0691
2026-02-271.0819
2026-03-061.0783
2026-03-131.0870
2026-03-201.1197
2026-03-271.1052
2026-04-031.1028
2026-04-101.0724
2026-04-171.0555
2026-04-241.0529
2026-05-011.0512
2026-05-081.0533
2026-05-161.0408
2026-05-241.0289
2026-05-311.0290
2026-06-091.0490
2026-06-161.0452
2026-06-231.0612
2026-06-301.1053
2026-07-071.0925
2026-07-141.0928
2026-07-211.1031
2026-07-281.0953
2026-08-041.1244
2026-08-111.1360
2026-08-181.1675
2026-08-261.1551
2026-09-021.1862
2026-09-091.1795
2026-09-161.1678
2026-09-231.1663

High

1.2659

Low

1.0289

Average

1.1232

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.