Skip to content

BRL to GEL exchange rate API

Brazilian Real to Lari · quoted 2026-09-25

0.50095

▼ +1.24% over 30D

1 BRL = 0.50095 GEL · 1 GEL = 1.9962 BRL · Get this rate via the API

1 BRL buys 0.50095 GEL as of 2026-09-25, so 1 GEL buys 1.9962 BRL. Over the last 30 days, BRL/GEL traded between 0.50076 and 0.51363, averaged 0.50610 and fell 1.24%. The API holds daily BRL/GEL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BRL/GEL over 30D

BRL/GEL over 30D: show the values
PointBRL/GEL
2026-08-260.50723
2026-08-270.50637
2026-08-280.50440
2026-08-290.50144
2026-08-300.50076
2026-08-310.50296
2026-09-010.50139
2026-09-020.50667
2026-09-030.51363
2026-09-040.51077
2026-09-050.50839
2026-09-060.50831
2026-09-070.50733
2026-09-080.50924
2026-09-090.51123
2026-09-100.50775
2026-09-110.50895
2026-09-120.50760
2026-09-130.50810
2026-09-140.50384
2026-09-150.50447
2026-09-160.50500
2026-09-170.50665
2026-09-180.50482
2026-09-190.50555
2026-09-200.50544
2026-09-210.50678
2026-09-220.50743
2026-09-230.50718
2026-09-240.50366
2026-09-250.50095

High

0.51363

Low

0.50076

Average

0.50610

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BRL/GEL API questions

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

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

How far back does BRL/GEL historical data go?

Daily BRL/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 BRL/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.