Skip to content

TOP to CUP exchange rate API

Pa’anga to Cuban Peso · quoted 2026-09-24

11.2241

▲ +8.52% over 5Y

1 TOP = 11.2241 CUP · 1 CUP = 0.08909 TOP · Get this rate via the API

1 TOP buys 11.2241 CUP as of 2026-09-24, so 1 CUP buys 0.08909 TOP. Over the last 5 years, TOP/CUP traded between 10.0047 and 11.3832, averaged 10.4631 and rose 8.52%. The API holds daily TOP/CUP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TOP/CUP over 5Y

TOP/CUP over 5Y: show the values
PointTOP/CUP
2024-08-2410.3426
2024-10-0710.4679
2024-11-0610.5040
2024-12-0610.2657
2025-01-0510.1585
2025-02-0410.0123
2025-03-0610.2042
2025-04-0610.0317
2025-05-0610.2518
2025-06-0710.1971
2025-07-0710.3640
2025-08-0610.2054
2025-09-0510.3649
2025-10-0610.1614
2025-11-0510.2040
2025-12-0510.0047
2026-01-0510.0970
2026-02-0410.2541
2026-03-0610.2111
2026-04-0510.1747
2026-05-0611.3832
2026-06-0911.3531
2026-07-0911.1910
2026-08-0811.0706
2026-09-0811.3417

High

11.3832

Low

10.0047

Average

10.4631

For developers

Get this rate via the API

One GET request returns the TOP/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=TOP&currencies=CUP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&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=TOP&currencies=CUP").json()

Replace YOUR_API_KEY with the key from your dashboard.

TOP/CUP API questions

How do I get the TOP/CUP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=CUP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/CUP rate in rates.CUP.

How far back does TOP/CUP historical data go?

Daily TOP/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 TOP/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.