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: show the values
| Point | GEL/PHP |
|---|---|
| 2025-12-31 | 21.9061 |
| 2026-01-07 | 22.0139 |
| 2026-01-14 | 22.0713 |
| 2026-01-21 | 22.0148 |
| 2026-01-28 | 21.8510 |
| 2026-02-04 | 21.9356 |
| 2026-02-11 | 21.7938 |
| 2026-02-18 | 21.6171 |
| 2026-02-25 | 21.5334 |
| 2026-03-04 | 21.6163 |
| 2026-03-11 | 21.7619 |
| 2026-03-18 | 22.1147 |
| 2026-03-25 | 22.1793 |
| 2026-04-01 | 22.4064 |
| 2026-04-08 | 22.0978 |
| 2026-04-15 | 22.3822 |
| 2026-04-22 | 22.3628 |
| 2026-04-29 | 22.8576 |
| 2026-05-06 | 22.5859 |
| 2026-05-14 | 22.9969 |
| 2026-05-21 | 23.0831 |
| 2026-05-29 | 23.1271 |
| 2026-06-05 | 23.1004 |
| 2026-06-14 | 22.9376 |
| 2026-06-21 | 22.9866 |
| 2026-06-28 | 23.2811 |
| 2026-07-05 | 23.3577 |
| 2026-07-12 | 23.4233 |
| 2026-07-19 | 23.4796 |
| 2026-07-26 | 23.6157 |
| 2026-08-02 | 23.3924 |
| 2026-08-09 | 23.3384 |
| 2026-08-16 | 23.5854 |
| 2026-08-24 | 23.7622 |
| 2026-08-31 | 23.9877 |
| 2026-09-07 | 24.0867 |
| 2026-09-14 | 24.1979 |
| 2026-09-21 | 24.1634 |
High
24.1979
Low
21.5334
Average
22.7954
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=PHP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=PHP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=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¤cies=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.