Skip to content

PAB to CUP exchange rate API

Balboa to Cuban Peso · quoted 2026-09-25

24.0008

▲ +0.09% over 1Y

1 PAB = 24.0008 CUP · 1 CUP = 0.04167 PAB · Get this rate via the API

1 PAB buys 24.0008 CUP as of 2026-09-25, so 1 CUP buys 0.04167 PAB. Over the last year, PAB/CUP traded between 23.9352 and 26.5338, averaged 25.0318 and rose 0.09%. The API holds daily PAB/CUP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PAB/CUP over 1Y

PAB/CUP over 1Y: show the values
PointPAB/CUP
2025-09-2523.9790
2025-10-0223.9860
2025-10-0923.9925
2025-10-1623.9637
2025-10-2323.9724
2025-10-3023.9990
2025-11-0623.9657
2025-11-1323.9685
2025-11-2023.9788
2025-11-2723.9953
2025-12-0423.9981
2025-12-1223.9589
2025-12-1923.9952
2025-12-2623.9818
2026-01-0223.9995
2026-01-0924.0285
2026-01-1624.0032
2026-01-2323.9352
2026-01-3024.0106
2026-02-0624.0167
2026-02-1324.0348
2026-02-2024.0221
2026-02-2724.0206
2026-03-0623.9851
2026-03-1324.0785
2026-03-2023.9907
2026-03-2723.9469
2026-04-0323.9442
2026-04-1026.5338
2026-04-1726.5011
2026-04-2426.4979
2026-05-0126.4947
2026-05-0826.4141
2026-05-1624.0083
2026-05-2423.9437
2026-05-3126.4985
2026-06-0926.5033
2026-06-1626.4922
2026-06-2326.4929
2026-06-3026.5068
2026-07-0726.5074
2026-07-1426.5004
2026-07-2126.5089
2026-07-2826.4862
2026-08-0426.5016
2026-08-1126.5025
2026-08-1826.5074
2026-08-2626.5067
2026-09-0226.5078
2026-09-0926.5003
2026-09-1626.4994
2026-09-2326.5156

High

26.5338

Low

23.9352

Average

25.0318

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PAB/CUP API questions

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

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

How far back does PAB/CUP historical data go?

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