Skip to content

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

FKP/CVE over 1Y: show the values
PointFKP/CVE
2025-09-26126.0865
2025-10-03126.4160
2025-10-10126.8061
2025-10-17126.6261
2025-10-24126.5422
2025-10-31125.3843
2025-11-07125.4370
2025-11-14124.6209
2025-11-21125.0795
2025-11-28125.9529
2025-12-05126.1608
2025-12-13125.6424
2025-12-20125.9192
2025-12-27126.3533
2026-01-03126.5189
2026-01-10126.9245
2026-01-17126.9104
2026-01-24127.2905
2026-01-31127.2430
2026-02-07127.1124
2026-02-14126.9248
2026-02-21126.1456
2026-02-28125.9881
2026-03-07127.3560
2026-03-14127.4214
2026-03-21126.9423
2026-03-28128.3270
2026-04-04126.3412
2026-04-11127.0596
2026-04-18126.5485
2026-04-25127.3567
2026-05-02128.2628
2026-05-09127.9909
2026-05-17126.4137
2026-05-25127.6892
2026-06-01127.3950
2026-06-10127.8052
2026-06-17127.5369
2026-06-24128.0362
2026-07-01127.9576
2026-07-08129.0303
2026-07-15129.2197
2026-07-22129.3841
2026-07-29128.6542
2026-08-05128.6038
2026-08-12129.0726
2026-08-20128.4436
2026-08-27128.5637
2026-09-03128.3135
2026-09-10128.4379
2026-09-17128.6864
2026-09-24128.2779

High

129.3841

Low

124.6209

Average

127.2347

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=CVE"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&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=FKP&currencies=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&currencies=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.