GEL to PHP exchange rate API
Lari to Philippine Peso · quoted 2026-09-27
24.0148
▲ +6.44% over 6M
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 6 months, GEL/PHP traded between 22.2502 and 24.2042, averaged 23.2849 and rose 6.44%. 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 6M: show the values
| Point | GEL/PHP |
|---|---|
| 2026-03-31 | 22.5624 |
| 2026-04-07 | 22.4126 |
| 2026-04-14 | 22.2502 |
| 2026-04-21 | 22.2848 |
| 2026-04-28 | 22.8249 |
| 2026-05-05 | 22.9451 |
| 2026-05-12 | 22.9581 |
| 2026-05-20 | 23.1071 |
| 2026-05-28 | 23.1068 |
| 2026-06-04 | 23.1611 |
| 2026-06-13 | 22.9098 |
| 2026-06-20 | 22.9236 |
| 2026-06-27 | 23.2232 |
| 2026-07-04 | 23.3517 |
| 2026-07-11 | 23.3040 |
| 2026-07-18 | 23.5057 |
| 2026-07-25 | 23.4805 |
| 2026-08-01 | 23.4124 |
| 2026-08-08 | 23.3033 |
| 2026-08-15 | 23.5802 |
| 2026-08-23 | 23.6773 |
| 2026-08-30 | 23.9689 |
| 2026-09-06 | 24.0858 |
| 2026-09-13 | 24.1195 |
| 2026-09-20 | 24.2042 |
| 2026-09-27 | 24.0148 |
High
24.2042
Low
22.2502
Average
23.2849
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.