FJD to CVE exchange rate API
Fiji Dollar to Cape Verde Escudo · quoted 2026-09-25
43.1778
▲ +3.78% over 1Y
1 FJD = 43.1778 CVE · 1 CVE = 0.02316 FJD · Get this rate via the API
1 FJD buys 43.1778 CVE as of 2026-09-25, so 1 CVE buys 0.02316 FJD. Over the last year, FJD/CVE traded between 41.1314 and 43.4084, averaged 42.3760 and rose 3.78%. The API holds daily FJD/CVE rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FJD/CVE over 1Y: show the values
| Point | FJD/CVE |
|---|---|
| 2025-09-25 | 41.6071 |
| 2025-10-02 | 41.4651 |
| 2025-10-09 | 41.6785 |
| 2025-10-16 | 41.3303 |
| 2025-10-23 | 41.4237 |
| 2025-10-30 | 41.6338 |
| 2025-11-06 | 41.7700 |
| 2025-11-13 | 41.5546 |
| 2025-11-20 | 41.5423 |
| 2025-11-27 | 41.4579 |
| 2025-12-04 | 41.4798 |
| 2025-12-12 | 41.3380 |
| 2025-12-19 | 41.1977 |
| 2025-12-26 | 41.1774 |
| 2026-01-02 | 41.1314 |
| 2026-01-09 | 41.5766 |
| 2026-01-16 | 41.6876 |
| 2026-01-23 | 41.6848 |
| 2026-01-30 | 41.9496 |
| 2026-02-06 | 42.0591 |
| 2026-02-13 | 42.1589 |
| 2026-02-20 | 42.5176 |
| 2026-02-27 | 42.4289 |
| 2026-03-06 | 42.7089 |
| 2026-03-13 | 43.4084 |
| 2026-03-20 | 43.0575 |
| 2026-03-27 | 42.5931 |
| 2026-04-03 | 42.4139 |
| 2026-04-10 | 42.5171 |
| 2026-04-17 | 42.2721 |
| 2026-04-24 | 42.6933 |
| 2026-05-01 | 43.0154 |
| 2026-05-08 | 42.8282 |
| 2026-05-16 | 43.0370 |
| 2026-05-24 | 42.8318 |
| 2026-05-31 | 42.6991 |
| 2026-06-09 | 43.0845 |
| 2026-06-16 | 42.8947 |
| 2026-06-23 | 43.1296 |
| 2026-06-30 | 42.9919 |
| 2026-07-07 | 42.9814 |
| 2026-07-14 | 43.2231 |
| 2026-07-21 | 43.2841 |
| 2026-07-28 | 43.3270 |
| 2026-08-04 | 43.0704 |
| 2026-08-11 | 42.9628 |
| 2026-08-18 | 42.9022 |
| 2026-08-26 | 42.8099 |
| 2026-09-02 | 42.9503 |
| 2026-09-09 | 42.9174 |
| 2026-09-16 | 43.0385 |
| 2026-09-23 | 43.2561 |
High
43.4084
Low
41.1314
Average
42.3760
Get this rate via the API
One GET request returns the FJD/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=FJD¤cies=CVE"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=CVE");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=CVE").json()Replace YOUR_API_KEY with the key from your dashboard.
FJD/CVE API questions
How do I get the FJD/CVE exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=CVE, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FJD/CVE rate in rates.CVE.
How far back does FJD/CVE historical data go?
Daily FJD/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 FJD/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.