PGK to COP exchange rate API
Kina to Colombian Peso · quoted 2026-09-24
739.5372
▼ +15.88% over YTD
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 year to date, PGK/COP traded between 687.0961 and 882.4552, averaged 803.8939 and fell 15.88%. 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 YTD: show the values
| Point | PGK/COP |
|---|---|
| 2025-12-31 | 879.1131 |
| 2026-01-07 | 870.9704 |
| 2026-01-14 | 857.2815 |
| 2026-01-21 | 860.3821 |
| 2026-01-28 | 852.2892 |
| 2026-02-04 | 852.7764 |
| 2026-02-11 | 854.3538 |
| 2026-02-18 | 850.6827 |
| 2026-02-25 | 863.5252 |
| 2026-03-04 | 882.4552 |
| 2026-03-11 | 861.6418 |
| 2026-03-18 | 858.6513 |
| 2026-03-25 | 859.4727 |
| 2026-04-01 | 851.7664 |
| 2026-04-08 | 851.2617 |
| 2026-04-15 | 828.7911 |
| 2026-04-22 | 824.4805 |
| 2026-04-29 | 832.0760 |
| 2026-05-06 | 854.6887 |
| 2026-05-14 | 874.5832 |
| 2026-05-21 | 854.9392 |
| 2026-05-29 | 837.2331 |
| 2026-06-05 | 815.0010 |
| 2026-06-14 | 802.3323 |
| 2026-06-21 | 789.2148 |
| 2026-06-28 | 783.5984 |
| 2026-07-05 | 758.7002 |
| 2026-07-12 | 737.8701 |
| 2026-07-19 | 734.7141 |
| 2026-07-26 | 728.6526 |
| 2026-08-02 | 712.9944 |
| 2026-08-09 | 713.3567 |
| 2026-08-16 | 715.5030 |
| 2026-08-24 | 687.0961 |
| 2026-08-31 | 710.9998 |
| 2026-09-07 | 700.8808 |
| 2026-09-14 | 692.3087 |
| 2026-09-21 | 715.6852 |
High
882.4552
Low
687.0961
Average
803.8939
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.