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: show the values
| Point | OMR/GEL |
|---|---|
| 2025-09-25 | 7.0153 |
| 2025-10-02 | 7.0567 |
| 2025-10-09 | 7.0205 |
| 2025-10-16 | 7.0147 |
| 2025-10-23 | 7.0256 |
| 2025-10-30 | 7.0264 |
| 2025-11-06 | 7.0093 |
| 2025-11-13 | 7.0064 |
| 2025-11-20 | 7.0048 |
| 2025-11-27 | 6.9900 |
| 2025-12-04 | 6.9915 |
| 2025-12-12 | 6.9842 |
| 2025-12-19 | 6.9775 |
| 2025-12-26 | 6.9800 |
| 2026-01-02 | 6.9734 |
| 2026-01-09 | 6.9799 |
| 2026-01-16 | 6.9775 |
| 2026-01-23 | 6.9707 |
| 2026-01-30 | 6.9652 |
| 2026-02-06 | 6.9631 |
| 2026-02-13 | 6.9499 |
| 2026-02-20 | 6.9351 |
| 2026-02-27 | 6.9234 |
| 2026-03-06 | 7.0523 |
| 2026-03-13 | 7.0523 |
| 2026-03-20 | 7.0483 |
| 2026-03-27 | 6.9890 |
| 2026-04-03 | 6.9608 |
| 2026-04-10 | 6.9683 |
| 2026-04-17 | 6.9820 |
| 2026-04-24 | 6.9559 |
| 2026-05-01 | 6.9554 |
| 2026-05-08 | 6.9424 |
| 2026-05-16 | 6.9422 |
| 2026-05-24 | 6.9178 |
| 2026-05-31 | 6.9065 |
| 2026-06-09 | 6.8764 |
| 2026-06-16 | 6.8665 |
| 2026-06-23 | 6.8553 |
| 2026-06-30 | 6.8331 |
| 2026-07-07 | 6.8214 |
| 2026-07-14 | 6.8073 |
| 2026-07-21 | 6.7916 |
| 2026-07-28 | 6.7887 |
| 2026-08-04 | 6.7810 |
| 2026-08-11 | 6.7736 |
| 2026-08-18 | 6.7531 |
| 2026-08-26 | 6.7631 |
| 2026-09-02 | 6.7610 |
| 2026-09-09 | 6.7398 |
| 2026-09-16 | 6.7322 |
| 2026-09-23 | 6.7434 |
High
7.0567
Low
6.7322
Average
6.9215
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=OMR¤cies=GEL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=OMR¤cies=GEL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=OMR¤cies=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¤cies=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.