GEL to PHP exchange rate API
Lari to Philippine Peso · quoted 2026-09-27
24.0148
▲ +11.81% over 1Y
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 year, GEL/PHP traded between 21.2475 and 24.2230, averaged 22.5361 and rose 11.81%. 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 1Y: show the values
| Point | GEL/PHP |
|---|---|
| 2025-09-27 | 21.4784 |
| 2025-10-04 | 21.2475 |
| 2025-10-11 | 21.5550 |
| 2025-10-18 | 21.5000 |
| 2025-10-25 | 21.6573 |
| 2025-11-01 | 21.6659 |
| 2025-11-08 | 21.7375 |
| 2025-11-15 | 21.8431 |
| 2025-11-22 | 21.7429 |
| 2025-11-29 | 21.7157 |
| 2025-12-06 | 21.8726 |
| 2025-12-14 | 21.9733 |
| 2025-12-21 | 21.8369 |
| 2025-12-28 | 21.8710 |
| 2026-01-04 | 21.9356 |
| 2026-01-11 | 22.0524 |
| 2026-01-18 | 22.1154 |
| 2026-01-25 | 22.0043 |
| 2026-02-01 | 21.9391 |
| 2026-02-08 | 21.8173 |
| 2026-02-15 | 21.6631 |
| 2026-02-22 | 21.7628 |
| 2026-03-01 | 21.6362 |
| 2026-03-08 | 21.6811 |
| 2026-03-15 | 21.9379 |
| 2026-03-22 | 22.0469 |
| 2026-03-29 | 22.4911 |
| 2026-04-05 | 22.4171 |
| 2026-04-12 | 22.3155 |
| 2026-04-19 | 22.1592 |
| 2026-04-26 | 22.7128 |
| 2026-05-03 | 22.9370 |
| 2026-05-10 | 22.6819 |
| 2026-05-18 | 23.0117 |
| 2026-05-26 | 23.0915 |
| 2026-06-02 | 23.1983 |
| 2026-06-11 | 23.1224 |
| 2026-06-18 | 22.9057 |
| 2026-06-25 | 23.1399 |
| 2026-07-02 | 23.3219 |
| 2026-07-09 | 23.4174 |
| 2026-07-16 | 23.4666 |
| 2026-07-23 | 23.5675 |
| 2026-07-30 | 23.4900 |
| 2026-08-06 | 23.2551 |
| 2026-08-13 | 23.4779 |
| 2026-08-21 | 23.7106 |
| 2026-08-28 | 23.8996 |
| 2026-09-04 | 23.9970 |
| 2026-09-11 | 24.0778 |
| 2026-09-18 | 24.2230 |
| 2026-09-25 | 24.0222 |
High
24.2230
Low
21.2475
Average
22.5361
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.