TND to CUP exchange rate API
Tunisian Dinar to Cuban Peso · quoted 2026-09-25
8.1148
▼ +2.43% over YTD
1 TND = 8.1148 CUP · 1 CUP = 0.12323 TND · Get this rate via the API
1 TND buys 8.1148 CUP as of 2026-09-25, so 1 CUP buys 0.12323 TND. Over the year to date, TND/CUP traded between 8.1148 and 9.2447, averaged 8.7174 and fell 2.43%. The API holds daily TND/CUP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TND/CUP over YTD: show the values
| Point | TND/CUP |
|---|---|
| 2025-12-31 | 8.3167 |
| 2026-01-07 | 8.3037 |
| 2026-01-14 | 8.2904 |
| 2026-01-21 | 8.3323 |
| 2026-01-28 | 8.4562 |
| 2026-02-04 | 8.3797 |
| 2026-02-11 | 8.4497 |
| 2026-02-18 | 8.4131 |
| 2026-02-25 | 8.3652 |
| 2026-03-04 | 8.2724 |
| 2026-03-11 | 8.2327 |
| 2026-03-18 | 8.1633 |
| 2026-03-25 | 8.2420 |
| 2026-04-01 | 8.1977 |
| 2026-04-08 | 8.2105 |
| 2026-04-15 | 9.1217 |
| 2026-04-22 | 9.2447 |
| 2026-04-29 | 9.1894 |
| 2026-05-06 | 9.1711 |
| 2026-05-14 | 8.3035 |
| 2026-05-21 | 8.2592 |
| 2026-05-29 | 9.1458 |
| 2026-06-05 | 9.1086 |
| 2026-06-14 | 9.0705 |
| 2026-06-21 | 8.9903 |
| 2026-06-28 | 8.9542 |
| 2026-07-05 | 8.9901 |
| 2026-07-12 | 8.9714 |
| 2026-07-19 | 8.9833 |
| 2026-07-26 | 8.9361 |
| 2026-08-02 | 9.0379 |
| 2026-08-09 | 9.0717 |
| 2026-08-16 | 9.0908 |
| 2026-08-24 | 9.1720 |
| 2026-08-31 | 9.1959 |
| 2026-09-07 | 9.0840 |
| 2026-09-14 | 9.1488 |
| 2026-09-21 | 8.9977 |
High
9.2447
Low
8.1148
Average
8.7174
Get this rate via the API
One GET request returns the TND/CUP 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=CUP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=CUP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=CUP").json()Replace YOUR_API_KEY with the key from your dashboard.
TND/CUP API questions
How do I get the TND/CUP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=CUP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TND/CUP rate in rates.CUP.
How far back does TND/CUP historical data go?
Daily TND/CUP 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/CUP 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.