Skip to content

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

TND/CUP over 30D: show the values
PointTND/CUP
2026-08-269.1405
2026-08-279.1318
2026-08-289.1227
2026-08-299.0751
2026-08-309.0879
2026-08-319.1959
2026-09-019.1035
2026-09-029.0806
2026-09-039.1000
2026-09-049.1196
2026-09-059.1203
2026-09-069.0995
2026-09-079.0840
2026-09-089.1343
2026-09-099.1415
2026-09-109.1348
2026-09-119.1162
2026-09-129.1507
2026-09-139.1572
2026-09-149.1488
2026-09-159.0408
2026-09-169.0885
2026-09-179.0376
2026-09-189.0987
2026-09-199.0134
2026-09-209.0060
2026-09-218.9977
2026-09-229.0000
2026-09-238.9872
2026-09-248.9718
2026-09-258.1148

High

9.1959

Low

8.1148

Average

9.0286

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.