PGK to COP exchange rate API
Kina to Colombian Peso · quoted 2026-09-24
739.5372
▼ +20.60% over 1Y
1 PGK = 739.5372 COP · 1 COP = 0.001352 PGK · Get this rate via the API
1 PGK buys 739.5372 COP as of 2026-09-24, so 1 COP buys 0.001352 PGK. Over the last year, PGK/COP traded between 687.7912 and 945.7874, averaged 832.6918 and fell 20.60%. The API holds daily PGK/COP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PGK/COP over 1Y: show the values
| Point | PGK/COP |
|---|---|
| 2025-09-24 | 931.4358 |
| 2025-10-01 | 945.7874 |
| 2025-10-08 | 928.5130 |
| 2025-10-15 | 935.5760 |
| 2025-10-22 | 933.9605 |
| 2025-10-29 | 928.0373 |
| 2025-11-05 | 918.5107 |
| 2025-11-12 | 886.4520 |
| 2025-11-19 | 880.0627 |
| 2025-11-26 | 897.1656 |
| 2025-12-03 | 889.6050 |
| 2025-12-11 | 903.1541 |
| 2025-12-18 | 908.2849 |
| 2025-12-25 | 864.2457 |
| 2026-01-01 | 883.7370 |
| 2026-01-08 | 879.1354 |
| 2026-01-15 | 860.7008 |
| 2026-01-22 | 860.1573 |
| 2026-01-29 | 858.0221 |
| 2026-02-05 | 851.9282 |
| 2026-02-12 | 856.4867 |
| 2026-02-19 | 856.0279 |
| 2026-02-26 | 861.3023 |
| 2026-03-05 | 874.6447 |
| 2026-03-12 | 859.5122 |
| 2026-03-19 | 859.0844 |
| 2026-03-26 | 858.5817 |
| 2026-04-02 | 850.1050 |
| 2026-04-09 | 844.7699 |
| 2026-04-16 | 833.7366 |
| 2026-04-23 | 821.7125 |
| 2026-04-30 | 837.1177 |
| 2026-05-07 | 856.8167 |
| 2026-05-15 | 871.3203 |
| 2026-05-23 | 849.0864 |
| 2026-05-30 | 842.7684 |
| 2026-06-06 | 823.1472 |
| 2026-06-15 | 797.2269 |
| 2026-06-22 | 786.8663 |
| 2026-06-29 | 784.7755 |
| 2026-07-06 | 757.6969 |
| 2026-07-13 | 734.7990 |
| 2026-07-20 | 734.8766 |
| 2026-07-27 | 726.6831 |
| 2026-08-03 | 711.3886 |
| 2026-08-10 | 715.5435 |
| 2026-08-17 | 703.5154 |
| 2026-08-25 | 687.7912 |
| 2026-09-01 | 728.2608 |
| 2026-09-08 | 703.2942 |
| 2026-09-15 | 695.5737 |
| 2026-09-22 | 724.1444 |
High
945.7874
Low
687.7912
Average
832.6918
Get this rate via the API
One GET request returns the PGK/COP 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=COP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=COP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=COP").json()Replace YOUR_API_KEY with the key from your dashboard.
PGK/COP API questions
How do I get the PGK/COP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=COP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PGK/COP rate in rates.COP.
How far back does PGK/COP historical data go?
Daily PGK/COP 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/COP 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.