Skip to content

TND to CVE exchange rate API

Tunisian Dinar to Cape Verde Escudo · quoted 2026-09-25

32.7914

▲ +1.49% over 1Y

1 TND = 32.7914 CVE · 1 CVE = 0.03050 TND · Get this rate via the API

1 TND buys 32.7914 CVE as of 2026-09-25, so 1 CVE buys 0.03050 TND. Over the last year, TND/CVE traded between 32.1978 and 32.8075, averaged 32.5778 and rose 1.49%. The API holds daily TND/CVE rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/CVE over 1Y

TND/CVE over 1Y: show the values
PointTND/CVE
2025-09-2532.3093
2025-10-0232.3820
2025-10-0932.3547
2025-10-1632.3189
2025-10-2332.3519
2025-10-3032.4177
2025-11-0632.3934
2025-11-1332.2911
2025-11-2032.3369
2025-11-2732.2534
2025-12-0432.3121
2025-12-1232.1978
2025-12-1932.2801
2025-12-2632.3899
2026-01-0232.5088
2026-01-0932.6316
2026-01-1632.8036
2026-01-2332.6649
2026-01-3032.5912
2026-02-0632.6470
2026-02-1332.6077
2026-02-2032.6468
2026-02-2732.6197
2026-03-0632.6741
2026-03-1332.6524
2026-03-2032.7079
2026-03-2732.6460
2026-04-0332.5981
2026-04-1032.7689
2026-04-1732.4380
2026-04-2432.8015
2026-05-0132.7915
2026-05-0832.3049
2026-05-1632.6333
2026-05-2432.6102
2026-05-3132.5631
2026-06-0932.6915
2026-06-1632.6438
2026-06-2332.8075
2026-06-3032.8037
2026-07-0732.7059
2026-07-1432.7816
2026-07-2132.7904
2026-07-2832.6892
2026-08-0432.7398
2026-08-1132.6432
2026-08-1832.6505
2026-08-2632.5843
2026-09-0232.6232
2026-09-0932.7039
2026-09-1632.7651
2026-09-2332.7095

High

32.8075

Low

32.1978

Average

32.5778

For developers

Get this rate via the API

One GET request returns the TND/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=TND&currencies=CVE"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&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=TND&currencies=CVE").json()

Replace YOUR_API_KEY with the key from your dashboard.

TND/CVE API questions

How do I get the TND/CVE exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=CVE, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TND/CVE rate in rates.CVE.

How far back does TND/CVE historical data go?

Daily TND/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 TND/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.