AUD to CUP exchange rate API
Australian Dollar to Cuban Peso · quoted 2026-09-27
16.8652
▲ +7.63% over 1Y
1 AUD = 16.8652 CUP · 1 CUP = 0.05929 AUD · Get this rate via the API
1 AUD buys 16.8652 CUP as of 2026-09-27, so 1 CUP buys 0.05929 AUD. Over the last year, AUD/CUP traded between 15.4883 and 19.1782, averaged 17.2800 and rose 7.63%. The API holds daily AUD/CUP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AUD/CUP over 1Y: show the values
| Point | AUD/CUP |
|---|---|
| 2025-09-27 | 15.6697 |
| 2025-10-04 | 15.8495 |
| 2025-10-11 | 15.5238 |
| 2025-10-18 | 15.6067 |
| 2025-10-25 | 15.6250 |
| 2025-11-01 | 15.7151 |
| 2025-11-08 | 15.5672 |
| 2025-11-15 | 15.6950 |
| 2025-11-22 | 15.4883 |
| 2025-11-29 | 15.7013 |
| 2025-12-06 | 15.9283 |
| 2025-12-14 | 15.9054 |
| 2025-12-21 | 15.8002 |
| 2025-12-28 | 16.0924 |
| 2026-01-04 | 15.9686 |
| 2026-01-11 | 16.0288 |
| 2026-01-18 | 16.0226 |
| 2026-01-25 | 16.5470 |
| 2026-02-01 | 16.6734 |
| 2026-02-08 | 16.8033 |
| 2026-02-15 | 16.9435 |
| 2026-02-22 | 16.9251 |
| 2026-03-01 | 16.9393 |
| 2026-03-08 | 16.7227 |
| 2026-03-15 | 16.7729 |
| 2026-03-22 | 16.7568 |
| 2026-03-29 | 16.3999 |
| 2026-04-05 | 16.4519 |
| 2026-04-12 | 18.6464 |
| 2026-04-19 | 18.9547 |
| 2026-04-26 | 18.9193 |
| 2026-05-03 | 19.1103 |
| 2026-05-10 | 19.1782 |
| 2026-05-18 | 18.9882 |
| 2026-05-26 | 17.1671 |
| 2026-06-02 | 19.0291 |
| 2026-06-11 | 18.5414 |
| 2026-06-18 | 18.5602 |
| 2026-06-25 | 18.2661 |
| 2026-07-02 | 18.2566 |
| 2026-07-09 | 18.3953 |
| 2026-07-16 | 18.5671 |
| 2026-07-23 | 18.5257 |
| 2026-07-30 | 18.4950 |
| 2026-08-06 | 18.6635 |
| 2026-08-13 | 18.6939 |
| 2026-08-21 | 18.9937 |
| 2026-08-28 | 19.0589 |
| 2026-09-04 | 19.0909 |
| 2026-09-11 | 19.0102 |
| 2026-09-18 | 18.8686 |
| 2026-09-25 | 16.8731 |
High
19.1782
Low
15.4883
Average
17.2800
Get this rate via the API
One GET request returns the AUD/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=AUD¤cies=CUP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=CUP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=CUP").json()Replace YOUR_API_KEY with the key from your dashboard.
AUD/CUP API questions
How do I get the AUD/CUP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=CUP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AUD/CUP rate in rates.CUP.
How far back does AUD/CUP historical data go?
Daily AUD/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 AUD/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.