Skip to content

GEL to PHP exchange rate API

Lari to Philippine Peso · quoted 2026-09-27

24.0148

▲ +15.72% over 5Y

1 GEL = 24.0148 PHP · 1 PHP = 0.04164 GEL · Get this rate via the API

1 GEL buys 24.0148 PHP as of 2026-09-27, so 1 PHP buys 0.04164 GEL. Over the last 5 years, GEL/PHP traded between 20.2909 and 24.0867, averaged 21.7100 and rose 15.72%. The API holds daily GEL/PHP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GEL/PHP over 5Y

GEL/PHP over 5Y: show the values
PointGEL/PHP
2024-08-2420.7521
2024-10-0720.7636
2024-11-0621.6166
2024-12-0620.7335
2025-01-0520.6806
2025-02-0420.5143
2025-03-0620.6127
2025-04-0620.7489
2025-05-0620.2909
2025-06-0720.4671
2025-07-0720.8491
2025-08-0621.2971
2025-09-0521.0991
2025-10-0621.4142
2025-11-0521.7338
2025-12-0521.8659
2026-01-0521.9208
2026-02-0421.9356
2026-03-0621.7707
2026-04-0522.4171
2026-05-0522.9451
2026-06-0623.2279
2026-07-0823.3953
2026-08-0723.3062
2026-09-0724.0867

High

24.0867

Low

20.2909

Average

21.7100

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GEL/PHP API questions

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

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

How far back does GEL/PHP historical data go?

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