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: show the values
| Point | TND/CVE |
|---|---|
| 2025-09-25 | 32.3093 |
| 2025-10-02 | 32.3820 |
| 2025-10-09 | 32.3547 |
| 2025-10-16 | 32.3189 |
| 2025-10-23 | 32.3519 |
| 2025-10-30 | 32.4177 |
| 2025-11-06 | 32.3934 |
| 2025-11-13 | 32.2911 |
| 2025-11-20 | 32.3369 |
| 2025-11-27 | 32.2534 |
| 2025-12-04 | 32.3121 |
| 2025-12-12 | 32.1978 |
| 2025-12-19 | 32.2801 |
| 2025-12-26 | 32.3899 |
| 2026-01-02 | 32.5088 |
| 2026-01-09 | 32.6316 |
| 2026-01-16 | 32.8036 |
| 2026-01-23 | 32.6649 |
| 2026-01-30 | 32.5912 |
| 2026-02-06 | 32.6470 |
| 2026-02-13 | 32.6077 |
| 2026-02-20 | 32.6468 |
| 2026-02-27 | 32.6197 |
| 2026-03-06 | 32.6741 |
| 2026-03-13 | 32.6524 |
| 2026-03-20 | 32.7079 |
| 2026-03-27 | 32.6460 |
| 2026-04-03 | 32.5981 |
| 2026-04-10 | 32.7689 |
| 2026-04-17 | 32.4380 |
| 2026-04-24 | 32.8015 |
| 2026-05-01 | 32.7915 |
| 2026-05-08 | 32.3049 |
| 2026-05-16 | 32.6333 |
| 2026-05-24 | 32.6102 |
| 2026-05-31 | 32.5631 |
| 2026-06-09 | 32.6915 |
| 2026-06-16 | 32.6438 |
| 2026-06-23 | 32.8075 |
| 2026-06-30 | 32.8037 |
| 2026-07-07 | 32.7059 |
| 2026-07-14 | 32.7816 |
| 2026-07-21 | 32.7904 |
| 2026-07-28 | 32.6892 |
| 2026-08-04 | 32.7398 |
| 2026-08-11 | 32.6432 |
| 2026-08-18 | 32.6505 |
| 2026-08-26 | 32.5843 |
| 2026-09-02 | 32.6232 |
| 2026-09-09 | 32.7039 |
| 2026-09-16 | 32.7651 |
| 2026-09-23 | 32.7095 |
High
32.8075
Low
32.1978
Average
32.5778
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=CVE"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=CVE");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=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¤cies=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.