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: show the values
| Point | GEL/PHP |
|---|---|
| 2026-08-28 | 23.8996 |
| 2026-08-29 | 23.9383 |
| 2026-08-30 | 23.9689 |
| 2026-08-31 | 23.9877 |
| 2026-09-01 | 23.9497 |
| 2026-09-02 | 23.9666 |
| 2026-09-03 | 23.9853 |
| 2026-09-04 | 23.9970 |
| 2026-09-05 | 24.0616 |
| 2026-09-06 | 24.0858 |
| 2026-09-07 | 24.0867 |
| 2026-09-08 | 24.0161 |
| 2026-09-09 | 24.0205 |
| 2026-09-10 | 24.0488 |
| 2026-09-11 | 24.0778 |
| 2026-09-12 | 24.0547 |
| 2026-09-13 | 24.1195 |
| 2026-09-14 | 24.1979 |
| 2026-09-15 | 24.1670 |
| 2026-09-16 | 24.1389 |
| 2026-09-17 | 24.1271 |
| 2026-09-18 | 24.2230 |
| 2026-09-19 | 24.2013 |
| 2026-09-20 | 24.2042 |
| 2026-09-21 | 24.1634 |
| 2026-09-22 | 24.0283 |
| 2026-09-23 | 24.0287 |
| 2026-09-24 | 24.0483 |
| 2026-09-25 | 24.0222 |
| 2026-09-26 | 23.9663 |
| 2026-09-27 | 24.0148 |
High
24.2230
Low
23.8996
Average
24.0566
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.