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: show the values
| Point | GEL/DOP |
|---|---|
| 2025-09-25 | 22.9200 |
| 2025-10-02 | 22.9104 |
| 2025-10-09 | 23.1182 |
| 2025-10-16 | 23.2592 |
| 2025-10-23 | 23.4317 |
| 2025-10-30 | 23.6673 |
| 2025-11-06 | 23.7732 |
| 2025-11-13 | 23.7657 |
| 2025-11-20 | 23.4603 |
| 2025-11-27 | 23.1991 |
| 2025-12-04 | 23.4912 |
| 2025-12-12 | 23.7135 |
| 2025-12-19 | 23.3105 |
| 2025-12-26 | 23.2683 |
| 2026-01-02 | 23.4353 |
| 2026-01-09 | 23.5958 |
| 2026-01-16 | 23.6870 |
| 2026-01-23 | 23.3714 |
| 2026-01-30 | 23.4187 |
| 2026-02-06 | 23.5000 |
| 2026-02-13 | 23.2720 |
| 2026-02-20 | 22.9954 |
| 2026-02-27 | 22.5930 |
| 2026-03-06 | 21.8406 |
| 2026-03-13 | 22.5144 |
| 2026-03-20 | 21.6007 |
| 2026-03-27 | 22.0530 |
| 2026-04-03 | 22.5839 |
| 2026-04-10 | 22.4468 |
| 2026-04-17 | 22.2168 |
| 2026-04-24 | 22.2197 |
| 2026-05-01 | 22.1242 |
| 2026-05-08 | 22.2638 |
| 2026-05-16 | 22.3094 |
| 2026-05-24 | 22.1227 |
| 2026-05-31 | 21.8145 |
| 2026-06-09 | 21.8920 |
| 2026-06-16 | 22.1095 |
| 2026-06-23 | 22.1420 |
| 2026-06-30 | 22.6321 |
| 2026-07-07 | 22.4276 |
| 2026-07-14 | 22.3874 |
| 2026-07-21 | 22.2903 |
| 2026-07-28 | 22.2414 |
| 2026-08-04 | 22.2050 |
| 2026-08-11 | 22.3162 |
| 2026-08-18 | 22.5547 |
| 2026-08-26 | 22.3545 |
| 2026-09-02 | 22.5593 |
| 2026-09-09 | 22.6436 |
| 2026-09-16 | 22.7425 |
| 2026-09-23 | 22.8620 |
High
23.7732
Low
21.6007
Average
22.7636
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=DOP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=DOP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=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¤cies=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.