Skip to content

PGK to PHP exchange rate API

Kina to Philippine Peso · quoted 2026-09-26

14.2745

▲ +3.18% over 1Y

1 PGK = 14.2745 PHP · 1 PHP = 0.07006 PGK · Get this rate via the API

1 PGK buys 14.2745 PHP as of 2026-09-26, so 1 PHP buys 0.07006 PGK. Over the last year, PGK/PHP traded between 13.4105 and 14.2745, averaged 13.8908 and rose 3.18%. The API holds daily PGK/PHP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/PHP over 1Y

PGK/PHP over 1Y: show the values
PointPGK/PHP
2025-09-2613.8340
2025-10-0313.8195
2025-10-1013.9494
2025-10-1713.8678
2025-10-2414.0671
2025-10-3113.9350
2025-11-0713.9358
2025-11-1413.9868
2025-11-2113.9042
2025-11-2813.8145
2025-12-0513.8904
2025-12-1213.9081
2025-12-1913.7754
2025-12-2613.6640
2026-01-0213.7246
2026-01-0913.8815
2026-01-1613.9090
2026-01-2313.8387
2026-01-3013.7583
2026-02-0613.6463
2026-02-1313.4909
2026-02-2013.5305
2026-02-2713.4105
2026-03-0613.7849
2026-03-1313.7542
2026-03-2013.9367
2026-03-2714.0682
2026-04-0314.0001
2026-04-1013.8511
2026-04-1713.8499
2026-04-2414.0318
2026-05-0114.1423
2026-05-0813.9080
2026-05-1514.1845
2026-05-2214.1776
2026-05-2914.1287
2026-06-0514.0236
2026-06-1213.8834
2026-06-1913.8755
2026-06-2613.9407
2026-07-0313.9680
2026-07-1013.9018
2026-07-1713.8829
2026-07-2414.0072
2026-07-3113.7814
2026-08-0713.6195
2026-08-1413.7615
2026-08-2113.7490
2026-08-2814.0594
2026-09-0413.9296
2026-09-1114.0434
2026-09-1814.0439
2026-09-2513.9991

High

14.2745

Low

13.4105

Average

13.8908

For developers

Get this rate via the API

One GET request returns the PGK/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=PGK&currencies=PHP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&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=PGK&currencies=PHP").json()

Replace YOUR_API_KEY with the key from your dashboard.

PGK/PHP API questions

How do I get the PGK/PHP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=PHP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PGK/PHP rate in rates.PHP.

How far back does PGK/PHP historical data go?

Daily PGK/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 PGK/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.