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: show the values
| Point | GEL/PYG |
|---|---|
| 2025-09-25 | 2623.06 |
| 2025-10-02 | 2600.21 |
| 2025-10-09 | 2579.20 |
| 2025-10-16 | 2602.97 |
| 2025-10-23 | 2611.02 |
| 2025-10-30 | 2617.10 |
| 2025-11-06 | 2618.67 |
| 2025-11-13 | 2612.54 |
| 2025-11-20 | 2604.15 |
| 2025-11-27 | 2591.64 |
| 2025-12-04 | 2589.56 |
| 2025-12-12 | 2544.46 |
| 2025-12-19 | 2483.38 |
| 2025-12-26 | 2519.07 |
| 2026-01-02 | 2474.01 |
| 2026-01-09 | 2437.75 |
| 2026-01-16 | 2490.65 |
| 2026-01-23 | 2490.00 |
| 2026-01-30 | 2497.15 |
| 2026-02-06 | 2456.96 |
| 2026-02-13 | 2456.40 |
| 2026-02-20 | 2425.41 |
| 2026-02-27 | 2412.83 |
| 2026-03-06 | 2405.55 |
| 2026-03-13 | 2386.90 |
| 2026-03-20 | 2387.24 |
| 2026-03-27 | 2421.10 |
| 2026-04-03 | 2403.51 |
| 2026-04-10 | 2398.89 |
| 2026-04-17 | 2365.22 |
| 2026-04-24 | 2358.45 |
| 2026-05-01 | 2291.09 |
| 2026-05-08 | 2291.38 |
| 2026-05-16 | 2281.27 |
| 2026-05-24 | 2286.18 |
| 2026-05-31 | 2278.77 |
| 2026-06-09 | 2306.52 |
| 2026-06-16 | 2313.51 |
| 2026-06-23 | 2309.40 |
| 2026-06-30 | 2302.12 |
| 2026-07-07 | 2297.86 |
| 2026-07-14 | 2316.15 |
| 2026-07-21 | 2314.89 |
| 2026-07-28 | 2309.87 |
| 2026-08-04 | 2281.79 |
| 2026-08-11 | 2278.17 |
| 2026-08-18 | 2312.41 |
| 2026-08-26 | 2296.22 |
| 2026-09-02 | 2264.06 |
| 2026-09-09 | 2284.12 |
| 2026-09-16 | 2307.14 |
| 2026-09-23 | 2284.11 |
High
2623.06
Low
2264.06
Average
2414.18
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=PYG"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=PYG");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=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¤cies=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.