Skip to content

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

TND/CUP over YTD: show the values
PointTND/CUP
2025-12-318.3167
2026-01-078.3037
2026-01-148.2904
2026-01-218.3323
2026-01-288.4562
2026-02-048.3797
2026-02-118.4497
2026-02-188.4131
2026-02-258.3652
2026-03-048.2724
2026-03-118.2327
2026-03-188.1633
2026-03-258.2420
2026-04-018.1977
2026-04-088.2105
2026-04-159.1217
2026-04-229.2447
2026-04-299.1894
2026-05-069.1711
2026-05-148.3035
2026-05-218.2592
2026-05-299.1458
2026-06-059.1086
2026-06-149.0705
2026-06-218.9903
2026-06-288.9542
2026-07-058.9901
2026-07-128.9714
2026-07-198.9833
2026-07-268.9361
2026-08-029.0379
2026-08-099.0717
2026-08-169.0908
2026-08-249.1720
2026-08-319.1959
2026-09-079.0840
2026-09-149.1488
2026-09-218.9977

High

9.2447

Low

8.1148

Average

8.7174

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=CUP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=CUP");
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=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&currencies=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.