Skip to content

TND to CUP exchange rate API

Tunisian Dinar to Cuban Peso · quoted 2026-09-25

8.1148

▼ +0.41% over 6M

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 6 months, TND/CUP traded between 8.1148 and 9.1958, averaged 8.9019 and fell 0.41%. 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 6M

TND/CUP over 6M: show the values
PointTND/CUP
2026-03-298.1481
2026-04-058.1415
2026-04-129.0825
2026-04-199.1153
2026-04-269.0899
2026-05-039.1958
2026-05-109.1478
2026-05-189.0366
2026-05-268.2717
2026-06-029.1130
2026-06-119.0576
2026-06-189.0411
2026-06-258.9544
2026-07-029.0174
2026-07-098.9997
2026-07-169.0026
2026-07-238.9976
2026-07-308.9958
2026-08-069.0832
2026-08-139.0306
2026-08-219.1414
2026-08-289.1227
2026-09-049.1196
2026-09-119.1162
2026-09-189.0987
2026-09-258.1148

High

9.1958

Low

8.1148

Average

8.9019

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.