Skip to content

GEL to DOP exchange rate API

Lari to Dominican Peso · quoted 2026-09-25

22.8416

▼ +0.34% over 1Y

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 last year, GEL/DOP traded between 21.6007 and 23.7732, averaged 22.7636 and fell 0.34%. 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 1Y

GEL/DOP over 1Y: show the values
PointGEL/DOP
2025-09-2522.9200
2025-10-0222.9104
2025-10-0923.1182
2025-10-1623.2592
2025-10-2323.4317
2025-10-3023.6673
2025-11-0623.7732
2025-11-1323.7657
2025-11-2023.4603
2025-11-2723.1991
2025-12-0423.4912
2025-12-1223.7135
2025-12-1923.3105
2025-12-2623.2683
2026-01-0223.4353
2026-01-0923.5958
2026-01-1623.6870
2026-01-2323.3714
2026-01-3023.4187
2026-02-0623.5000
2026-02-1323.2720
2026-02-2022.9954
2026-02-2722.5930
2026-03-0621.8406
2026-03-1322.5144
2026-03-2021.6007
2026-03-2722.0530
2026-04-0322.5839
2026-04-1022.4468
2026-04-1722.2168
2026-04-2422.2197
2026-05-0122.1242
2026-05-0822.2638
2026-05-1622.3094
2026-05-2422.1227
2026-05-3121.8145
2026-06-0921.8920
2026-06-1622.1095
2026-06-2322.1420
2026-06-3022.6321
2026-07-0722.4276
2026-07-1422.3874
2026-07-2122.2903
2026-07-2822.2414
2026-08-0422.2050
2026-08-1122.3162
2026-08-1822.5547
2026-08-2622.3545
2026-09-0222.5593
2026-09-0922.6436
2026-09-1622.7425
2026-09-2322.8620

High

23.7732

Low

21.6007

Average

22.7636

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.