Skip to content

GEL to PEN exchange rate API

Lari to Sol · quoted 2026-09-25

1.3037

▲ +0.92% over 1Y

1 GEL = 1.3037 PEN · 1 PEN = 0.76705 GEL · Get this rate via the API

1 GEL buys 1.3037 PEN as of 2026-09-25, so 1 PEN buys 0.76705 GEL. Over the last year, GEL/PEN traded between 1.2377 and 1.3064, averaged 1.2662 and rose 0.92%. The API holds daily GEL/PEN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GEL/PEN over 1Y

GEL/PEN over 1Y: show the values
PointGEL/PEN
2025-09-251.2918
2025-10-021.2713
2025-10-091.2604
2025-10-161.2450
2025-10-231.2465
2025-10-301.2442
2025-11-061.2405
2025-11-131.2378
2025-11-201.2456
2025-11-271.2404
2025-12-041.2377
2025-12-121.2425
2025-12-191.2434
2025-12-261.2435
2026-01-021.2413
2026-01-091.2405
2026-01-161.2404
2026-01-231.2390
2026-01-301.2437
2026-02-061.2428
2026-02-131.2426
2026-02-201.2488
2026-02-271.2485
2026-03-061.2722
2026-03-131.2621
2026-03-201.2711
2026-03-271.2872
2026-04-031.2815
2026-04-101.2524
2026-04-171.2695
2026-04-241.2885
2026-05-011.3064
2026-05-081.2772
2026-05-161.2849
2026-05-241.2790
2026-05-311.2757
2026-06-091.2635
2026-06-161.2679
2026-06-231.2799
2026-06-301.2857
2026-07-071.2862
2026-07-141.2835
2026-07-211.2893
2026-07-281.2939
2026-08-041.2881
2026-08-111.2798
2026-08-181.2820
2026-08-261.2738
2026-09-021.2794
2026-09-091.2833
2026-09-161.2886
2026-09-231.2944

High

1.3064

Low

1.2377

Average

1.2662

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GEL/PEN API questions

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

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

How far back does GEL/PEN historical data go?

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