Skip to content

FJD to CVE exchange rate API

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

43.1778

▼ +3.22% over 5Y

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 5 years, FJD/CVE traded between 41.3804 and 46.0813, averaged 43.2393 and fell 3.22%. 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 5Y

FJD/CVE over 5Y: show the values
PointFJD/CVE
2024-08-2444.6128
2024-10-0745.1943
2024-11-0644.9054
2024-12-0645.8122
2025-01-0546.0813
2025-02-0445.9444
2025-03-0644.5710
2025-04-0643.4016
2025-05-0643.0131
2025-06-0742.9870
2025-07-0741.6594
2025-08-0642.2398
2025-09-0541.8361
2025-10-0641.3804
2025-11-0541.7922
2025-12-0541.5272
2026-01-0541.4098
2026-02-0442.1319
2026-03-0642.7089
2026-04-0542.6754
2026-05-0543.0661
2026-06-0643.1100
2026-07-0842.9968
2026-08-0742.9820
2026-09-0743.0050

High

46.0813

Low

41.3804

Average

43.2393

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.