Skip to content

GEL to WST exchange rate API

Lari to Tala · quoted 2026-09-25

1.0575

▲ +2.98% over YTD

1 GEL = 1.0575 WST · 1 WST = 0.94563 GEL · Get this rate via the API

1 GEL buys 1.0575 WST as of 2026-09-25, so 1 WST buys 0.94563 GEL. Over the year to date, GEL/WST traded between 0.99351 and 1.0575, averaged 1.0233 and rose 2.98%. The API holds daily GEL/WST rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GEL/WST over YTD

GEL/WST over YTD: show the values
PointGEL/WST
2025-12-311.0269
2026-01-071.0266
2026-01-141.0290
2026-01-211.0243
2026-01-281.0095
2026-02-041.0052
2026-02-111.0036
2026-02-181.0055
2026-02-251.0115
2026-03-041.0004
2026-03-110.9935
2026-03-181.0003
2026-03-251.0083
2026-04-011.0189
2026-04-081.0223
2026-04-151.0086
2026-04-221.0091
2026-04-291.0031
2026-05-061.0019
2026-05-141.0024
2026-05-211.0053
2026-05-291.0068
2026-06-051.0147
2026-06-141.0244
2026-06-211.0313
2026-06-281.0412
2026-07-051.0450
2026-07-121.0414
2026-07-191.0374
2026-07-261.0453
2026-08-021.0402
2026-08-091.0437
2026-08-161.0459
2026-08-241.0412
2026-08-311.0368
2026-09-071.0416
2026-09-141.0475
2026-09-211.0501

High

1.0575

Low

0.99351

Average

1.0233

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GEL/WST API questions

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

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

How far back does GEL/WST historical data go?

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