Skip to content

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

GEL/PHP over 1Y: show the values
PointGEL/PHP
2025-09-2721.4784
2025-10-0421.2475
2025-10-1121.5550
2025-10-1821.5000
2025-10-2521.6573
2025-11-0121.6659
2025-11-0821.7375
2025-11-1521.8431
2025-11-2221.7429
2025-11-2921.7157
2025-12-0621.8726
2025-12-1421.9733
2025-12-2121.8369
2025-12-2821.8710
2026-01-0421.9356
2026-01-1122.0524
2026-01-1822.1154
2026-01-2522.0043
2026-02-0121.9391
2026-02-0821.8173
2026-02-1521.6631
2026-02-2221.7628
2026-03-0121.6362
2026-03-0821.6811
2026-03-1521.9379
2026-03-2222.0469
2026-03-2922.4911
2026-04-0522.4171
2026-04-1222.3155
2026-04-1922.1592
2026-04-2622.7128
2026-05-0322.9370
2026-05-1022.6819
2026-05-1823.0117
2026-05-2623.0915
2026-06-0223.1983
2026-06-1123.1224
2026-06-1822.9057
2026-06-2523.1399
2026-07-0223.3219
2026-07-0923.4174
2026-07-1623.4666
2026-07-2323.5675
2026-07-3023.4900
2026-08-0623.2551
2026-08-1323.4779
2026-08-2123.7106
2026-08-2823.8996
2026-09-0423.9970
2026-09-1124.0778
2026-09-1824.2230
2026-09-2524.0222

High

24.2230

Low

21.2475

Average

22.5361

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.