Skip to content

FJD to CVE exchange rate API

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

43.1778

▲ +0.86% over 30D

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 30 days, FJD/CVE traded between 42.7891 and 43.3277, averaged 43.0283 and rose 0.86%. 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 30D

FJD/CVE over 30D: show the values
PointFJD/CVE
2026-08-2642.8099
2026-08-2742.8676
2026-08-2842.8842
2026-08-2943.3005
2026-08-3043.0282
2026-08-3142.9889
2026-09-0142.9387
2026-09-0242.9503
2026-09-0342.9288
2026-09-0442.9317
2026-09-0543.0961
2026-09-0642.8465
2026-09-0743.0050
2026-09-0842.9691
2026-09-0942.9174
2026-09-1042.8253
2026-09-1142.8617
2026-09-1242.9629
2026-09-1342.7891
2026-09-1443.0332
2026-09-1543.1001
2026-09-1643.0385
2026-09-1743.1112
2026-09-1843.1509
2026-09-1943.3277
2026-09-2043.3096
2026-09-2143.1505
2026-09-2243.0383
2026-09-2343.2561
2026-09-2443.2819

High

43.3277

Low

42.7891

Average

43.0283

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.