FJD to CVE exchange rate API
Fiji Dollar to Cape Verde Escudo · quoted 2026-09-25
43.1778
▲ +1.78% over 6M
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 6 months, FJD/CVE traded between 42.1170 and 43.2799, averaged 42.8487 and rose 1.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 6M: show the values
| Point | FJD/CVE |
|---|---|
| 2026-03-29 | 42.4217 |
| 2026-04-05 | 42.6754 |
| 2026-04-12 | 42.2033 |
| 2026-04-19 | 42.1170 |
| 2026-04-26 | 42.4034 |
| 2026-05-03 | 42.8301 |
| 2026-05-10 | 42.5003 |
| 2026-05-18 | 42.9471 |
| 2026-05-26 | 42.9846 |
| 2026-06-02 | 42.9572 |
| 2026-06-11 | 42.8180 |
| 2026-06-18 | 42.9053 |
| 2026-06-25 | 43.2205 |
| 2026-07-02 | 43.2799 |
| 2026-07-09 | 43.0112 |
| 2026-07-16 | 43.0572 |
| 2026-07-23 | 43.1386 |
| 2026-07-30 | 43.1087 |
| 2026-08-06 | 42.8820 |
| 2026-08-13 | 43.0072 |
| 2026-08-21 | 42.5902 |
| 2026-08-28 | 42.8842 |
| 2026-09-04 | 42.9317 |
| 2026-09-11 | 42.8617 |
| 2026-09-18 | 43.1509 |
High
43.2799
Low
42.1170
Average
42.8487
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.