TND to CUP exchange rate API
Tunisian Dinar to Cuban Peso · quoted 2026-09-25
8.1148
▼ +1.64% over 1Y
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 last year, TND/CUP traded between 8.1022 and 9.1950, averaged 8.5897 and fell 1.64%. 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 1Y: show the values
| Point | TND/CUP |
|---|---|
| 2025-09-25 | 8.2500 |
| 2025-10-02 | 8.2678 |
| 2025-10-09 | 8.1939 |
| 2025-10-16 | 8.1991 |
| 2025-10-23 | 8.1601 |
| 2025-10-30 | 8.1944 |
| 2025-11-06 | 8.1022 |
| 2025-11-13 | 8.1343 |
| 2025-11-20 | 8.1040 |
| 2025-11-27 | 8.1495 |
| 2025-12-04 | 8.2017 |
| 2025-12-12 | 8.2080 |
| 2025-12-19 | 8.2375 |
| 2025-12-26 | 8.3031 |
| 2026-01-02 | 8.3230 |
| 2026-01-09 | 8.2833 |
| 2026-01-16 | 8.2893 |
| 2026-01-23 | 8.3290 |
| 2026-01-30 | 8.4500 |
| 2026-02-06 | 8.3835 |
| 2026-02-13 | 8.4361 |
| 2026-02-20 | 8.3611 |
| 2026-02-27 | 8.3830 |
| 2026-03-06 | 8.2581 |
| 2026-03-13 | 8.2126 |
| 2026-03-20 | 8.2303 |
| 2026-03-27 | 8.1809 |
| 2026-04-03 | 8.1651 |
| 2026-04-10 | 9.1894 |
| 2026-04-17 | 9.1839 |
| 2026-04-24 | 9.1934 |
| 2026-05-01 | 9.1950 |
| 2026-05-08 | 9.1060 |
| 2026-05-16 | 8.2594 |
| 2026-05-24 | 8.2165 |
| 2026-05-31 | 9.1238 |
| 2026-06-09 | 9.0657 |
| 2026-06-16 | 9.0823 |
| 2026-06-23 | 9.0091 |
| 2026-06-30 | 8.9886 |
| 2026-07-07 | 8.9919 |
| 2026-07-14 | 8.9748 |
| 2026-07-21 | 8.9948 |
| 2026-07-28 | 8.9342 |
| 2026-08-04 | 9.0567 |
| 2026-08-11 | 9.0581 |
| 2026-08-18 | 9.0871 |
| 2026-08-26 | 9.1405 |
| 2026-09-02 | 9.0806 |
| 2026-09-09 | 9.1415 |
| 2026-09-16 | 9.0885 |
| 2026-09-23 | 8.9872 |
High
9.1950
Low
8.1022
Average
8.5897
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.