Skip to content

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

TND/CUP over 1Y: show the values
PointTND/CUP
2025-09-258.2500
2025-10-028.2678
2025-10-098.1939
2025-10-168.1991
2025-10-238.1601
2025-10-308.1944
2025-11-068.1022
2025-11-138.1343
2025-11-208.1040
2025-11-278.1495
2025-12-048.2017
2025-12-128.2080
2025-12-198.2375
2025-12-268.3031
2026-01-028.3230
2026-01-098.2833
2026-01-168.2893
2026-01-238.3290
2026-01-308.4500
2026-02-068.3835
2026-02-138.4361
2026-02-208.3611
2026-02-278.3830
2026-03-068.2581
2026-03-138.2126
2026-03-208.2303
2026-03-278.1809
2026-04-038.1651
2026-04-109.1894
2026-04-179.1839
2026-04-249.1934
2026-05-019.1950
2026-05-089.1060
2026-05-168.2594
2026-05-248.2165
2026-05-319.1238
2026-06-099.0657
2026-06-169.0823
2026-06-239.0091
2026-06-308.9886
2026-07-078.9919
2026-07-148.9748
2026-07-218.9948
2026-07-288.9342
2026-08-049.0567
2026-08-119.0581
2026-08-189.0871
2026-08-269.1405
2026-09-029.0806
2026-09-099.1415
2026-09-169.0885
2026-09-238.9872

High

9.1950

Low

8.1022

Average

8.5897

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.