Skip to content

GEL to PHP exchange rate API

Lari to Philippine Peso · quoted 2026-09-27

24.0148

▲ +0.48% over 30D

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 30 days, GEL/PHP traded between 23.8996 and 24.2230, averaged 24.0566 and rose 0.48%. 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 30D

GEL/PHP over 30D: show the values
PointGEL/PHP
2026-08-2823.8996
2026-08-2923.9383
2026-08-3023.9689
2026-08-3123.9877
2026-09-0123.9497
2026-09-0223.9666
2026-09-0323.9853
2026-09-0423.9970
2026-09-0524.0616
2026-09-0624.0858
2026-09-0724.0867
2026-09-0824.0161
2026-09-0924.0205
2026-09-1024.0488
2026-09-1124.0778
2026-09-1224.0547
2026-09-1324.1195
2026-09-1424.1979
2026-09-1524.1670
2026-09-1624.1389
2026-09-1724.1271
2026-09-1824.2230
2026-09-1924.2013
2026-09-2024.2042
2026-09-2124.1634
2026-09-2224.0283
2026-09-2324.0287
2026-09-2424.0483
2026-09-2524.0222
2026-09-2623.9663
2026-09-2724.0148

High

24.2230

Low

23.8996

Average

24.0566

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.