Skip to content

GEL to DOP exchange rate API

Lari to Dominican Peso · quoted 2026-09-25

22.8416

▼ +2.69% over YTD

1 GEL = 22.8416 DOP · 1 DOP = 0.04378 GEL · Get this rate via the API

1 GEL buys 22.8416 DOP as of 2026-09-25, so 1 DOP buys 0.04378 GEL. Over the year to date, GEL/DOP traded between 21.9166 and 23.6574, averaged 22.5494 and fell 2.69%. The API holds daily GEL/DOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GEL/DOP over YTD

GEL/DOP over YTD: show the values
PointGEL/DOP
2025-12-3123.4733
2026-01-0723.5261
2026-01-1423.6574
2026-01-2123.5318
2026-01-2823.3770
2026-02-0423.3484
2026-02-1123.3418
2026-02-1823.0206
2026-02-2522.7881
2026-03-0421.9968
2026-03-1122.1563
2026-03-1822.3918
2026-03-2522.0946
2026-04-0122.3732
2026-04-0822.5733
2026-04-1522.2089
2026-04-2222.4022
2026-04-2921.9851
2026-05-0622.1032
2026-05-1422.0554
2026-05-2122.0690
2026-05-2922.1385
2026-06-0521.9166
2026-06-1422.1281
2026-06-2122.0807
2026-06-2822.5507
2026-07-0522.3880
2026-07-1222.2660
2026-07-1922.2435
2026-07-2622.1629
2026-08-0222.1733
2026-08-0922.2602
2026-08-1622.4310
2026-08-2422.5876
2026-08-3122.6265
2026-09-0722.7658
2026-09-1422.7403
2026-09-2122.6511

High

23.6574

Low

21.9166

Average

22.5494

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GEL/DOP API questions

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

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

How far back does GEL/DOP historical data go?

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