Skip to content

ZAR to GEL exchange rate API

Rand to Lari · quoted 2026-09-25

0.15937

▲ +2.08% over 1Y

1 ZAR = 0.15937 GEL · 1 GEL = 6.2748 ZAR · Get this rate via the API

1 ZAR buys 0.15937 GEL as of 2026-09-25, so 1 GEL buys 6.2748 ZAR. Over the last year, ZAR/GEL traded between 0.15598 and 0.16874, averaged 0.16112 and rose 2.08%. The API holds daily ZAR/GEL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZAR/GEL over 1Y

ZAR/GEL over 1Y: show the values
PointZAR/GEL
2025-09-250.15612
2025-10-020.15850
2025-10-090.15845
2025-10-160.15636
2025-10-230.15630
2025-10-300.15631
2025-11-060.15598
2025-11-130.15906
2025-11-200.15685
2025-11-270.15712
2025-12-040.15893
2025-12-120.15993
2025-12-190.16052
2025-12-260.16169
2026-01-020.16299
2026-01-090.16255
2026-01-160.16434
2026-01-230.16665
2026-01-300.16874
2026-02-060.16666
2026-02-130.16730
2026-02-200.16628
2026-02-270.16765
2026-03-060.16285
2026-03-130.16205
2026-03-200.16113
2026-03-270.15692
2026-04-030.15790
2026-04-100.16373
2026-04-170.16448
2026-04-240.16212
2026-05-010.16102
2026-05-080.16321
2026-05-160.16001
2026-05-240.16265
2026-05-310.16375
2026-06-090.16133
2026-06-160.16371
2026-06-230.16053
2026-06-300.16110
2026-07-070.16215
2026-07-140.15962
2026-07-210.15943
2026-07-280.15613
2026-08-040.15920
2026-08-110.16160
2026-08-180.16071
2026-08-260.16402
2026-09-020.16215
2026-09-090.16220
2026-09-160.15974
2026-09-230.15923

High

0.16874

Low

0.15598

Average

0.16112

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ZAR/GEL API questions

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

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

How far back does ZAR/GEL historical data go?

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