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: show the values
| Point | PGK/CVE |
|---|---|
| 2025-09-25 | 22.6655 |
| 2025-10-02 | 22.4675 |
| 2025-10-09 | 22.7790 |
| 2025-10-16 | 22.5298 |
| 2025-10-23 | 22.9129 |
| 2025-10-30 | 22.6438 |
| 2025-11-06 | 22.6734 |
| 2025-11-13 | 22.5325 |
| 2025-11-20 | 22.6112 |
| 2025-11-27 | 22.3167 |
| 2025-12-04 | 22.0869 |
| 2025-12-12 | 22.1331 |
| 2025-12-19 | 22.0675 |
| 2025-12-26 | 21.6614 |
| 2026-01-02 | 21.8624 |
| 2026-01-09 | 22.1914 |
| 2026-01-16 | 22.2457 |
| 2026-01-23 | 21.9888 |
| 2026-01-30 | 21.6295 |
| 2026-02-06 | 21.8003 |
| 2026-02-13 | 21.6621 |
| 2026-02-20 | 21.8242 |
| 2026-02-27 | 21.7300 |
| 2026-03-06 | 22.0707 |
| 2026-03-13 | 22.1240 |
| 2026-03-20 | 22.1936 |
| 2026-03-27 | 22.1974 |
| 2026-04-03 | 22.1507 |
| 2026-04-10 | 21.8703 |
| 2026-04-17 | 21.5804 |
| 2026-04-24 | 21.8730 |
| 2026-05-01 | 21.7075 |
| 2026-05-08 | 21.6174 |
| 2026-05-16 | 21.7081 |
| 2026-05-24 | 21.8445 |
| 2026-05-31 | 21.7001 |
| 2026-06-09 | 21.7987 |
| 2026-06-16 | 21.8036 |
| 2026-06-23 | 22.0507 |
| 2026-06-30 | 21.9767 |
| 2026-07-07 | 21.9587 |
| 2026-07-14 | 21.9851 |
| 2026-07-21 | 21.8927 |
| 2026-07-28 | 21.9343 |
| 2026-08-04 | 21.7601 |
| 2026-08-11 | 21.5282 |
| 2026-08-18 | 21.5281 |
| 2026-08-26 | 21.3273 |
| 2026-09-02 | 21.5317 |
| 2026-09-09 | 21.3803 |
| 2026-09-16 | 21.3885 |
| 2026-09-23 | 21.6440 |
High
22.9129
Low
21.3273
Average
21.9761
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=CVE"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=CVE");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=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¤cies=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.