Skip to content

PGK to CVE exchange rate API

Kina to Cape Verde Escudo · quoted 2026-09-25

21.5926

▼ +4.73% over 1Y

1 PGK = 21.5926 CVE · 1 CVE = 0.04631 PGK · Get this rate via the API

1 PGK buys 21.5926 CVE as of 2026-09-25, so 1 CVE buys 0.04631 PGK. Over the last year, PGK/CVE traded between 21.3273 and 22.9129, averaged 21.9761 and fell 4.73%. The API holds daily PGK/CVE rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/CVE over 1Y

PGK/CVE over 1Y: show the values
PointPGK/CVE
2025-09-2522.6655
2025-10-0222.4675
2025-10-0922.7790
2025-10-1622.5298
2025-10-2322.9129
2025-10-3022.6438
2025-11-0622.6734
2025-11-1322.5325
2025-11-2022.6112
2025-11-2722.3167
2025-12-0422.0869
2025-12-1222.1331
2025-12-1922.0675
2025-12-2621.6614
2026-01-0221.8624
2026-01-0922.1914
2026-01-1622.2457
2026-01-2321.9888
2026-01-3021.6295
2026-02-0621.8003
2026-02-1321.6621
2026-02-2021.8242
2026-02-2721.7300
2026-03-0622.0707
2026-03-1322.1240
2026-03-2022.1936
2026-03-2722.1974
2026-04-0322.1507
2026-04-1021.8703
2026-04-1721.5804
2026-04-2421.8730
2026-05-0121.7075
2026-05-0821.6174
2026-05-1621.7081
2026-05-2421.8445
2026-05-3121.7001
2026-06-0921.7987
2026-06-1621.8036
2026-06-2322.0507
2026-06-3021.9767
2026-07-0721.9587
2026-07-1421.9851
2026-07-2121.8927
2026-07-2821.9343
2026-08-0421.7601
2026-08-1121.5282
2026-08-1821.5281
2026-08-2621.3273
2026-09-0221.5317
2026-09-0921.3803
2026-09-1621.3885
2026-09-2321.6440

High

22.9129

Low

21.3273

Average

21.9761

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PGK/CVE API questions

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

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

How far back does PGK/CVE historical data go?

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