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: show the values
| Point | PGK/PHP |
|---|---|
| 2025-09-26 | 13.8340 |
| 2025-10-03 | 13.8195 |
| 2025-10-10 | 13.9494 |
| 2025-10-17 | 13.8678 |
| 2025-10-24 | 14.0671 |
| 2025-10-31 | 13.9350 |
| 2025-11-07 | 13.9358 |
| 2025-11-14 | 13.9868 |
| 2025-11-21 | 13.9042 |
| 2025-11-28 | 13.8145 |
| 2025-12-05 | 13.8904 |
| 2025-12-12 | 13.9081 |
| 2025-12-19 | 13.7754 |
| 2025-12-26 | 13.6640 |
| 2026-01-02 | 13.7246 |
| 2026-01-09 | 13.8815 |
| 2026-01-16 | 13.9090 |
| 2026-01-23 | 13.8387 |
| 2026-01-30 | 13.7583 |
| 2026-02-06 | 13.6463 |
| 2026-02-13 | 13.4909 |
| 2026-02-20 | 13.5305 |
| 2026-02-27 | 13.4105 |
| 2026-03-06 | 13.7849 |
| 2026-03-13 | 13.7542 |
| 2026-03-20 | 13.9367 |
| 2026-03-27 | 14.0682 |
| 2026-04-03 | 14.0001 |
| 2026-04-10 | 13.8511 |
| 2026-04-17 | 13.8499 |
| 2026-04-24 | 14.0318 |
| 2026-05-01 | 14.1423 |
| 2026-05-08 | 13.9080 |
| 2026-05-15 | 14.1845 |
| 2026-05-22 | 14.1776 |
| 2026-05-29 | 14.1287 |
| 2026-06-05 | 14.0236 |
| 2026-06-12 | 13.8834 |
| 2026-06-19 | 13.8755 |
| 2026-06-26 | 13.9407 |
| 2026-07-03 | 13.9680 |
| 2026-07-10 | 13.9018 |
| 2026-07-17 | 13.8829 |
| 2026-07-24 | 14.0072 |
| 2026-07-31 | 13.7814 |
| 2026-08-07 | 13.6195 |
| 2026-08-14 | 13.7615 |
| 2026-08-21 | 13.7490 |
| 2026-08-28 | 14.0594 |
| 2026-09-04 | 13.9296 |
| 2026-09-11 | 14.0434 |
| 2026-09-18 | 14.0439 |
| 2026-09-25 | 13.9991 |
High
14.2745
Low
13.4105
Average
13.8908
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=PHP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=PHP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=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¤cies=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.