Skip to content

GEL to PHP exchange rate API

Lari to Philippine Peso · quoted 2026-09-27

24.0148

▲ +9.63% over YTD

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 year to date, GEL/PHP traded between 21.5334 and 24.1979, averaged 22.7954 and rose 9.63%. 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 YTD

GEL/PHP over YTD: show the values
PointGEL/PHP
2025-12-3121.9061
2026-01-0722.0139
2026-01-1422.0713
2026-01-2122.0148
2026-01-2821.8510
2026-02-0421.9356
2026-02-1121.7938
2026-02-1821.6171
2026-02-2521.5334
2026-03-0421.6163
2026-03-1121.7619
2026-03-1822.1147
2026-03-2522.1793
2026-04-0122.4064
2026-04-0822.0978
2026-04-1522.3822
2026-04-2222.3628
2026-04-2922.8576
2026-05-0622.5859
2026-05-1422.9969
2026-05-2123.0831
2026-05-2923.1271
2026-06-0523.1004
2026-06-1422.9376
2026-06-2122.9866
2026-06-2823.2811
2026-07-0523.3577
2026-07-1223.4233
2026-07-1923.4796
2026-07-2623.6157
2026-08-0223.3924
2026-08-0923.3384
2026-08-1623.5854
2026-08-2423.7622
2026-08-3123.9877
2026-09-0724.0867
2026-09-1424.1979
2026-09-2124.1634

High

24.1979

Low

21.5334

Average

22.7954

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.