TND to CUP exchange rate API
Tunisian Dinar to Cuban Peso · quoted 2026-09-25
8.1148
▼ +11.22% over 30D
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 30 days, TND/CUP traded between 8.1148 and 9.1959, averaged 9.0286 and fell 11.22%. 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 30D: show the values
| Point | TND/CUP |
|---|---|
| 2026-08-26 | 9.1405 |
| 2026-08-27 | 9.1318 |
| 2026-08-28 | 9.1227 |
| 2026-08-29 | 9.0751 |
| 2026-08-30 | 9.0879 |
| 2026-08-31 | 9.1959 |
| 2026-09-01 | 9.1035 |
| 2026-09-02 | 9.0806 |
| 2026-09-03 | 9.1000 |
| 2026-09-04 | 9.1196 |
| 2026-09-05 | 9.1203 |
| 2026-09-06 | 9.0995 |
| 2026-09-07 | 9.0840 |
| 2026-09-08 | 9.1343 |
| 2026-09-09 | 9.1415 |
| 2026-09-10 | 9.1348 |
| 2026-09-11 | 9.1162 |
| 2026-09-12 | 9.1507 |
| 2026-09-13 | 9.1572 |
| 2026-09-14 | 9.1488 |
| 2026-09-15 | 9.0408 |
| 2026-09-16 | 9.0885 |
| 2026-09-17 | 9.0376 |
| 2026-09-18 | 9.0987 |
| 2026-09-19 | 9.0134 |
| 2026-09-20 | 9.0060 |
| 2026-09-21 | 8.9977 |
| 2026-09-22 | 9.0000 |
| 2026-09-23 | 8.9872 |
| 2026-09-24 | 8.9718 |
| 2026-09-25 | 8.1148 |
High
9.1959
Low
8.1148
Average
9.0286
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.