Skip to content

TOP to GEL exchange rate API

Pa’anga to Lari · quoted 2026-09-27

1.0791

▼ +6.29% over 1Y

1 TOP = 1.0791 GEL · 1 GEL = 0.92674 TOP · Get this rate via the API

1 TOP buys 1.0791 GEL as of 2026-09-27, so 1 GEL buys 0.92674 TOP. Over the last year, TOP/GEL traded between 1.0791 and 1.1655, averaged 1.1287 and fell 6.29%. The API holds daily TOP/GEL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TOP/GEL over 1Y

TOP/GEL over 1Y: show the values
PointTOP/GEL
2025-09-271.1514
2025-10-041.1314
2025-10-111.1438
2025-10-181.1418
2025-10-251.1460
2025-11-011.1499
2025-11-081.1240
2025-11-151.1232
2025-11-221.1227
2025-11-291.1213
2025-12-061.1180
2025-12-141.1254
2025-12-211.1264
2025-12-281.1236
2026-01-041.1270
2026-01-111.1212
2026-01-181.1262
2026-01-251.1492
2026-02-011.1543
2026-02-081.1415
2026-02-151.1426
2026-02-221.1353
2026-03-011.1352
2026-03-081.1655
2026-03-151.1554
2026-03-221.1480
2026-03-291.1469
2026-04-051.1467
2026-04-131.1451
2026-04-201.1419
2026-04-271.1437
2026-05-041.1471
2026-05-111.1437
2026-05-191.1430
2026-05-271.1423
2026-06-031.1381
2026-06-121.1283
2026-06-191.1310
2026-06-261.1237
2026-07-031.1132
2026-07-101.1114
2026-07-171.1265
2026-07-241.1230
2026-07-311.1162
2026-08-071.1173
2026-08-141.1065
2026-08-221.0815
2026-08-291.1035
2026-09-051.1043
2026-09-121.0992
2026-09-191.0849
2026-09-261.0807

High

1.1655

Low

1.0791

Average

1.1287

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TOP/GEL API questions

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

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

How far back does TOP/GEL historical data go?

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