FKP to CVE exchange rate API
Falkland Islands Pound to Cape Verde Escudo · quoted 2026-09-26
128.2270
▲ +1.70% over 1Y
1 FKP = 128.2270 CVE · 1 CVE = 0.007799 FKP · Get this rate via the API
1 FKP buys 128.2270 CVE as of 2026-09-26, so 1 CVE buys 0.007799 FKP. Over the last year, FKP/CVE traded between 124.6209 and 129.3841, averaged 127.2347 and rose 1.70%. The API holds daily FKP/CVE rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FKP/CVE over 1Y: show the values
| Point | FKP/CVE |
|---|---|
| 2025-09-26 | 126.0865 |
| 2025-10-03 | 126.4160 |
| 2025-10-10 | 126.8061 |
| 2025-10-17 | 126.6261 |
| 2025-10-24 | 126.5422 |
| 2025-10-31 | 125.3843 |
| 2025-11-07 | 125.4370 |
| 2025-11-14 | 124.6209 |
| 2025-11-21 | 125.0795 |
| 2025-11-28 | 125.9529 |
| 2025-12-05 | 126.1608 |
| 2025-12-13 | 125.6424 |
| 2025-12-20 | 125.9192 |
| 2025-12-27 | 126.3533 |
| 2026-01-03 | 126.5189 |
| 2026-01-10 | 126.9245 |
| 2026-01-17 | 126.9104 |
| 2026-01-24 | 127.2905 |
| 2026-01-31 | 127.2430 |
| 2026-02-07 | 127.1124 |
| 2026-02-14 | 126.9248 |
| 2026-02-21 | 126.1456 |
| 2026-02-28 | 125.9881 |
| 2026-03-07 | 127.3560 |
| 2026-03-14 | 127.4214 |
| 2026-03-21 | 126.9423 |
| 2026-03-28 | 128.3270 |
| 2026-04-04 | 126.3412 |
| 2026-04-11 | 127.0596 |
| 2026-04-18 | 126.5485 |
| 2026-04-25 | 127.3567 |
| 2026-05-02 | 128.2628 |
| 2026-05-09 | 127.9909 |
| 2026-05-17 | 126.4137 |
| 2026-05-25 | 127.6892 |
| 2026-06-01 | 127.3950 |
| 2026-06-10 | 127.8052 |
| 2026-06-17 | 127.5369 |
| 2026-06-24 | 128.0362 |
| 2026-07-01 | 127.9576 |
| 2026-07-08 | 129.0303 |
| 2026-07-15 | 129.2197 |
| 2026-07-22 | 129.3841 |
| 2026-07-29 | 128.6542 |
| 2026-08-05 | 128.6038 |
| 2026-08-12 | 129.0726 |
| 2026-08-20 | 128.4436 |
| 2026-08-27 | 128.5637 |
| 2026-09-03 | 128.3135 |
| 2026-09-10 | 128.4379 |
| 2026-09-17 | 128.6864 |
| 2026-09-24 | 128.2779 |
High
129.3841
Low
124.6209
Average
127.2347
Get this rate via the API
One GET request returns the FKP/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=FKP¤cies=CVE"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=CVE");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=CVE").json()Replace YOUR_API_KEY with the key from your dashboard.
FKP/CVE API questions
How do I get the FKP/CVE exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=CVE, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FKP/CVE rate in rates.CVE.
How far back does FKP/CVE historical data go?
Daily FKP/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 FKP/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.