Skip to content

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

GEL/PHP over 6M: show the values
PointGEL/PHP
2026-03-3122.5624
2026-04-0722.4126
2026-04-1422.2502
2026-04-2122.2848
2026-04-2822.8249
2026-05-0522.9451
2026-05-1222.9581
2026-05-2023.1071
2026-05-2823.1068
2026-06-0423.1611
2026-06-1322.9098
2026-06-2022.9236
2026-06-2723.2232
2026-07-0423.3517
2026-07-1123.3040
2026-07-1823.5057
2026-07-2523.4805
2026-08-0123.4124
2026-08-0823.3033
2026-08-1523.5802
2026-08-2323.6773
2026-08-3023.9689
2026-09-0624.0858
2026-09-1324.1195
2026-09-2024.2042
2026-09-2724.0148

High

24.2042

Low

22.2502

Average

23.2849

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=PHP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=PHP");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=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&currencies=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.