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: show the values
| Point | GEL/PHP |
|---|---|
| 2024-08-24 | 20.7521 |
| 2024-10-07 | 20.7636 |
| 2024-11-06 | 21.6166 |
| 2024-12-06 | 20.7335 |
| 2025-01-05 | 20.6806 |
| 2025-02-04 | 20.5143 |
| 2025-03-06 | 20.6127 |
| 2025-04-06 | 20.7489 |
| 2025-05-06 | 20.2909 |
| 2025-06-07 | 20.4671 |
| 2025-07-07 | 20.8491 |
| 2025-08-06 | 21.2971 |
| 2025-09-05 | 21.0991 |
| 2025-10-06 | 21.4142 |
| 2025-11-05 | 21.7338 |
| 2025-12-05 | 21.8659 |
| 2026-01-05 | 21.9208 |
| 2026-02-04 | 21.9356 |
| 2026-03-06 | 21.7707 |
| 2026-04-05 | 22.4171 |
| 2026-05-05 | 22.9451 |
| 2026-06-06 | 23.2279 |
| 2026-07-08 | 23.3953 |
| 2026-08-07 | 23.3062 |
| 2026-09-07 | 24.0867 |
High
24.0867
Low
20.2909
Average
21.7100
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.