Skip to content

GEL to PYG exchange rate API

Lari to Guarani · quoted 2026-09-25

2279.47

▼ +13.10% over 1Y

1 GEL = 2279.47 PYG · 1 PYG = 0.000439 GEL · Get this rate via the API

1 GEL buys 2279.47 PYG as of 2026-09-25, so 1 PYG buys 0.000439 GEL. Over the last year, GEL/PYG traded between 2264.06 and 2623.06, averaged 2414.18 and fell 13.10%. The API holds daily GEL/PYG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GEL/PYG over 1Y

GEL/PYG over 1Y: show the values
PointGEL/PYG
2025-09-252623.06
2025-10-022600.21
2025-10-092579.20
2025-10-162602.97
2025-10-232611.02
2025-10-302617.10
2025-11-062618.67
2025-11-132612.54
2025-11-202604.15
2025-11-272591.64
2025-12-042589.56
2025-12-122544.46
2025-12-192483.38
2025-12-262519.07
2026-01-022474.01
2026-01-092437.75
2026-01-162490.65
2026-01-232490.00
2026-01-302497.15
2026-02-062456.96
2026-02-132456.40
2026-02-202425.41
2026-02-272412.83
2026-03-062405.55
2026-03-132386.90
2026-03-202387.24
2026-03-272421.10
2026-04-032403.51
2026-04-102398.89
2026-04-172365.22
2026-04-242358.45
2026-05-012291.09
2026-05-082291.38
2026-05-162281.27
2026-05-242286.18
2026-05-312278.77
2026-06-092306.52
2026-06-162313.51
2026-06-232309.40
2026-06-302302.12
2026-07-072297.86
2026-07-142316.15
2026-07-212314.89
2026-07-282309.87
2026-08-042281.79
2026-08-112278.17
2026-08-182312.41
2026-08-262296.22
2026-09-022264.06
2026-09-092284.12
2026-09-162307.14
2026-09-232284.11

High

2623.06

Low

2264.06

Average

2414.18

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GEL/PYG API questions

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

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

How far back does GEL/PYG historical data go?

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