BAM to CUP exchange rate API
Convertible Mark to Cuban Peso · quoted 2026-09-26
13.9651
▼ +2.38% over 1Y
1 BAM = 13.9651 CUP · 1 CUP = 0.07161 BAM · Get this rate via the API
1 BAM buys 13.9651 CUP as of 2026-09-26, so 1 CUP buys 0.07161 BAM. Over the last year, BAM/CUP traded between 13.9651 and 15.9822, averaged 14.8895 and fell 2.38%. The API holds daily BAM/CUP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BAM/CUP over 1Y: show the values
| Point | BAM/CUP |
|---|---|
| 2025-09-26 | 14.3063 |
| 2025-10-03 | 14.3778 |
| 2025-10-10 | 14.2238 |
| 2025-10-17 | 14.3132 |
| 2025-10-24 | 14.2230 |
| 2025-10-31 | 14.1887 |
| 2025-11-07 | 14.1419 |
| 2025-11-14 | 14.2692 |
| 2025-11-21 | 14.1564 |
| 2025-11-28 | 14.2083 |
| 2025-12-05 | 14.2872 |
| 2025-12-13 | 14.3913 |
| 2025-12-20 | 14.3737 |
| 2025-12-27 | 14.4393 |
| 2026-01-03 | 14.3938 |
| 2026-01-10 | 14.2884 |
| 2026-01-17 | 14.2330 |
| 2026-01-24 | 14.5020 |
| 2026-01-31 | 14.5429 |
| 2026-02-07 | 14.4490 |
| 2026-02-14 | 14.5575 |
| 2026-02-21 | 14.4615 |
| 2026-02-28 | 14.4717 |
| 2026-03-07 | 14.2566 |
| 2026-03-14 | 14.0339 |
| 2026-03-21 | 14.2204 |
| 2026-03-28 | 15.5908 |
| 2026-04-04 | 14.1237 |
| 2026-04-11 | 15.8760 |
| 2026-04-18 | 15.9822 |
| 2026-04-25 | 15.8606 |
| 2026-05-02 | 15.8711 |
| 2026-05-09 | 15.9402 |
| 2026-05-17 | 14.2307 |
| 2026-05-25 | 14.2266 |
| 2026-06-01 | 15.7823 |
| 2026-06-10 | 15.6512 |
| 2026-06-17 | 15.7328 |
| 2026-06-24 | 15.4009 |
| 2026-07-01 | 15.4522 |
| 2026-07-08 | 15.4619 |
| 2026-07-15 | 15.4948 |
| 2026-07-22 | 15.4531 |
| 2026-07-29 | 15.4370 |
| 2026-08-05 | 15.6218 |
| 2026-08-12 | 15.6335 |
| 2026-08-20 | 15.8250 |
| 2026-08-27 | 15.7879 |
| 2026-09-03 | 15.7134 |
| 2026-09-10 | 15.7677 |
| 2026-09-17 | 15.5274 |
| 2026-09-24 | 15.4219 |
High
15.9822
Low
13.9651
Average
14.8895
Get this rate via the API
One GET request returns the BAM/CUP rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=CUP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=CUP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=CUP").json()Replace YOUR_API_KEY with the key from your dashboard.
BAM/CUP API questions
How do I get the BAM/CUP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=CUP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BAM/CUP rate in rates.CUP.
How far back does BAM/CUP historical data go?
Daily BAM/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 BAM/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.