Skip to content

FJD to CVE exchange rate API

Fiji Dollar to Cape Verde Escudo · quoted 2026-09-25

43.1778

▲ +4.47% over YTD

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 year to date, FJD/CVE traded between 41.3286 and 43.1815, averaged 42.6185 and rose 4.47%. 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 YTD

FJD/CVE over YTD: show the values
PointFJD/CVE
2025-12-3141.3286
2026-01-0741.5086
2026-01-1441.5646
2026-01-2141.4739
2026-01-2841.4570
2026-02-0442.1319
2026-02-1142.0284
2026-02-1842.1996
2026-02-2542.4086
2026-03-0442.9684
2026-03-1142.9924
2026-03-1843.1815
2026-03-2542.5704
2026-04-0142.5715
2026-04-0842.2042
2026-04-1542.3154
2026-04-2242.7795
2026-04-2942.7921
2026-05-0642.8197
2026-05-1442.9368
2026-05-2142.9666
2026-05-2942.9160
2026-06-0543.0717
2026-06-1442.6292
2026-06-2142.8084
2026-06-2842.7151
2026-07-0542.6889
2026-07-1242.9007
2026-07-1942.9304
2026-07-2643.1613
2026-08-0243.0848
2026-08-0942.9113
2026-08-1642.8692
2026-08-2442.8794
2026-08-3142.9889
2026-09-0743.0050
2026-09-1443.0332
2026-09-2143.1505

High

43.1815

Low

41.3286

Average

42.6185

For developers

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