Skip to content

OMR to GEL exchange rate API

Rial Omani to Lari · quoted 2026-09-25

6.7379

▼ +3.95% over 1Y

1 OMR = 6.7379 GEL · 1 GEL = 0.14841 OMR · Get this rate via the API

1 OMR buys 6.7379 GEL as of 2026-09-25, so 1 GEL buys 0.14841 OMR. Over the last year, OMR/GEL traded between 6.7322 and 7.0567, averaged 6.9215 and fell 3.95%. The API holds daily OMR/GEL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

OMR/GEL over 1Y

OMR/GEL over 1Y: show the values
PointOMR/GEL
2025-09-257.0153
2025-10-027.0567
2025-10-097.0205
2025-10-167.0147
2025-10-237.0256
2025-10-307.0264
2025-11-067.0093
2025-11-137.0064
2025-11-207.0048
2025-11-276.9900
2025-12-046.9915
2025-12-126.9842
2025-12-196.9775
2025-12-266.9800
2026-01-026.9734
2026-01-096.9799
2026-01-166.9775
2026-01-236.9707
2026-01-306.9652
2026-02-066.9631
2026-02-136.9499
2026-02-206.9351
2026-02-276.9234
2026-03-067.0523
2026-03-137.0523
2026-03-207.0483
2026-03-276.9890
2026-04-036.9608
2026-04-106.9683
2026-04-176.9820
2026-04-246.9559
2026-05-016.9554
2026-05-086.9424
2026-05-166.9422
2026-05-246.9178
2026-05-316.9065
2026-06-096.8764
2026-06-166.8665
2026-06-236.8553
2026-06-306.8331
2026-07-076.8214
2026-07-146.8073
2026-07-216.7916
2026-07-286.7887
2026-08-046.7810
2026-08-116.7736
2026-08-186.7531
2026-08-266.7631
2026-09-026.7610
2026-09-096.7398
2026-09-166.7322
2026-09-236.7434

High

7.0567

Low

6.7322

Average

6.9215

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

OMR/GEL API questions

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

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

How far back does OMR/GEL historical data go?

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